ProductVariantDTO
A product variant's data.
Properties
allow_backorderbooleanWhether the product variant can be ordered when it's out of stock.
barcodenull | stringThe barcode of the product variant.
created_atstring | DateRequiredWhen the product variant was created.
deleted_atstring | DateRequiredWhen the product variant was deleted.
eannull | stringThe EAN of the product variant.
heightnull | numberThe height of the product variant.
hs_codenull | stringThe HS Code of the product variant.
idstringRequiredThe ID of the product variant.
inventory_quantitynumberRequiredThe inventory quantiy of the product variant.
lengthnull | numberThe length of the product variant.
manage_inventorybooleanWhether the product variant's inventory should be managed by the core system.
materialnull | stringThe material of the product variant.
metadatanull | Record<string, unknown>Holds custom data in key-value pairs.
mid_codenull | stringThe MID Code of the product variant.
The associated product options.
origin_countrynull | stringThe origin country of the product variant.
The associated product.
product_idstringRequiredThe ID of the associated product.
skunull | stringThe SKU of the product variant.
titlestringRequiredThe tile of the product variant.
upcnull | stringThe UPC of the product variant.
updated_atstring | DateRequiredWhen the product variant was updated.
variant_ranknull | numberhe ranking of the variant among other variants associated with the product.
weightnull | numberThe weight of the product variant.
widthnull | numberThe width of the product variant.
Was this section helpful?