Tuesday, 26 August 2025, 11:10 AM
Created by: Mathieu Van daele
You can query this list in the endpoint "orders | list_order_statusses".
The object:
| Name | Type | Length | Null | Default |
| id | integer | 11 | x | Auto increment |
| name | string | 200 | x |
|
| status_id | status_label |
| 1 | ordering |
| 2 | ordered |
| 3 | done |
| 4 | packed |
| 5 | readyfordelivery |
| 6 | shipped |
| 7 | delivered |
| 8 | cancelled |
| 9 | lost |
These values are used as the "status_id" and "status_label" in an order.