Products
Update Product
Stage an update to a product as a change request.
POST
Does not modify the product directly — it stages a pending change request that an operator confirms or declines.
The endpoint responds with
202 Accepted and a product_change record, not the updated product. Use Preview Product Change to inspect the pending change and Cancel Product Change to withdraw it.Path parameters
The product’s ID.
Body parameters
The product’s title.
The product’s subtitle.
The product’s description.
Whether discounts can apply to the product.
Whether the product is a gift card.
URL of the product’s thumbnail image.
The product’s URL handle.
ID of the product in an external system.
ID of the product type.
ID of the collection the product belongs to.
Variant updates staged with the change.
Weight of the product.
Length of the product.
Height of the product.
Width of the product.
Harmonized System code.
Manufacturer ID code.
Country of origin.
Material of the product.
Custom key-value pairs.
Extra data passed to workflow hooks.