Inventory Workflow Steps

Workflow steps for managing inventory reservations, reductions, and calculations.

Overview

Inventory workflow steps manage stock levels throughout the order lifecycle. They handle reservation of inventory when orders are placed, reduction when orders are fulfilled, and recalculation when inventory counts need to be synchronized.

Available Steps

StepKeyDescription
Increase Reserved InventoryIncreaseReservedInventoryReserve inventory for new orders
Reduce Reserved InventoryReduceReservedInventoryRelease reserved inventory on cancellation
Reduce InventoryReduceInventoryDecrease actual inventory when shipping
Reduce Inventory and Reserved InventoryReduceInventoryAndReservedInventoryDecrease both inventory and reserved in one step
Reduce Inventory Only On Reserved Order LinesReduceInventoryOnlyOnReservedOrderLinesConditionally reduce reserved inventory based on line status
Recalculate Reserved InventoryRecalculateReservedInventoryRecalculate reserved quantities from open orders
Calculate ATPCalculateAtpCalculate Available-to-Promise values
Calculate and Update Product InventoryCalculateAndUpdateProductInventoryUpdate product inventory status
Set All Order Lines To ReservedSetAllOrderLinesToReservedForce all order lines to reserved status
Set Items Out of StockSetItemsOutOfStockZero out inventory for order products
Change Status If Out of StockChangeStatusIfOutOfStockTrigger status change when inventory unavailable
Set Shipment or Order Ready for PickupSetShipmentOrOrderReadyForPickupPrepare click-and-collect orders
Mark Order Lines for Cross DockMarkOrderLinesForCrossDockConfigure cross-docking for multi-warehouse fulfillment
Check POS Order for Return and Increase InventoryCheckPosOrderForReturnAndIncreaseInventoryRestore inventory for POS returns

Common Patterns

New Order Flow

  1. Increase Reserved Inventory - Reserve stock when order is placed
  2. Allocation and processing steps
  3. Reduce Inventory and Reserved Inventory - When order ships

Cancellation Flow

  1. Reduce Reserved Inventory - Release reserved stock back to available

Inventory Synchronization

  1. Recalculate Reserved Inventory - Rebuild reserved counts from order data
  2. Calculate ATP - Update available-to-promise for products

On this page