List Orders

Use this API to retrieve the list of orders. By default, the orders placed within the last 24 hours will be retrieved.

Body Params
int32
Defaults to 1000

Limit the number of orders in the response. If not passed, the default is 1000. The maximum allowed is 1000.

lastUpdatedAt
object

Get all the orders which were updated within the provided time window. The time window cannot be greater than 30 days.

orderExternalId
array of strings

Get the orders for the provided array of orderExternalIds.

orderExternalId
string

Get orders belonging to the provided groupId

storeExternalId
array of strings

Get the orders for the provided array of storeExternalIds.

storeExternalId
createdAt
object

Get all orders which were created within the provided time window. The time window cannot be greater than 30 days.

status
array of strings

Get all orders having the provided statuses.

status
string

Returns the previous or next set of orders based on the paginationToken provided

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json