Export Orders
Production
Production
GET
https://api.salla.dev/admin/v2/exports/orders
Orders
Last modified:2024-12-29 06:40:32
xlsx
or csv
).Note
Request
Query Params
filter_orders
enum<string>
required
Allowed values:
todayweekmonthdates
Example:
week
template_id
number
required
template_id
if the store has order-export-templates
feature enabled on the store. Query the list of templates from this endpoint. Default export template_id is set to -1
Default:
-1
Example:
-1
format
enum<string>
required
xlsx
or csv
, if the store has order-export-templates
feature enabled on the store. Recommended format is xlsx
Allowed values:
xlsxcsv
Example:
xlsx
from_date
string <date-time>
optional
filter_orders
is set to dates
Example:
2024-01-01 12:00:00
to_date
string <date-time>
optional
filter_orders
is set to dates
Example:
2024-12-31 23:59:59
Request samples
Responses
Modified at 2024-12-29 06:40:32