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
Variant's options
SKU's variant options
Show variant's options
get
This API endpoint retrieves a list of all available variant's options.The variant_id can be checked at /api/beta/products/{product_id}
Authorizations
Path parameters
variant_idinteger · int64Required
ID of the variant
Responses
200
Request completed successfully.
application/json
401
Unauthorized
422
Unprocessable entity
application/json
get
GET /api/beta/variants/{variant_id} HTTP/1.1
Host: api.merchone.com
Authorization: Basic username:password
Accept: */*