"Where's My Order?" Is 30% of Your Support Volume. Automate It.
WISMO questions are the single biggest category for e-commerce support. Here is how to eliminate them with automation.
The WISMO Problem
"Where's my order?" — also known as WISMO — is the most common customer support question in e-commerce. It accounts for 25-35% of all support volume for online stores.
Every WISMO ticket follows the same pattern:
1. Customer places an order 2. Customer gets impatient (usually 2-3 days after ordering) 3. Customer contacts support: "Where's my package?" 4. Agent looks up the order, finds the tracking number, pastes it into a response 5. Customer is satisfied (the order was on its way the whole time)
This entire interaction is a waste of everyone's time. The customer had a tracking number in their confirmation email. They just didn't check it. And now an agent spent 3-5 minutes doing a lookup that a $0.20 API call could do.
Why Customers Ask
They're not being lazy (well, some are). The real reasons:
Tracking emails get buried. The confirmation email is 3 days old, buried under 50 other emails. Easier to message support than search their inbox.
Tracking pages are confusing. "In transit — your package is on its way" doesn't answer "when will I get it?" Customers want a date, not a status.
Anxiety purchases. High-value orders make people anxious. They check tracking obsessively and contact support when the status hasn't changed in 24 hours.
International shipping. Cross-border orders have longer transit times and less reliable tracking. Customers from countries with fast domestic delivery get nervous when international shipping takes 2 weeks.
The Automation Setup
Level 1: Auto-respond with tracking link.
When a message is classified as order_tracking, auto-respond: "Here's the tracking for your most recent order: [tracking page link]. Your order shipped on [date] and is currently [status]."
This handles 70% of WISMO tickets. The customer gets their tracking info in seconds. No agent involved.
Setup: classify order_tracking intent → auto-respond with tracking page link and basic instructions for checking status.
Level 2: Pull actual tracking data.
Connect your shipping API (Shippo, EasyPost, ShipStation, or direct carrier APIs). When a WISMO message comes in, pull the actual tracking status and include it in the auto-response.
"Your order #38291 shipped via USPS on March 12. Current status: In Transit — expected delivery March 16-18. Track it here: [tracking link]."
This handles 90%+ of WISMO tickets because it answers the real question: "When will I get it?"
Level 3: Proactive shipping notifications.
Don't wait for the customer to ask. Send proactive updates: - Order confirmed (immediate) - Order shipped + tracking number (same day as shipment) - Out for delivery (day of) - Delivered (confirmation)
Proactive notifications reduce WISMO volume by 40-60% before anyone contacts support.
The Numbers
For an e-commerce store with 1,000 support messages/month where 30% are WISMO:
Without automation: - 300 WISMO tickets × 4 minutes each = 20 hours/month - Agent cost: 20 hours × $20/hour = $400/month
With Level 1 automation: - 210 auto-resolved (70%) × $0.20 = $42/month - 90 still need a human × 4 minutes = 6 hours × $20/hour = $120/month - Total: $162/month (save $238)
With Level 2 automation: - 270 auto-resolved (90%) × $0.20 = $54/month - 30 still need a human × 4 minutes = 2 hours × $20/hour = $40/month - Total: $94/month (save $306)
With Level 3 (proactive notifications): - WISMO volume drops from 300 to 150/month - 135 auto-resolved (90%) × $0.20 = $27/month - 15 still need a human = 1 hour × $20/hour = $20/month - Total: $47/month (save $353)
WISMO is the highest-ROI automation target for any e-commerce store. It's high volume, completely predictable, and the answer is always the same: here's your tracking number.