- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateProductVariantDTO
A product variant to create.
title
stringThe tile of the product variant.
product_id
stringOptionalThe id of the product
sku
stringOptionalThe SKU of the product variant.
barcode
stringOptionalThe barcode of the product variant.
ean
stringOptionalThe EAN of the product variant.
upc
stringOptionalThe UPC of the product variant.
allow_backorder
booleanOptionalWhether the product variant can be ordered when it's out of stock.
manage_inventory
booleanOptionalWhether the product variant's inventory should be managed by the core system.
hs_code
stringOptionalThe HS Code of the product variant.
origin_country
stringOptionalThe origin country of the product variant.
mid_code
stringOptionalThe MID Code of the product variant.
material
stringOptionalThe material of the product variant.
weight
numberOptionalThe weight of the product variant.
length
numberOptionalThe length of the product variant.
height
numberOptionalThe height of the product variant.
width
numberOptionalThe width of the product variant.
options
Record<string, string>OptionalThe options of the variant. Each key is an option's title, and value
is an option's value. If an option with the specified title doesn't exist,
a new one is created.
Holds custom data in key-value pairs.
Was this page helpful?