OrderReturnsWorkflow Steps

Inventory Workflow Steps

Workflow steps for managing inventory when processing returns.

Overview

Inventory workflow steps handle stock adjustments when returns are processed. They ensure returned items are added back to available inventory when appropriate.

Available Steps

StepKeyDescription
Update InventoryUpdateInventoryIncrease inventory for returned items

Inventory Update Logic

The inventory update respects the return type configuration:

  • If the return type has UpdateInventory: true (default), items are added back to stock
  • If the return type has UpdateInventory: false, items are not restocked (e.g., defective items)

The update also respects the "Update Stock" checkbox selection made when creating the return.

On this page