API: Get Orders
GET /api/marketplace/v2/orders/
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. |
limit | No | The number of orders to return. Default is no limit |
startDateUTC | No | The start date of orders to return. |
endDateUTC | No | The end date of orders to return. |
Updated 20 days ago