Merchant API
Retrieve an order list

Retrieve an order list

Retrieve all the orders that you've created. You can also use the query parameters to:

  • Filter the orders that you want to retrieve, for example, only retrieve the orders that have a specific email. (Filtering)
  • View the orders without loading all of them at once, for example, return a specified number of orders per page. (Pagination)

The response contains an array of simplified Order objects. To get the full details of an Order object, use the Retrieve an order endpoint.

Request

Query Parameters

Response

OK

Body array
Was this page helpful?
Loading...