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.
OAuth Scopes
orders.read
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":136410535,"name":"محذوف"},{"id":1510970528,"name":"بإنتظار الدفع"},{"id":936686497,"name":"بإنتظار المراجعة"},{"id":28431010,"name":"قيد التنفيذ"},{"id":1044666022,"name":"تم التنفيذ"},{"id":2134917037,"name":"جاري التوصيل"},{"id":1227710126,"name":"تم التوصيل"},{"id":453672367,"name":"تم الشحن"},{"id":1402925475,"name":"ملغي"},{"id":763039916,"name":"مسترجع"}]}