Get All Orders (New)
GET
/v1/order/all
order
1.
Request
Query Params
_ids
string
optional
Example:
682ec3ba306cfa2ead0f6dc9
cancelled_at_from
string
optional
Example:
2025-04-14T13:13:04Z
cancelled_at_to
string
optional
Example:
2025-04-14T13:14:04Z
created_at_from
string
optional
Example:
2025-04-01T10:40:51Z
created_at_to
string
optional
Example:
2025-05-23T10:53:35Z
page_no
string
required
Example:
1
page_size
string
required
Example:
100
shipped_at_from
array[string]
optional
Example:
["2025-04-14T14:19:13Z"]
shipped_at_to
string
optional
Example:
2025-05-21T14:19:14Z
status
string
optional
Example:
shipped,closed
updated_at_from
string
optional
Example:
2025-02-03T15:35:48Z
updated_at_to
string
optional
Example:
2025-05-12T19:15:20Z
Header Params
X-API-Key
string
optional
Example:
{{APIKEY}}
Request samples
Responses

Modified at 2025-05-22 07:44:21