Orders
List Orders
Orders
List Orders
List Orders.
Returns
An object with a metadata
field containing pagination information, and an orders
field containing a list of order objects.
GET
/
api
/
v2
/
orders
/
list
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
How many results to return at a time in the "orders" field of the response object. Defaults to 50.
How many results to skip. Used for pagination. Defaults to 0.
Payment status filter.
Available options:
paid
, unpaid
Available options:
partial
, fulfilled
, unfulfilled
Available options:
invoice
, memo
Selects a column to sort the orders. Defaults to sorting by the created_on
date.
Available options:
ordered_on
, total
, merchant_legal_dba
Order to sort the column.
Available options:
asc
, desc
Response
200 - application/json