An InventoryTransaction represents a change to the shelf/bin location and/or inventory levels of an InventoryPOItem.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the inventory transaction. |
InventoryPOItemId | int | The ID of the inventory PO item that the transaction belongs to. |
InventoryPOItem (via $expand) | InventoryPOItem | The inventory PO item that the transaction belongs to. |
Submitted | datetimeoffset | The date/time the transaction was submitted. |
Action | InventoryTransactionType | The type of transaction. Valid values are NewOrder, Reserve, Cancel, Release, Adjust, Hold, Remove, Transfer, Receive, Destroy, Return, and WriteOff. |
Notes | string | Notes that provide additional details about the transaction. |
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. |
ItemId | int | The ID of the item that the transaction belongs to. |
Item (via $expand) | Item | The item that the transaction belongs to. |