This endpoint allows you to fetch details about specific order status by passing the status_id as a path parameter.
Scopes
orders.read - Orders Read Only
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Path Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://echo.apifox.com/anything/orders/statuses/'
Responses
🟢200Success
application/json
Body
Examples
{"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}]}}