List Order Statuses

GET {{baseUrl}}/orders/statuses

This endpoint allows you to fetch a list of all order statuses and sub-statuses.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":[{"id":863076598,"name":"في انتظار الدفع","type":"custom","slug":"payment_pending","parent":null,"original":{"id":1473353380,"name":"بإنتظار الدفع"}},{"id":224309239,"name":"جاري مراجعة طلبك","type":"custom","slug":"under_review","parent":null,"original":{"id":566146469,"name":"بإنتظار المراجعة"}},{"id":1597755120,"name":"بنفذ طلبك","type":"custom","slug":"in_progress","parent":null,"original":{"id":1939592358,"name":"قيد التنفيذ"}},{"id":1638621685,"name":"تم التنفيذ","type":"custom","slug":"completed","parent":null,"original":{"id":1298199463,"name":"تم التنفيذ"}},{"id":1422535667,"name":"جاري التوصيل","type":"custom","slug":"delivering","parent":{"id":1638621685,"name":"تم التنفيذ"},"original":{"id":349994915,"name":"جاري التوصيل"}},{"id":647449340,"name":"تم التوصيل","type":"custom","slug":"delivered","parent":{"id":1638621685,"name":"تم التنفيذ"},"original":{"id":1723506348,"name":"تم التوصيل"}},{"id":1887201789,"name":"تم الشحن","type":"custom","slug":"shipped","parent":{"id":1638621685,"name":"تم التنفيذ"},"original":{"id":814202285,"name":"تم الشحن"}},{"id":687926769,"name":"ملغي","type":"custom","slug":"canceled","parent":null,"original":{"id":525144736,"name":"ملغي"}},{"id":2062355698,"name":"مسترجع","type":"custom","slug":"restored","parent":null,"original":{"id":989286562,"name":"مسترجع"}},{"id":1113229566,"name":"قيد الإسترجاع","type":"custom","slug":"restoring","parent":null,"original":{"id":1548352431,"name":"قيد الإسترجاع"}}]}