Order
Resource 'Order' operations.
Returns a list of orders. The orders are returned in descending order by creation date.
Authorizations
x-api-keystringRequired
Value for the x-api-key header parameter.
Query parameters
pageintegerOptionalDefault:
The collection page number
1createdAt[before]stringOptional
createdAt[strictly_before]stringOptional
createdAt[after]stringOptional
createdAt[strictly_after]stringOptional
updatedAt[before]stringOptional
updatedAt[strictly_before]stringOptional
updatedAt[after]stringOptional
updatedAt[strictly_after]stringOptional
scheduledDeliveryAt[before]stringOptional
scheduledDeliveryAt[strictly_before]stringOptional
scheduledDeliveryAt[after]stringOptional
scheduledDeliveryAt[strictly_after]stringOptional
Responses
200
Order collection
403
Forbidden
get
/ordersAn order is made up of one or more lines and each represent a gift card, product, or membership purchased by a customer.
Authorizations
x-api-keystringRequired
Value for the x-api-key header parameter.
Path parameters
idstringRequired
Order identifier
Responses
200
Order resource
403
Forbidden
404
Not found
get
/orders/{id}An order is made up of one or more lines and each represent a gift card, product, or membership purchased.
Authorizations
x-api-keystringRequired
Value for the x-api-key header parameter.
Path parameters
orderIdstringRequired
OrderLine identifier
Query parameters
pageintegerOptionalDefault:
The collection page number
1Responses
200
OrderLine collection
403
Forbidden
get
/orders/{orderId}/linesLast updated