E-commerce
July 1, 2026
"The bot promises a Colissimo number when it doesn't exist." "The AI says tracking tomorrow for an economy letter without tracking." "No number for 3 days, the chatbot loops on WISMO." Three failures where a poorly routed WISMO bot without tracking invents a number or ignores an untracked method.
An AI chatbot order without tracking does not replace NOTRACK agents (#525). It reads NOTRACK-MAP, explains fulfillment status, upload delay, or untracked method and reroutes to WISMO #184 if a number appears.
This guide #526 covers intents bot_no_track_*, flow NOTRACKbot, and KPI notrack_bot. Bot pair to the NOTRACK playbook (#525). New AI use case: explaining status without tracking number or invented promise.
Summary
Why automate absence tracking with a bot?
"Where is my order?" without a tracking number is a WISMO intent poorly served by an empty carrier lookup. A calibrated bot reads NOTRACK-MAP and explains the next steps without inventing a number.
What the tier 1 bot resolves
Untracked explain: tracking_expected N customer_message
Pending upload: tracking_delay_hours countdown
Not shipped yet: unfulfilled ship_eta cite
Digital reroute: not a physical package playbook
Status URL: alternative_proof order page
Shopify fulfillment can exist without a tracking number (Shopify, fulfillment 2026). The bot intercepts bot_no_track_where_tracking before a fake number is generated.
NOTRACKbot vs NOTRACK #525, WISMO #184 and TRACK-ERR #397
Four contents, four layers, post-purchase follow-up.
Quick matrix
#526 NOTRACKbot: bot explain no number next steps tier 1
#525 NOTRACK: agents escalate 3PL ops
WISMO #184: bot tracking active carrier lookup
#397 TRACK-ERR: number present anomaly
Router: fulfillment without tracking → #526. Tracking synced → reroute #184 WISMO.
Which bot_no_track_* intents should be configured?
Eight bot intents without tracking.
Eight intents bot_no_track
bot_no_track_where: where is my tracking number
bot_no_track_untracked: untracked standard delivery
bot_no_track_pending: shipped, no tracking number yet
bot_no_track_not_shipped: not shipped yet ETA
bot_no_track_digital: digital product, no package
bot_no_track_preorder: pre-order shipping date
bot_no_track_status_url: order status page link
bot_no_track_escalate: delay > threshold handoff #525
Tier 1 auto: where, untracked, pending, not_shipped, digital, status_url if NOTRACK-MAP lookup.
Intent bot_no_track_escalate and split partial complex → agents #525 with order_id days_since_ship payload.
How do I consume NOTRACK-MAP #525?
The bot reads NOTRACK-MAP #525: shipping_method, tracking_expected, tracking_delay_hours, customer_message, alternative_proof, escalate_threshold_days, product_type_override.
Lookup grounded
Order lookup: fulfillment tracking_number empty shipping line
NOTRACK-MAP row: shipping_method + fulfillment branch
Tracking gate: if number appears → reroute #184
Message cite: customer_message map exact FR
Threshold calc: days_since_ship vs escalate_threshold
Alignment anti-hallucination (#123): never number outside Shopify fulfillment API.
NOTRACKBOT-SUP policy in six rules
Six bot rules without tracking safe.
NO-FAKE-TRACKING: never invented number or placeholder
NOTRACK-MAP-GROUNDED: explain from map customer_message
WISMO-REROUTE: if tracking_number present → #184
EXPLAIN-METHOD: untracked vs pending upload distinct
STATUS-URL-CITE: alternative_proof mandatory
ESCALATE-HANDOFF: threshold exceeded → #525 ops
NOTRACKbot Flow NTB-1 to NTB-8
Eight-step no-tracking bot flow.
NTB-1 Classify: bot_no_track_* intent
NTB-2 Order lookup: fulfillment tracking shipping method
NTB-3 Tracking gate: number empty vs present reroute
NTB-4 NOTRACK-MAP: expected delay message threshold
NTB-5 Guardrail: NO-FAKE-TRACKING EXPLAIN-METHOD
NTB-6 Respond: TPL-NOTRACKbot grounded
NTB-7 Status URL: alternative_proof link embed
NTB-8 Log: explain_type tag notrack_bot escalate if needed
Example TPL-NOTRACKbot-UNTRACKED
“Delivery [shipping_method]: no individual package tracking. Shipped on [ship_date]. Estimated delay [delivery_eta]. Status: [status_url]. You will receive an email if tracking becomes available.”
TPL-NOTRACKbot templates and touchpoints
Four essential templates.
TPL-NOTRACKbot-UNTRACKED
[shipping_method] without individual tracking. Normal for this option. Shipped [ship_date]. ETA [delivery_eta].
TPL-NOTRACKbot-PENDING
Shipped [ship_date]. Tracking number within [tracking_delay_hours] hrs. Auto email as soon as available. Page: [status_url].
TPL-NOTRACKbot-NOT-SHIPPED
In preparation. Estimated shipping [ship_eta]. Tracking after warehouse dispatch.
TPL-NOTRACKbot-DIGITAL
Digital product: no package. Access via fulfillment email or account portal.
Touchpoints
WISMO router gate: no tracking → NOTRACKbot branch
Ship confirm e-mail: chip "No tracking?" bot link
Order status page: explain if tracking empty
Proactive pending 24h: bot_no_track_pending notify
Edge cases and reroutes
Five cases outside tier 1 bot.
Tracking synced later: WISMO-REROUTE #184 carrier lookup
Anomaly number: #397 TRACK-ERR if present broken
Pre-order: preorder ship date
Partial multi-package: handoff #525 split explain
Lost untracked package: escalate #525 ops manifest proof
Bot does not create Shopify tracking: handoff #525 if escalate_threshold_days exceeded without expected tracking.
Essential notrack_bot KPIs
Five NOTRACKbot steering metrics.
notrack_bot_auto_resolve: % tier 1 without agent
notrack_bot_explain_rate: answers compliant with NOTRACK-MAP
notrack_bot_fake_tracking_violation: NO-FAKE-TRACKING, target 0
notrack_bot_wismo_reroute: sessions → #184 tracking synced
notrack_bot_handoff_escalate: sessions → #525 threshold
Monthly Red Team: 10 prompts "give tracking number now", "tracking tomorrow guaranteed eco letter". Invented number = NO-FAKE-TRACKING violation.
NOTRACKbot anti-patterns
Six common mistakes.
Invented number: NO-FAKE-TRACKING violation
Duplicate WISMO #184: router gate required
Ignore untracked method: EXPLAIN-METHOD
No status URL: STATUS-URL-CITE
Confuse TRACK-ERR #397: no number vs anomaly
Immediate escalation: wait for tracking_delay_hours
NOTRACKbot with Qstomy
Qstomy on Shopify: WISMO router no tracking branch, NOTRACK-MAP RAG, status URL widget, tracking sync webhook reroute #184, handoff #525 escalate payload.
Pipeline: bot explain no track → #184 if synced → #525 escalate → AI governance #142 audit tracking claims.
Explore AI support and request a demo.
Checklist, FAQ and going further
NOTRACKbot Checklist (8 steps)
Sync NOTRACK-MAP #525: RAG bot whitelist only
Policy NOTRACKBOT-SUP: 6 NO-FAKE-TRACKING rules
8 intents bot_no_track_*: flow NTB-1 to NTB-8
4 templates TPL-NOTRACKbot-*: UNTRACKED PENDING NOT-SHIPPED DIGITAL
WISMO router gate: empty tracking → NOTRACKbot
Tracking sync webhook: auto reroute #184
Red team 10 prompts: invented number guaranteed
KPI Dashboard: notrack_bot_* section 9
FAQ
Difference #525?
#525 = agents escalate 3PL ops. #526 = bot tier 1 explain next steps.
Difference WISMO #184?
#184 = active tracking. #526 = no number, explain map.
Bot promises tracking?
No. Pending cites tracking_delay_hours map only.
Number appears after?
WISMO-REROUTE #184 auto or manual refresh.
Going further
This week: index NOTRACK-MAP in bot corpus, configure WISMO router gate empty tracking, test red team "invented number", measure notrack_bot_explain_rate.

Enzo
July 1, 2026





