Skip to main content
Skip to main content

ProductVariantInventoryItem

A Product Variant Inventory Item links variants with inventory items and denotes the required quantity of the variant.

Properties

idstringRequired
The product variant inventory item'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.
inventory_item_idstringRequired
The id of the inventory item
variant_idstringRequired
The id of the variant.
variantProductVariantRequired
The details of the product variant.
required_quantitynumberRequired
The quantity of an inventory item required for the variant.

Default: 1

Was this section helpful?