Skip to content
LineraFlow

Will-call order

A will-call order is an order a customer pays for or commits to now and collects from the counter or warehouse themselves, rather than having it shipped.

The definition is the easy part. What makes will-call worth a page is what it demands of an inventory system, and it is the same demand that catches out tools built for e-commerce. Between the moment the order is taken and the moment the customer walks out with the goods, the stock is physically present but not available. A system that tracks a single quantity per product cannot express that state, so it forces a choice between two bad options: deduct at order time and have the count disagree with the shelf, or deduct at collection and let someone else sell the same item in the meantime. Neither is a rounding error at a trade counter, where the same item is routinely sold by two people in the same hour.

Last reviewed

Why it matters for inventory accuracy

The counter double-sale is the failure this concept exists to prevent: two people sell the same physical item because the system showed it as available to both of them. It is unusually damaging because it is discovered late, at the moment a customer arrives to collect something that is no longer there.

Reservations are what make a will-call order safe, and expiry is what keeps them from accumulating. Stock committed to an order that nobody collects is stock you cannot sell and do not know you have.

Is a will-call order the same as a back order?

No, and confusing the two causes real inventory errors. A will-call order is for stock you have, waiting to be collected. A back order is for stock you do not have, waiting to arrive. One should reduce what is available to sell immediately; the other should not, because there is nothing yet to reduce.

Should will-call stock be deducted from inventory when the order is placed?

It should be reserved, not deducted. The goods are still physically on the shelf and still count for a stock take, but they are committed to someone and must stop appearing as available to sell. A system that only tracks one quantity forces a choice between an inaccurate count and an oversell.

How long should a will-call order be held before it is released?

Most distributors set a window measured in days and release the reservation automatically when it expires, because the alternative is stock quietly committed to an order nobody is coming back for. The right window depends on your customers, but it should be a rule the system enforces rather than something someone remembers to check.