Products
Update Product Variant
Stage an update to a product variant as a change request.
POST
Stages a
VARIANT_UPDATE operation as a pending change request instead of updating the variant directly.
The endpoint responds with
202 Accepted and a product_change record, not the updated variant.Path parameters
The product’s ID.
The variant’s ID.
Body parameters
The variant’s title.
The variant’s SKU.
EAN barcode.
UPC barcode.
ISBN code.
Amazon ASIN.
GTIN code.
Generic barcode.
Harmonized System code.
Manufacturer ID code.
Variant thumbnail URL.
Sort rank of the variant.
Weight of the variant.
Length of the variant.
Height of the variant.
Width of the variant.
Country of origin.
Material of the variant.
Whether backorders are allowed.
Whether inventory is managed for the variant.
Custom key-value pairs.
Option title to value mapping, e.g.
{"Size": "M"}.