Order

Resource 'Order' operations.

List all orders

get

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
pageintegerOptional

The collection page number

Default: 1
createdAt[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

get
/orders

Retrieve an order

get

An 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

get
/orders/{id}

Retrieve the lines of an order

get

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
pageintegerOptional

The collection page number

Default: 1
Responses
200

OrderLine collection

get
/orders/{orderId}/lines

Last updated