Skip to main content
Skip to main content

ProductVariant

A Product Variant represents a Product with a specific set of Product Option configurations. The maximum number of Product Variants that a Product can have is given by the number of available Product Option combinations. A product must at least have one product variant.

Properties

idstringRequired
The product variant's ID
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
titlestringRequired
A title that can be displayed for easy identification of the Product Variant.
product_idstringRequired
The ID of the product that the product variant belongs to.
productProductRequired
The details of the product that the product variant belongs to.
pricesMoneyAmount[]Required
The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.
skunull | stringRequired
The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.
barcodenull | stringRequired
A generic field for a GTIN number that can be used to identify the Product Variant.
eannull | stringRequired
An EAN barcode number that can be used to identify the Product Variant.
upcnull | stringRequired
A UPC barcode number that can be used to identify the Product Variant.
variant_ranknull | numberRequired
The ranking of this variant

Default: 0

inventory_quantitynumberRequired
The current quantity of the item that is stocked.
allow_backorderbooleanRequired
Whether the Product Variant should be purchasable when inventory\_quantity is 0.

Default: false

manage_inventorybooleanRequired
Whether Medusa should manage inventory for the Product Variant.

Default: true

hs_codenull | stringRequired
The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.
origin_countrynull | stringRequired
The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.
mid_codenull | stringRequired
The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.
materialnull | stringRequired
The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.
weightnull | numberRequired
The weight of the Product Variant. May be used in shipping rate calculations.
lengthnull | numberRequired
The length of the Product Variant. May be used in shipping rate calculations.
heightnull | numberRequired
The height of the Product Variant. May be used in shipping rate calculations.
widthnull | numberRequired
The width of the Product Variant. May be used in shipping rate calculations.
optionsProductOptionValue[]Required
The details of the product options that this product variant defines values for.
inventory_itemsProductVariantInventoryItem[]Required
The details inventory items of the product variant.
metadatanull | Record<string, unknown>Required
An optional key-value map with additional details
purchasableboolean
Only used with the inventory modules. A boolean value indicating whether the Product Variant is purchasable. A variant is purchasable if:
  • inventory is not managed
  • it has no inventory items
  • it is in stock
  • it is backorderable.
Was this section helpful?