Ecommerce operations
WISMO in ecommerce: how to handle “where is my order?” questions faster
How to organise parcel-status support: data sources, exception scenarios, safe replies, and WISMO process metrics.
Faboxi product team · 7 min read ·
Short answer
To shorten WISMO handling, the system should assemble customer identity, fulfilment status, actual shipment, tracking number, and the latest carrier event before the reply. It must distinguish planned shipping, actual dispatch, and estimated delivery because they are different facts.
Why a simple question consumes time
The operator must locate the order, confirm payment and fulfilment, open tracking, and decide whether the carrier has actually received the parcel. The work lies in finding and judging facts, not typing one sentence.
Minimum data for a safe reply
- Reliable customer-to-order binding.
- Payment and fulfilment status.
- Actual dispatch time when available.
- Tracking number and latest carrier event.
- Delivery estimate only when a source confirms it.
- A safe limitation when data is stale, conflicting, or degraded.
Three dates that must not be confused
Planned shipping is an operational plan, actual dispatch confirms shipment, and estimated delivery predicts arrival. Treating one as another creates promises the support team cannot control.
How to measure the WISMO process
- Median time from open to reply.
- Manual searches per answer.
- Order-binding exception rate.
- Corrections caused by stale tracking.
- Repeat contact about the same shipment.
Decision tools
WISMO reply decision tree
Establish evidence first, then choose the message. This prevents a shipping plan from becoming a delivery promise.
| Evidence state | Safe statement | Next step |
|---|---|---|
| No verified order | Request a minimal identifier; provide no status. | Bind identity and order safely. |
| Order not dispatched | State the confirmed fulfilment stage only. | Check payment, availability, or fulfilment blocks. |
| Dispatched, tracking active | Give latest event, timestamp, and link. | Do not turn a carrier estimate into a guarantee. |
| Tracking stalled or stale | Name the missing update and uncertainty. | Route to an operator or carrier escalation procedure. |
Process measurement card
Measure speed, source completeness, and customer outcome separately. Average reply time alone can reward quick but incomplete answers.
| Metric | Formula | What it diagnoses |
|---|---|---|
| WISMO handling time | median(reply sent − case opened) | Operator effort. |
| Successful binding | auto-bound / all WISMO cases | Identity quality. |
| Repeat contact | returns within 72h / closed WISMO | Resolution quality. |
| Source degradation | stale or missing tracking / all WISMO | Data quality, not agent performance. |
Common questions
What does WISMO mean?
WISMO stands for “Where is my order?” and covers customer questions about order or parcel status.
Is a tracking link enough?
Not always. Customers need the current stage explained, and a stalled or delayed shipment may require operator action.