Retrieve a list of orders for an Amazon channel (Requires Enterprise plan)
Order
Retrieve a list of orders for an Amazon channel (Requires Enterprise plan)
Retrieve a list of orders for an Amazon channel that match the specified filter criteria.
NOTE: This endpoint is only available to users on the Enterprise plan.
POST
Retrieve a list of orders for an Amazon channel (Requires Enterprise plan)
Authorizations
Body
application/json
Filter criteria
(Optional) The field to which fromDate and toDate filter are applied - either 'createdAt' or 'updatedAt'
Available options:
createdAt, updatedAt (Optional) Unix epoch time (seconds) representing the start of the reporting period
Example:
"1609459200"
(Optional) Unix epoch time (seconds) representing the end of the reporting period
Example:
"1612137600"
(Optional) The order ID to filter by
(Optional) The key used for pagination
(Optional) The number of results to return per page (Max 100)
Example:
"50"