Order Fulfilment Swimlane Diagram Template
E-commerce order handling across four lanes (customer, support, warehouse, logistics): order and payment, review, stock check and restocking, picking, shipping, delivery and after-sales. Free PNG, SVG, Word and PowerPoint export.
Edit the text, pick a theme, export Word / PowerPoint / PDF
When to use it
Operations manuals, warehouse SOPs and requirement documents for order systems. One lane per role, a main path from order to delivery, a restocking branch when stock is short, and an after-sales branch after delivery.
Making it yours
- Add steps such as reconciliation or invoicing as a new
subgraphand connect its nodes to the main path. - Edges can be chained:
A --> B --> Cis the same as three separate lines and easier to edit. - Make the exception branch dashed to set it apart:
H -. Problem .-> I. - The default theme is Cinnabar, good for slides; switch to Light for a white document.
Mermaid code
flowchart TB
subgraph Customer
A[Place order and pay]
H[Confirm delivery]
end
subgraph Support
B[Review order]
I[Handle after-sales]
end
subgraph Warehouse
C{In stock?}
D[Pick and pack]
E[Ask purchasing to restock]
end
subgraph Logistics
F[Ship]
G[Deliver and get signature]
end
A --> B --> C
C -- Yes --> D
C -- No --> E --> D
D --> F --> G --> H
H -- Problem --> IAsk an AI for one with this structure
Send the prompt below to ChatGPT or Claude, then paste the whole reply into the editor; the code inside is detected automatically.
Draw an order fulfilment swimlane diagram in Mermaid flowchart syntax with subgraph lanes for Customer, Support, Warehouse and Logistics. The customer places an order and pays; support reviews it; the warehouse checks stock (asks purchasing to restock if short) and picks and packs; logistics ships and delivers; the customer confirms delivery, and any problem goes to support for after-sales. Output only the mermaid code block.
FAQ
- Swimlane or plain flowchart?
Use swimlanes when several departments or systems hand work to each other, so ownership is visible; use a plain flowchart for a single role's steps. The syntax is the same apart from the
subgraphblocks.- The diagram is getting too wide
Change
TBtoLRso the main path runs horizontally, or move details into a second diagram. Export at 3x so the text stays sharp when scaled down.- Can I hand this to an AI to extend?
Yes. Send the code together with your request, for example "add a quality check in the warehouse lane", and paste the whole reply back into the editor.
More in this category
Leave Approval Swimlane Diagram TemplateLeave request approval across four lanes (employee, line manager, department head, HR) with a two-level approval based on the number of days. Edit the Mermaid code to match your policy and export PNG, SVG, Word or PowerPoint for free.
Purchase Approval Swimlane Diagram TemplatePurchase approval across four lanes (requesting department, procurement, finance, general manager): request, quotes, tiered approval by amount, ordering, receiving and payment. Adapt it to your procurement policy and export PNG, Word or PowerPoint for free.
Expense Reimbursement Swimlane Diagram TemplateExpense claim process across three lanes (employee, manager, finance): collect receipts, submit, manager review, finance checks against budget and policy, payment. For finance policies and handbooks; free PNG, Word and PowerPoint export.
Updated 2026-09-05