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

string
required
The product’s ID.
string
required
The variant’s ID.

Body parameters

string
The variant’s title.
string
The variant’s SKU.
string
EAN barcode.
string
UPC barcode.
string
ISBN code.
string
Amazon ASIN.
string
GTIN code.
string
Generic barcode.
string
Harmonized System code.
string
Manufacturer ID code.
string
Variant thumbnail URL.
number
Sort rank of the variant.
number
Weight of the variant.
number
Length of the variant.
number
Height of the variant.
number
Width of the variant.
string
Country of origin.
string
Material of the variant.
boolean
Whether backorders are allowed.
boolean
Whether inventory is managed for the variant.
object
Custom key-value pairs.
object
Option title to value mapping, e.g. {"Size": "M"}.
object

Response

object