API: Get Orders

GET /api/marketplace/v2/orders/

Specification

There is a delay of 30-60 minutes between order payment and releasing the order to allow time for the customer to cancel the order.

Orders with status ReleasedForShipment are orders with pending dispatch.

GET Parameters

ParameterRequiredDescription
statusYesThe status of orders to return.
Only accepting value ReleasedForShipment
limitNoThe number of orders to return. Default is no limit
startDateUTCNoThe start date of orders to return.
For status Shipped, PartiallyShipped, Canceled or PartiallyCanceled, the max date range is 15 days.
For order status ReleasedForShipment, there is no range limit.
If the start date is not informed, we will return all open orders for status ReleasedForShipment and the last 15 days for other order statuses.
endDateUTCNoThe end date of orders to return.
For status Shipped, PartiallyShipped, Canceled or PartiallyCanceled, the max date range is 15 days.
For status ReleasedForShipment, there is no range limit.
If the end date is not informed, we will return all open orders for status ReleasedForShipment and the last 15 days for other statuses.