Typescript (SDK)
Orders
List orders
Returns a list of orders for the current account
GET
Typescript (SDK)
Authorizations
API key in the format: Bearer {api_token}
Query Parameters
Filter by order status
Available options:
succeeded, pending, failed, refunded, partially_refunded Filter by customer ID
Filter by payment processor
Comma-separated relations to expand: customer, line_items
Cursor for pagination — the ID of the last item in the previous page
Items per page
Required range:
1 <= x <= 100
