Catalog
Introduction
Through the endpoints included in the Catalog section, you will be able to:
Retrieve all the available products
Get information about the products' variants
Retrieve information about the options available for a specific store (corresponding to a determined printing/fulfillment location i.e. North America or Europe)
Endpoints
Products
Product's variants
This API endpoint retrieves a list of all available product's variants.
ID of product to return
Request completed successfully.
Unauthorized
Unprocessable entity
Variant's options
This API endpoint retrieves a list of all available variant's options.
The variant_id can be checked at /api/beta/products/{product_id}
ID of the variant
Request completed successfully.
Unauthorized
Unprocessable entity
SKU's variant options
This API endpoint retrieves a list of all available SKU's variant options.
The variant_id can be checked at /api/beta/products/{product_id}
ID of variant to return
Request completed successfully.
Unauthorized
Unprocessable entity
Last updated