@@ -8,7 +8,7 @@ In this document, you’ll learn about the main concepts in the Inventory Module
|
||||
|
||||
## InventoryItem
|
||||
|
||||
An inventory item, represented by the [InventoryItem data model](/references/inventory/models/InventoryItem), is a stock-kept item, such as a product, whose inventory can be managed.
|
||||
An inventory item, represented by the [InventoryItem data model](/references/inventory-next/models/InventoryItem), is a stock-kept item, such as a product, whose inventory can be managed.
|
||||
|
||||
The `InventoryItem` data model mainly holds details related to the underlying stock item, but has relations to other data models that include its inventory details.
|
||||
|
||||
@@ -18,7 +18,7 @@ The `InventoryItem` data model mainly holds details related to the underlying st
|
||||
|
||||
## InventoryLevel
|
||||
|
||||
An inventory level, represented by the [InventoryLevel data model](/references/inventory/models/InventoryLevel), holds the inventory and quantity details of an inventory item in a specific location.
|
||||
An inventory level, represented by the [InventoryLevel data model](/references/inventory-next/models/InventoryLevel), holds the inventory and quantity details of an inventory item in a specific location.
|
||||
|
||||
It has three quantity-related properties:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user