The fulfilment flow
Fulfilment has three steps: pick (gather the ordered items from their locations), pack (box them safely), and dispatch (hand them to the carrier and record it). Each step hands clean work to the next.
Understanding the flow matters because an error early is cheap to fix and expensive late — a wrong pick caught at packing costs seconds, but the same error caught by the customer costs a return, a reship, and trust.
For an order of 5 SKUs, picking pulls each from its bin, packing checks all 5 against the order and boxes them, dispatch labels and books the carrier. If picking grabs 4 of 5, packing should catch it before the box is sealed — far cheaper than the customer opening a short parcel and demanding the missing item.
Key takeaways
- Fulfilment is pick, then pack, then dispatch.
- Each step hands clean work to the next.
- Errors are cheap early, expensive once shipped.
- Example: a 4-of-5 pick should be caught at packing, not by the customer.