ProductVariantInventoryItem
A Product Variant Inventory Item links variants with inventory items and denotes the required quantity of the variant.
Properties
id
stringRequiredThe product variant inventory item's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
inventory_item_id
stringRequiredThe id of the inventory item
variant_id
stringRequiredThe id of the variant.
The details of the product variant.
required_quantity
numberRequiredThe quantity of an inventory item required for the variant.
Default: 1
Was this section helpful?