Orders
Order operations
Returns a list of physical orders for the current user with pagination
Authorizations
Api-KeystringRequired
API key for authentication.
Query parameters
lastOrderIdstringOptional
ID of the last order for cursor pagination
limitinteger · max: 50OptionalDefault:
Number of records per page (maximum 50)
50pageintegerOptionalDefault:
Page number
1Responses
200
Successful response
application/json
400
Bad request (invalid status)
application/json
401
Unauthorized (invalid API key)
application/json
get
/physical/ordersReturns detailed information about a specific order
Authorizations
Api-KeystringRequired
API key for authentication.
Path parameters
idintegerRequired
Order ID
Responses
200
Successful response
application/json
400
Bad request (order ID not provided)
application/json
401
Unauthorized (invalid API key)
application/json
404
Order not found
application/json
get
/physical/orders/{id}Last updated