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_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe product variant inventory item's ID
inventory_item_id
stringRequiredThe id of the inventory item
required_quantity
numberRequiredThe quantity of an inventory item required for the variant.
Default: 1
updated_at
DateRequiredThe date with timezone at which the resource was updated.
The details of the product variant.
variant_id
stringRequiredThe id of the variant.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
void
voidWas this section helpful?