- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpsertProductVariantDTO
A product variant to create or update.
id
stringOptionalThe ID of the product variant to update.
title
stringOptionalThe tile of the product variant.
sku
null | stringOptionalThe SKU of the product variant.
barcode
null | stringOptionalThe barcode of the product variant.
ean
null | stringOptionalThe EAN of the product variant.
upc
null | 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
null | stringOptionalThe HS Code of the product variant.
origin_country
null | stringOptionalThe origin country of the product variant.
mid_code
null | stringOptionalThe MID Code of the product variant.
material
null | stringOptionalThe material of the product variant.
weight
null | numberOptionalThe weight of the product variant.
length
null | numberOptionalThe length of the product variant.
height
null | numberOptionalThe height of the product variant.
width
null | numberOptionalThe width of the product variant.
options
Record<string, string>OptionalThe product variant options to associate with the product variant.
Holds custom data in key-value pairs.
Was this page helpful?