InventoryLevel - Inventory Next Module Data Models Reference

This documentation provides a reference to the InventoryLevel data model. It belongs to the Inventory Next Module.

idPrimaryKeyModifier<IdProperty>
The ID of the inventory level.
location_idTextProperty
The ID of the inventory level's location. When used with the Stock Location Module, the ID will be a StockLocation's ID.
stocked_quantityBigNumberProperty
The stocked quantity of the inventory level
reserved_quantityBigNumberProperty
The reserved quantity of the inventory level
incoming_quantityBigNumberProperty
The incoming quantity of the inventory level
inventory_itemBelongsTo<InventoryItem>
The associated inventory item.
available_quantityComputedProperty<null | number, BigNumberProperty>
The available quantity of the inventory level
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
Was this page helpful?