List Orders
Orders
List Orders
List Orders.
Returns
An object with orders, total, offset, and limit fields.
GET
List Orders
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. Defaults to 100.
How many results to skip. Used for pagination. Defaults to 0.
Column to sort orders by. Defaults to created_on.
Available options:
created_on, ordered_on, total, merchant_legal_dba Sort direction.
Available options:
asc, desc Filter by payment status.
Available options:
paid, unpaid Filter by fulfillment status.
Available options:
partial, fulfilled, unfulfilled Filter by order type.
Available options:
invoice, memo Filter to orders that have at least one unfulfilled line item.
Filter by debug mode flag on orders.