Products
Update Product
Update a master catalog product.
POST
Updates the product’s details; only the provided fields are changed.
Path parameters
string
required
The product’s ID.
Body parameters
string
Product title.
string
Product subtitle.
string
Product description.
string
Unique URL-safe handle.
string
One of
draft, proposed, published, rejected.boolean
Whether the product is a gift card.
boolean
Whether discounts can apply to the product.
string
URL of the product thumbnail.
object[]
Product images; replaces the existing set.
string
ID of the product in an external system.
string
ID of the product type.
string
ID of the collection to assign the product to.
object[]
Categories to assign; replaces the existing set.
object[]
Tags to assign; replaces the existing set.
object[]
Product options; replaces the existing set.
object[]
Variants to upsert; include
id to update an existing variant.number
Product weight.
number
Product length.
number
Product height.
number
Product width.
string
Harmonized System code.
string
Manufacturer identification code.
string
Country of origin.
string
Product material.
object
Custom key-value data.
object
Custom data passed to workflow hooks.
Response
object