Skip to main content
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

string
required
The product’s ID.

Body parameters

string
The product’s title.
string
The product’s subtitle.
string
The product’s description.
boolean
Whether discounts can apply to the product.
boolean
Whether the product is a gift card.
object[]
string
URL of the product’s thumbnail image.
string
The product’s URL handle.
string
ID of the product in an external system.
string
ID of the product type.
string
ID of the collection the product belongs to.
object[]
object[]
object[]
object[]
Variant updates staged with the change.
number
Weight of the product.
number
Length of the product.
number
Height of the product.
number
Width of the product.
string
Harmonized System code.
string
Manufacturer ID code.
string
Country of origin.
string
Material of the product.
object
Custom key-value pairs.
object
Extra data passed to workflow hooks.

Response

object