- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
InventoryLevel - Inventory Next Module Data Models Reference
This documentation provides a reference to the InventoryLevel data model. It belongs to the Inventory Next Module.
id
PrimaryKeyModifier<IdProperty>The ID of the inventory level.
location_id
TextPropertyThe ID of the inventory level's location. When used with the Stock Location Module, the ID will be a
StockLocation
's ID.stocked_quantity
BigNumberPropertyThe stocked quantity of the inventory level
reserved_quantity
BigNumberPropertyThe reserved quantity of the inventory level
incoming_quantity
BigNumberPropertyThe incoming quantity of the inventory level
The associated inventory item.
available_quantity
ComputedProperty<null | number, BigNumberProperty>The available quantity of the inventory level
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?