An InventoryPOItem represents an item in an InventoryPO.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the inventory PO item. |
InventoryPOId | int | The ID of the inventory PO that the item belongs to. |
InventoryPO (via $expand) | InventoryPO | The inventory PO that the item belongs to. |
ProductVariantId | int | The ID of the item's product variant. |
ProductVariant | ProductVariant | The item's product variant. |
ShelfBin | string | The shelf/bin where the item is stored in the warehouse. |
Ordered | int | The quantity that was ordered from the source location. |
Received | int | The quantity that has been received by the warehouse location. |
OnHold | int | The quantity at the warehouse location that is on hold and unavailable for ordering. |
Reserved | int | The quantity at the warehouse location that has been reserved for submitted orders. |
Released | int | The quantity that has been released from the warehouse location to the end customer. |
Available | int | The quantity at the warehouse location that is available for ordering. |
InventoryTransactions (via $expand) | InventoryTransaction array | The collection of inventory transactions for the item. |
InventoryPOItemFulfillments (via $expand) | InventoryPOItemFulfillment array | The collection of inventory PO item fulfillment steps for the item. |