Order management

Design and operate your order lifecycle

A B2B order is rarely one clean transaction. Ten fittings are ordered against the buyer's own purchase-order number; six ship on Tuesday and four on the following Thursday; the invoice is paid 30 days after that, and two of the six come back the week after because the machine they were for was scrapped. All of that is one order, and at any moment it has three different true answers to "is it done?".

That is why this area starts with the model rather than the screens. An order here is a snapshot: prices, addresses and totals are frozen when it is placed. It carries three independent statuses (lifecycle, payment, fulfillment), and each position keeps its own count of what was ordered, shipped, cancelled and returned. Every partial delivery, partial cancellation and partial return is therefore a subtraction on the position rather than a separate record to keep in sync. Learn those two ideas and the rest of this area is mechanics.

It also covers the two things B2B buyers order through most, which are neither the category tree nor the search box: saved order lists they re-order from every month, and quick order, forty article numbers pasted in at once.

New to this? Read The three order statuses first. An order can be confirmed, unpaid and half-shipped at the same time. Almost every misunderstanding in this area, and most wrong dashboards, start by assuming it cannot.

Understand

The model, before any clicking.

Set up

Decided once, then it answers every checkout.

Work with it

The order desk, and the two fast paths buyers order through.

Keep it healthy

Order management fails quietly. These are the checks that get there first.