- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ProductVariantDTO
A product variant's data.
id
stringThe ID of the product variant.
title
stringThe tile of the product variant.
sku
null | stringThe SKU of the product variant.
barcode
null | stringThe barcode of the product variant.
ean
null | stringThe EAN of the product variant.
upc
null | stringThe UPC of the product variant.
allow_backorder
booleanWhether the product variant can be ordered when it's out of stock.
manage_inventory
booleanWhether the product variant's inventory should be managed by the core system.
requires_shipping
booleanWhether the product variant's requires shipping.
hs_code
null | stringThe HS Code of the product variant.
origin_country
null | stringThe origin country of the product variant.
mid_code
null | stringThe MID Code of the product variant.
material
null | stringThe material of the product variant.
weight
null | numberThe weight of the product variant.
length
null | numberThe length of the product variant.
height
null | numberThe height of the product variant.
width
null | numberThe width of the product variant.
The associated product options.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
product_id
null | stringThe associated product id.
created_at
string | DateWhen the product variant was created.
updated_at
string | DateWhen the product variant was updated.
deleted_at
string | DateWhen the product variant was deleted.
The associated product.
variant_rank
null | numberOptionalhe ranking of the variant among other variants associated with the product.
Was this page helpful?