List Order Statuses
GET {{baseUrl}}/orders/statuses
This endpoint allows you to list all orders statuses that can be used to update a specific order status through using status ID.
Note: The Order IDs are fixed. However, Custom Order Statuses that are created by the Store Owner are to be handled differently in between the Developer and the Store.
OAuth Scopes
orders.read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":1473353380,"name":"بإنتظار الدفع"},{"id":566146469,"name":"بإنتظار المراجعة"},{"id":1939592358,"name":"قيد التنفيذ"},{"id":1298199463,"name":"تم التنفيذ"},{"id":349994915,"name":"جاري التوصيل"},{"id":1723506348,"name":"تم التوصيل"},{"id":814202285,"name":"تم الشحن"},{"id":525144736,"name":"ملغي"},{"id":989286562,"name":"مسترجع"},{"id":1548352431,"name":"قيد الإسترجاع"}]}