Get order details and status

To retrieve the details of all orders for a specific search criteria, use the GET All orders API.

By default, the API returns all seller-fulfilled orders in the response, unless you specify shipNodeType as a query parameter.

Only orders created in last 180 days and a maximum of 50000 orders can be fetched at a time. Attempting to download more than 50000 orders will return an error.

To filter orders by status, call the GET All orders and pass status query parameter with the status you’d like to filter. You can filter by all statuses, including Created, Cancelled, Shipped, Acknowledged, or Delivered.

For example, to find out all orders that have been delivered, you can specify v3/orders?status=Delivered

On success, the API call responds with all orders in “Delivered” status, and specifies status for each order line that was Delivered.