Product APIs
Method and route | Comment |
---|---|
GET /v4/products | Lists the product references. |
GET /v4/product/{product_ref}/assets | Retrieves all assets assigned to a product. |
GET /v4/product/{product_ref}/images | Retrieves all images assigned to a product. |
PUT /v4/file/{file_uuid}/product | Assigns an asset to a product. |
PATCH /v4/products/{product_ref} | Modifies a product reference. |
PATCH /v4/file/{file_uuid}/product/position | Modifies a product position. |
Was this page helpful?