ProductVariantInventoryItem
A Product Variant Inventory Item links variants with inventory items and denotes the required quantity of the variant.
Constructors
constructor
**new ProductVariantInventoryItem**()
A Product Variant Inventory Item links variants with inventory items and denotes the required quantity of the variant.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe product variant inventory item's ID
inventory_item_idstringRequiredThe id of the inventory item
required_quantitynumberRequiredThe quantity of an inventory item required for the variant.
Default: 1
updated_atDateRequiredThe date with timezone at which the resource was updated.
The details of the product variant.
variant_idstringRequiredThe id of the variant.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?