Order management is everything that happens between a customer placing an order and the transaction being closed: capture, confirmation, stock allocation, picking, dispatch, invoicing, payment, and whatever returns follow. Vendors sell it as a system; for a business under a few hundred orders a month it is a written sequence with owners, and the system is optional.
The reason to write it down is that orders are almost never lost inside a step. They are lost in the gaps — the order that arrived by email while the person who checks that inbox was away, the one that was picked but never invoiced, the one where the customer paid and nobody marked it.
The chain
- Capture: every order arrives in one place, whatever channel it came through. Phone, email, web, in person — one place, or you cannot count them.
- Confirm: the customer gets an acknowledgement with what they ordered and when to expect it. This one message prevents most where is my order enquiries.
- Allocate: stock is reserved against the order. Without allocation, the same unit gets promised twice, which is the most expensive routine error in small retail.
- Pick and pack, with the delivery note that travels with the goods.
- Dispatch, with tracking sent to the customer.
- Invoice, matched against what was actually delivered rather than what was ordered.
- Collect, and chase what is not paid.
- Close, or handle a return under your published policy.
The handoffs are where to put your attention, not the steps. Each transition — capture to allocation, pick to invoice, dispatch to collection — is a place where an order can stop moving with nobody noticing, because everybody assumes it is now somebody else's. The cheapest control is a single list of open orders with a status, reviewed daily, where anything that has not moved in two days is visible.
What to measure
- Orders open by age. Anything sitting longer than your normal cycle is either stuck or forgotten.
- Order to dispatch time, separated from dispatch to delivery. You control the first; a carrier controls the second.
- Perfect order rate — delivered complete, on time, undamaged, invoiced correctly. It is a harsh measure and the one customers actually experience.
- Orders needing manual intervention. A rising share means a process problem rather than a busy month.
- Returns by reason, which usually says more about product pages than about customers.
When a system starts paying
The threshold is not order volume alone. It is when orders arrive through more than one channel, when stock is sold in more than one place, or when more than a couple of people touch the same order. Any of those makes a shared list insufficient, because two people will act on stale information. Below that, a spreadsheet with a status column and a daily look at it genuinely works, and the money is better spent elsewhere.
Where the pieces live
Ettex Invoices holds the order through to invoicing and payment, with the paperwork chain covered in delivery note and the stock side in inventory management. Orders arriving through a shop sit in Ettex Sites, where the payment step is discussed in checkout page, and the delivery expectations you set in shipping policy.
The boundary: this is not an order management system. There is no channel integration, no multi-warehouse allocation, no automated picking workflow and no carrier connection. If you are selling across marketplaces with shared stock, buy a dedicated product — that is exactly the situation it exists for.
Frequently asked
What is order management?
The whole sequence from an order being placed to the transaction being closed: capture, confirmation, allocation, picking, dispatch, invoicing, collection and returns.
When does a small business need an order management system?
When orders arrive through more than one channel, stock is sold in more than one place, or several people touch the same order. Below that, a shared list with statuses works.
What is the perfect order rate?
The share of orders delivered complete, on time, undamaged and correctly invoiced. It is deliberately harsh because it measures what the customer actually experiences.
Where do orders usually get lost?
In the handoffs between steps rather than inside them — capture to allocation, picking to invoicing, dispatch to collection. A daily review of open orders by age catches most of it.