Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

Inventory pipeline

DecrementQtyOnHand

OrderPipeDescription
100DecrementInventoryCallsIInventoryService.DecrementInventory.

GetQtyOnHand

OrderPipeDescription
100GetInventoryUses IInventoryService.GetInventory to get current inventory. The result is stored in the Inventories and RequiresRealTimeInventory properties on the result object.
150GetRealTimeInventoryIf 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.