InventoryTransaction

An InventoryTransaction represents a change to the shelf/bin location and/or inventory levels of an InventoryPOItem.

Properties

NameTypeDescription
IdintThe ID of the inventory transaction.
InventoryPOItemIdintThe ID of the inventory PO item that the transaction belongs to.
InventoryPOItem (via $expand)InventoryPOItemThe inventory PO item that the transaction belongs to.
SubmitteddatetimeoffsetThe date/time the transaction was submitted.
ActionInventoryTransactionTypeThe type of transaction. Valid values are NewOrder, Reserve, Cancel, Release, Adjust, Hold, Remove, Transfer, Receive, Destroy, Return, and WriteOff.
NotesstringNotes that provide additional details about the transaction.
ShelfBinstringThe shelf/bin where the item is stored in the warehouse.
OrderedintThe quantity that was ordered from the source location.
ReceivedintThe quantity that has been received by the warehouse location.
OnHoldintThe quantity at the warehouse location that is on hold and unavailable for ordering.
ReservedintThe quantity at the warehouse location that has been reserved for submitted orders.
ReleasedintThe quantity that has been released from the warehouse location to the end customer.
AvailableintThe quantity at the warehouse location that is available for ordering.
ItemIdintThe ID of the item that the transaction belongs to.
Item (via $expand)ItemThe item that the transaction belongs to.