Add Product Variants
Adds new variants to an existing product. The request body must be an array of variant objects, each requiring a unique SKU.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Path parameters
productId
Request
The product variants to add to product
additional_hazmat_attributes
Additional hazardous material attributes for variants containing lithium batteries or other regulated materials
barcodes
Array of barcode values for the variant
bundle_definition
For bundle products, defines which variants and quantities make up the bundle
channel_metadata
Channel-specific metadata for different sales platforms (Amazon, Shopify, BigCommerce, etc.)
customs
Customs information for international shipping including HS tariff code, country of origin, and declared value
dimension
The physical dimensions (length, width, height) of the variant
fulfillment_settings
Fulfillment settings including Prop 65 requirements, dangerous goods, serial scanning, and case pick settings
gtin
The Global Trade Item Number (GTIN) for the variant
is_digital
Indicates whether this is a digital product that requires no physical fulfillment
lot_information
Lot tracking information including whether the variant is lot-tracked and minimum shelf life
name
The name of the variant
packaging_material_type_id
The ID of the packaging material type (e.g., Box, Envelope, Poly Mailer)
packaging_requirement_id
The ID of the packaging requirement for the variant (e.g., IsFragile, RequiresBubbleWrap)
return_preferences
Return handling preferences including primary and backup actions for returns
sku
The unique stock keeping unit (SKU) for the variant
status_id
The status ID of the variant (0 = Active, 1 = Inactive)
Allowed values:
upc
The Universal Product Code (UPC) for the variant
weight
The weight of the variant in ounces
Response
Created
created_on
Timestamp when the product was created
id
Unique identifier for the product
name
Product name
taxonomy
Product categorization information including category hierarchy
type
Product type (e.g., ‘Regular’ or ‘Bundle’)
updated_on
Timestamp when the product was last updated
user_id
ID of the user who owns this product
variants
List of variants belonging to this product. Each variant represents a specific SKU.

