Product

Resource 'Product' operations.

List all products

get

Returns a list of products. The products 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
scheduledFrom[before]stringOptional
scheduledFrom[strictly_before]stringOptional
scheduledFrom[after]stringOptional
scheduledFrom[strictly_after]stringOptional
scheduledTo[before]stringOptional
scheduledTo[strictly_before]stringOptional
scheduledTo[after]stringOptional
scheduledTo[strictly_after]stringOptional
deletedAt[before]stringOptional
deletedAt[strictly_before]stringOptional
deletedAt[after]stringOptional
deletedAt[strictly_after]stringOptional
Responses
200

Product collection

get
/products

Retrieve a product

get

Retrieves a Product resource.

Authorizations
x-api-keystringRequired

Value for the x-api-key header parameter.

Path parameters
idstringRequired

Product identifier

Responses
200

Product resource

get
/products/{id}

Last updated