> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.claruswms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Order Volume Replenishment

> Replenish pickfaces dynamically based on real-time pick demand instead of fixed minimum and maximum triggers.

**Order Volume Replenishment** keeps pickfaces stocked based on actual real-time demand. Unlike [Continuous](/knowledgebase/warehouse-setup/replenishment/continuous) and [Demand](/knowledgebase/warehouse-setup/replenishment/demand) replenishment, which rely on fixed minimum/maximum levels, Order Volume calculates what's needed at the moment a pick task is generated — so stock only moves when an order actually requires it.

<Note>
  Before you can use Order Volume Replenishment, it must be added to your HHD implementation. See the step-by-step guide: [Adding a Replenishment Flow to your HHD implementation](https://scribehow.com/viewer/Adding_a_Replenishment_Flow_to_your_HHD_implementation__PK81EEFrT5GsSH86dKyQ_Q).
</Note>

## How it works

Instead of waiting for stock to hit a pre-set low point, the system calculates needs during pick task generation:

1. **The trigger** — when a pick task is created, the system checks the available stock at the pickface.
2. **The action** — if the required pick quantity exceeds what's currently on the shelf, a replenishment task is automatically generated to cover the gap.
3. **Smart validation** — before creating a new task, the system checks for any existing replenishment tasks that already meet the required quantity, preventing redundant work.

The result is a leaner warehouse flow: stock isn't moved unnecessarily, and replenishment stays focused on active orders.

## Setting up an Order Volume pickface

<Steps>
  <Step title="Navigate to the product">
    From the left-hand menu, click **Products** and select the item you want to configure.
  </Step>

  <Step title="Open the Pickfaces tab">
    Scroll to the **Pickfaces** tab and choose to create a new pickface or edit an existing one.
  </Step>

  <Step title="Select Order Volume">
    Locate the **Replenishment Type** dropdown and switch the setting from **Continuous** or **Demand** to **Order Volume**.

    <Frame>
      <img src="https://mintcdn.com/clarussoftwareltd/VhdD_7cL1fkA3BtT/images/knowledgebase/order-volume-replenishment-1.png?fit=max&auto=format&n=VhdD_7cL1fkA3BtT&q=85&s=7d5323127802851ea551c0df1f0870af" alt="Selecting Order Volume in the Replenishment Type dropdown" width="2762" height="728" data-path="images/knowledgebase/order-volume-replenishment-1.png" />
    </Frame>
  </Step>
</Steps>

<Warning>
  **Domain limitation:** an Order Volume pickface can only be active for one product at a time. Applying this setting to multiple pickfaces within the same product will not function correctly.
</Warning>

## Executing the replenishment

Once active, the system handles the heavy lifting, but the handheld (HHD) workflow has a slight variation. Because quantities are dynamic, the **Confirmed Quantity** field in the Tasks screen stays empty until you enter it — the system waits for your manual input based on current needs.

<Frame>
  <img src="https://mintcdn.com/clarussoftwareltd/VhdD_7cL1fkA3BtT/images/knowledgebase/order-volume-replenishment-2.png?fit=max&auto=format&n=VhdD_7cL1fkA3BtT&q=85&s=f51f40633b085e3d36ea27a1319b9804" alt="Confirmed Quantity field left empty on an Order Volume task" width="2262" height="396" data-path="images/knowledgebase/order-volume-replenishment-2.png" />
</Frame>

On the HHD:

<Steps>
  <Step title="Open the next replenishment">
    Go to **Replenishment** then **Next Replenishment**.

    <Frame>
      <img src="https://mintcdn.com/clarussoftwareltd/VhdD_7cL1fkA3BtT/images/knowledgebase/order-volume-replenishment-3.png?fit=max&auto=format&n=VhdD_7cL1fkA3BtT&q=85&s=55d7f83459c5ea35e803ff1259c61628" alt="Replenishment then Next Replenishment on the HHD" width="794" height="456" data-path="images/knowledgebase/order-volume-replenishment-3.png" />
    </Frame>
  </Step>

  <Step title="Confirm the locations">
    Confirm the **From Location**, **From Storage Unit**, and **To Location**.

    <Frame>
      <img src="https://mintcdn.com/clarussoftwareltd/VhdD_7cL1fkA3BtT/images/knowledgebase/order-volume-replenishment-4.png?fit=max&auto=format&n=VhdD_7cL1fkA3BtT&q=85&s=429e9886f1c926344ac3d1e5f421f35e" alt="Confirming the from and to locations on the HHD" width="806" height="914" data-path="images/knowledgebase/order-volume-replenishment-4.png" />
    </Frame>
  </Step>

  <Step title="Enter the confirmed quantity">
    Enter the **Confirmed Quantity** — the exact amount of stock you are moving to the pickface.

    <Frame>
      <img src="https://mintcdn.com/clarussoftwareltd/VhdD_7cL1fkA3BtT/images/knowledgebase/order-volume-replenishment-5.png?fit=max&auto=format&n=VhdD_7cL1fkA3BtT&q=85&s=8a5e0722d9a2c8d204d2ea466435dc72" alt="Entering the confirmed quantity on the HHD" width="808" height="732" data-path="images/knowledgebase/order-volume-replenishment-5.png" />
    </Frame>
  </Step>
</Steps>

<Tip>
  You must enter a value **greater than 0** to complete the task. Entering 0 returns an error and prevents the task from closing.

  <Frame>
    <img src="https://mintcdn.com/clarussoftwareltd/VhdD_7cL1fkA3BtT/images/knowledgebase/order-volume-replenishment-6.png?fit=max&auto=format&n=VhdD_7cL1fkA3BtT&q=85&s=aacc1c1759f87e5e53a6e8a5792437f2" alt="Error shown when a confirmed quantity of 0 is entered" width="818" height="492" data-path="images/knowledgebase/order-volume-replenishment-6.png" />
  </Frame>
</Tip>

## Related pages

* [Pickface Replenishment](/knowledgebase/warehouse-setup/replenishment/overview) — compare all replenishment strategies
* [Continuous Replenishment](/knowledgebase/warehouse-setup/replenishment/continuous)
* [Demand Replenishment](/knowledgebase/warehouse-setup/replenishment/demand)
