List Order Histories
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Order Histories
Last modified:2025-04-07 12:21:20
order_id
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/orders/3155923424/histories?page=5'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": [
{
"id": 213320125,
"status": "تم التنفيذ",
"note": "تم ارسال الطلب عبر شركة الشحن ارامكس",
"created_at": {
"date": "2020-04-02 18:59:47.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
}
},
{
"id": 213320122,
"status": "قيد التنفيذ",
"note": "الطلب قيد التنفيذ",
"created_at": {
"date": "2020-04-02 16:59:47.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
}
},
{
"id": 213320121,
"status": "تحت المراجعة",
"note": "الطلب تحت المراجعة",
"created_at": {
"date": "2020-04-02 16:50:47.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
}
}
],
"pagination": {
"count": 3,
"total": 3,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Request
Path Params
order_id
integer
required
Example:
3155923424
Query Params
page
integer
optional
Example:
5
Responses
Modified at 2025-04-07 12:21:20