Inventory

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

NameTypeDescription
IdintThe ID of the inventory record.
ProductVariantIdintThe ID of the product variant being inventoried.
ProductVariant (via $expand)ProductVariantThe product variant being inventoried.
VendorIdintThe ID of the vendor whose location holds inventory for the specified product variant.
Vendor (via $expand)VendorThe vendor whose location holds inventory for the specified product variant.
LocationIdintThe ID of the vendor location that holds inventory for the specified product variant.
Location (via $expand)LocationThe vendor location that holds inventory for the specified product variant.
OnHandintThe on-hand inventory for the specified product variant at the specified vendor location.
AvailableintThe available inventory for the specified product variant at the specified vendor location.
ParLevelintThe par level for the specified product variant at the specified vendor location.