- 1Merchant API
- 2Partner Apps APIs
- 3Shipping and Fulfilment API
- 4Twilight Themes
- 5Twilight JS SDK
- 6Twilight Web Components
- 7Salla CLI
- 8[ Internal ] Apps APIs
- 9[Internal] AI Services APIs
- 10这是一个长长长长长长长长长长长长的文件夹
- 11这是一个长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长的文件夹 Copy
Order Status Details
Develop Env
https://echo.apifox.com/anything
Develop Env
https://echo.apifox.com/anything
GET
https://echo.apifox.com/anything
Order Status
Last modified:2025-02-20 07:53:20
Maintainer:Not configured
status_id
as a path parameter.Scopes
orders.read
- Orders Read OnlyRequest
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Path Params
status_id
integer
required
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
status
number
optional
success
boolean
optional
data
object (OrderStatuses)
optional
id
number
required
List of order statuses can be found here
Example:
863076598
name
string
required
Example:
في انتظار الدفع
type
enum<string>
required
Allowed values:
originalcustom
Example:
custom
slug
string
required
Example:
payment_pending
message
string
required
Example:
[ {store.name} ] \\n أصبحت حالة طلبك {order.id} {status}
color
string
required
Example:
#58C9B9
icon
string
required
Example:
sicon-gold-badge
sort
number
required
Example:
0
is_active
boolean
required
Default:
true
original
object | null
required
parent
object | null
required
children
array [object {9}] | null
required
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
}
]
}
}
🟠401Unauthorized

扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

