


DecrementQtyOnHand
Order | Pipe | Description |
---|---|---|
100 | DecrementInventory | CallsIInventoryService.DecrementInventory. |
GetQtyOnHand
Order | Pipe | Description |
---|---|---|
100 | GetInventory |
Uses IInventoryService.GetInventory to get current inventory. The result is stored in the Inventories and RequiresRealTimeInventory properties on the result object. |
150 | GetRealTimeInventory |
If IInventoryService is RealTime and the PerformRealTimeInventory property on the parameter object true, uses IRealTimeInventoryService.GetInventory to get current inventory and sets RequiresRealtimeInventory to false. The result is stored to the Inventories and RequiresRealtimeInventory properties on the result object. |
Do you find this information helpful? Please log in to provide feedback.
Last updated: Dec 11, 2020