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

Parameter

Required

Description

status

Yes

The status of orders to return.
Only accepting value ReleasedForShipment

limit

No

The number of orders to return. Default is no limit

startDateUTC

No

The 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.

endDateUTC

No

The 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.