List Orders
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Orders
Last modified:2025-05-21 11:54:52
Tip
Deprecation Notice
expanded
query parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/orders?keyword=&payment_method=&status=&from_date=&to_date=&country=&city=&product=&branch=&tags=&expanded=&page=&reference_id=&coupon=&customer_id=&shipping_app_id=&source=&sort_by=&accounting_services=&unread=&assign_employee=&selling_channel=&created_by'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": [
{
"id": 1017120475,
"reference_id": 40497536,
"total": {
"amount": 55,
"currency": "SAR"
},
"exchange_rate": {
"base_currency": "SAR",
"exchange_currency": "USD",
"rate": 0.266592
},
"date": {
"date": "2022-06-16 14:48:20.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"status": {
"id": 566146469,
"name": "بإنتظار المراجعة",
"slug": "under_review",
"customized": {
"id": 986688842,
"name": "بإنتظار المراجعة"
}
},
"can_cancel": false,
"can_reorder": true,
"payment_method": "bank",
"is_pending_payment": false,
"pending_payment_ends_at": 0,
"features": {
"digitalable": true,
"shippable": true
},
"items": [
{
"name": "تي شيرت بلاك",
"quantity": 1,
"thumbnail": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/c151972a-c2d1-4a4d-b374-b46fd0bca79e-500x333.33333333333-WfHaI7WVXTosOlksBhesYbWlxhMFf9fJVDK6JlJj.jpg"
}
]
},
{
"id": 1013578136,
"reference_id": 40497469,
"total": {
"amount": 0,
"currency": "SAR"
},
"date": {
"date": "2022-06-16 14:46:42.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"status": {
"id": 525144736,
"name": "ملغي",
"slug": "canceled",
"customized": {
"id": 1718741844,
"name": "ملغي"
}
},
"can_cancel": false,
"can_reorder": true,
"is_pending_payment": true,
"pending_payment_ends_at": 0,
"items": [
{
"name": "Custom Shirt",
"quantity": 3
}
]
}
],
"pagination": {
"count": 2,
"total": 2,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": {}
}
}
Request
Query Params
keyword
enum<string>
optional
Allowed values:
customer.mobilecustomer.nameshipping_numberreference_idtag_name
payment_method
array[string]
optional
status
array[string]
optional
from_date
string <date>
optional
Example:
2024-01-01
Match pattern:
yyyy-mm-dd
to_date
string <date>
optional
Example:
2024-01-02
Match pattern:
yyyy-mm-dd
country
integer
optional
product
string
optional
name
variable. List of products can be found herebranch
array[string]
optional
tags
array[string]
optional
expanded
boolean
deprecated
true
.page
integer
optional
reference_id
integer
optional
coupon
string
optional
discount.code
customer_id
number
optional
shipping_app_id
array[string]
optional
source
array[string]
optional
sort_by
enum<string>
optional
id
in ascending or descending order. we will concatenate either asc
or desc
with one of the enum values; in this case, we will use id-asc
or id-desc
.Allowed values:
idtotalupdated_atcreated_at
accounting_services
enum<string>
optional
Allowed values:
qoyoddaftrazoho_books
unread
boolean
optional
assign_employee
array[string]
optional
selling_channel
array[string]
optional
Allowed values:
mobilemobile-appdesktopaffiliatemahly-app
created_by
integer
optional
Responses
Modified at 2025-05-21 11:54:52