A bit of theory again

  • HOME
  • A bit of theory again
theory 30.03.2025

A bit of theory again


Once we’ve received an order for shipment in the WMS, we need to pick the goods for that order and (possibly) pack them.

Let’s now take a look at the following diagram:

This diagram illustrates the main warehouse processes:

  1. Receiving goods — we’ve already covered this step earlier.
  2. Putaway of goods on shelves — placing goods on storage shelves. Also covered earlier.
  3. Picking — this step appears when we have a specific order. Warehouse staff must pick goods from shelves and prepare them for shipment.
  4. Sorting — this process is only needed when multiple orders are picked at once. In this stage, the total batch of goods is sorted by individual orders. We’ll explain this in more detail later.
  5. Packing — if the order needs to be packed (e.g. into a box or bag), this process handles it.
  6. Labeling — if the order needs to be prepared for a delivery service (weighing, measuring, applying a shipping label, etc.), this step is added.
  7. Shipping — finally, we ship the prepared orders to the client, delivery service, or transport company.

In short, this is exactly how it looks.

And here it’s important to understand that all of these are modular processes. You can build a workflow that’s ideal for your specific warehouse. Not every warehouse, scenario, or business needs all of them.

For example, if you have a small warehouse, ship in bulk, and have just a few suppliers — you might not need sorting, packing, or labeling. Only picking and shipping may be enough.

I won’t go over every possible scenario here — there are simply too many — but hopefully the idea is clear. Now let’s move on to each process block individually and figure out when you need them — and when you don’t.