Skip to content

Optional control for inventory depletion during order submission

This content is for Spring ’26. Switch to the latest version for up-to-date documentation.

A configuration option allows organisations to control whether inventory quantities are depleted when orders are submitted. Previously, inventory depletion occurred automatically during order submission. This enhancement provides flexibility for organisations that manage inventory depletion through other processes or systems, or that need to prevent premature stock adjustments in certain workflows.

JSON example:

// Within Order submission settings:
"Order": {
"DepleteInventoryOnSubmission": false
}