Order Status Details
GET {{baseUrl}}/orders/statuses/:status_id
This endpoint allows you to fetch details about a specific order status by passing its ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"id":1638621685,"name":"تم التنفيذ","type":"custom","slug":"completed","message":"[ {store.name} ] \\n أصبحت حالة طلبك {order.id} {status}","color":"#58C9B9","icon":"sicon-gold-badge","sort":0,"is_active":true,"original":{"id":1298199463,"name":"تم التنفيذ"},"parent":null,"children":[{"id":1422535667,"name":"جاري التوصيل","slug":"delivering","type":"custom","message":"[ {store.name} ] \\n أصبحت حالة طلبك {order.id} {status}","color":"#58C9B9","icon":"sicon-shipping","sort":0,"is_active":true},{"id":647449340,"name":"تم التوصيل","slug":"delivered","type":"custom","message":"[ {store.name} ] \\n أصبحت حالة طلبك {order.id} {status}","color":"#58C9B9","icon":"sicon-party-horn","sort":1,"is_active":true},{"id":1887201789,"name":"تم الشحن","slug":"shipped","type":"custom","message":"[ {store.name} ] \\n أصبحت حالة طلبك {order.id} {status}","color":"#58C9B9","icon":"sicon-shipping-fast","sort":2,"is_active":true}]}}