Products
Create Product Variant
Stage the addition of a variant to a product.
POST
Stages a
VARIANT_ADD operation as a pending change request instead of creating the variant directly.
The endpoint responds with
202 Accepted and a product_change record; the variant appears on the product once the change is confirmed. The staged variant is always created with manage_inventory: false — stock is tracked on offers.Path parameters
The product’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.
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.
Accepted in the body but forced to
false when the change is staged.Variant thumbnail URL.
Custom key-value pairs.
Option title to value mapping, e.g.
{"Size": "L"}.