Skip to main content
GET
Get all orders
OAuth scope: order_readAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

page
integer<int32>
default:0
size
integer<int32>
default:20
email
string
createdAt[gt]
string<date-time>
createdAt[lt]
string<date-time>
updatedAt[gt]
string<date-time>
updatedAt[lt]
string<date-time>
status
enum<string>[]
Available options:
CONFIRMED,
PARTIALLY_IN_PRODUCTION,
IN_PRODUCTION,
PARTIALLY_SHIPPED,
SHIPPED,
PARTIALLY_DELIVERED,
DELIVERED,
CANCELLED,
COMPLETED

Response

OK

results
Order · object[]
required
total
integer<int32>
page
integer<int32>
size
integer<int32>
totalPages
integer<int32>