Product
Resource 'Product' operations.
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
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
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
403
Forbidden
get
/productsLast updated