An Inventory record specifies the inventory levels and the par level for a ProductVariant at a specific Location. Inventory levels are an aggregate of the levels specified in the base inventory PO and any standard inventory POs for the ProductVariant and Location.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the inventory record. |
ProductVariantId | int | The ID of the product variant being inventoried. |
ProductVariant (via $expand) | ProductVariant | The product variant being inventoried. |
VendorId | int | The ID of the vendor whose location holds inventory for the specified product variant. |
Vendor (via $expand) | Vendor | The vendor whose location holds inventory for the specified product variant. |
LocationId | int | The ID of the vendor location that holds inventory for the specified product variant. |
Location (via $expand) | Location | The vendor location that holds inventory for the specified product variant. |
OnHand | int | The on-hand inventory for the specified product variant at the specified vendor location. |
Available | int | The available inventory for the specified product variant at the specified vendor location. |
ParLevel | int | The par level for the specified product variant at the specified vendor location. |