E-commerce
July 1, 2026
"The bot says my order is canceled without explaining why." "The AI promises a refund tomorrow while the policy says 5-10 days." "Chatbot exposes fraud details and accuses the customer." Three failures where a miscalibrated automatic cancellation bot hallucinates the reason, refund timeline, or Risk signals.
An e-commerce automatically canceled order AI chatbot does not replace AUTCANC agents (#769). It reads AUTCANC-MAP, cites cancel_reason_copy refund_timeline_copy, looks up order API, and hands off fraud compensation to humans.
This guide #770 covers intents bot_autcanc_*, flow AUTCANCbot, and KPI autcanc_bot. Bot pair of the AUTCANC playbook (#769). AI use case: explaining reason and post-cancellation options without hallucination.
Summary
Why automate automatic bot cancellations?
"Order canceled", "out of stock", "payment declined" and "why canceled" drive email cancel widget account. A calibrated bot cites map reason, refund grounded timeline and reorder options without disclosing fraud signals.
What the tier 1 auto-cancellation bot solves
Reason explain: cancel_reason_copy REASON-CITE-BOT map
Refund timeline: refund_timeline_copy REFUND-CITE-BOT map
Reorder guide: reorder_policy_copy stock available map
Fraud calm: fraud_communication_copy NO-FRAUD-DETAIL-BOT map
Options menu: refund reorder compensation handoff map
Auto-cancellations generate tickets if there is an opaque email (Shopify, cancellation 2026). Without a grounded bot, AI invents a reason or promises compensation outside of the policy.
AUTCANCbot vs AUTCANC #769, fraud review, PNDPAYbot #764 and anti-hallucination #123
Six contents, six distinct cancellation flows.
Quick Matrix
#770 AUTCANCbot: tier 1 bot explain reason handoff options without fraud detail
#769 AUTCANC: agents refund reorder compensation fraud escalate
Fraud review: hold verify distinct cancel auto
Planned Out of Stock #404: proactive preparation distinct cancel surprise
PNDPAYbot #764: Pending explain distinct order cancelled
Anti-hallucination #123: refund delays = map whitelist only
Pipeline: #770 bot explain reason tier 1 options → #769 agents refund reorder compensation fraud escalate.
Which bot_autcanc_* intents should be configured?
Eight automatic cancellation bot intents mapped to autcanc_* typologies #769.
Eight bot_autcanc intents
bot_autcanc_explain: cancel_reason_copy REASON-CITE-BOT map
bot_autcanc_refund: refund_timeline_copy REFUND-CITE-BOT map
bot_autcanc_stock: stock_oos_auto_copy reorder_policy_copy map
bot_autcanc_payment: payment_fail_auto_copy map
bot_autcanc_fraud: fraud_communication_copy NO-FRAUD-DETAIL-BOT map
bot_autcanc_reorder: reorder_policy_copy checkout link map
bot_autcanc_options: compensation_policy_copy menu refund reorder comp map
bot_autcanc_handoff: compensation fraud → #769 AUTCANC769-HANDOFF-BOT
Tier 1 auto: explain refund reorder if AUTCANC-MAP active + guardrails REASON-CITE-BOT REFUND-CITE-BOT.
bot_autcanc_handoff compensation fraud false positive → agents #769 payload order_ref cancel_trigger.
How to consume AUTCANC-MAP #769?
The bot reads AUTCANC-MAP #769: autcanc_program_id, cancel_trigger, cancel_reason_copy, customer_notification_copy, refund_timeline_copy, reorder_policy_copy, compensation_policy_copy, fraud_communication_copy, stock_oos_auto_copy, payment_fail_auto_copy.
Lookup grounded
REASON-CITE-BOT: cancel_reason_copy cites map by trigger verify
REFUND-CITE-BOT: refund_timeline_copy cites map only
NO-FRAUD-DETAIL-BOT: fraud_communication_copy without Risk map signals
ORDER-API-GROUNDED-BOT: cancel_trigger financial_status refund API only
REORDER-GROUNDED-BOT: reorder_policy_copy if stock API available map
FRAUD-REROUTE-BOT: false positive → fraud review distinct cancel auto
PNDPAY764-REROUTE-BOT: order Pending not cancelled → #764 distinct cancelled
AUTCANC769-HANDOFF-BOT: compensation fraud → #769 agents AU-7 execute
Alignment anti-hallucination (#123): refund reason = AUTCANC-MAP whitelist + order API only. Bot does not execute compensation.
AUTCANCBOT-SUP policy in six rules
Six bot rules for accountable automatic cancellation.
AUTCANC-MAP-GROUNDED-BOT: cancel response from map only
REASON-CITE-BOT: cancel_reason_copy cited by trigger without omission
REFUND-CITE-BOT: refund_timeline_copy cited from map only
NO-FRAUD-DETAIL-BOT: fraud_communication_copy without exposing Risk signals
ORDER-API-GROUNDED-BOT: cancel_trigger refund status API only
NO-COMP-PROMISE-BOT: no compensation promised by the bot compensation_policy_copy handoff map
Flow AUTCANCbot AUB-1 to AUB-8
Eight-step automatically cancelled order bot flow.
AUB-1 Classify: bot_autcanc_* intent detect email cancel widget account keyword cancelled
AUB-2 Collect: order_ref email cancel_email screenshot
AUB-3 AUTCANC-MAP: trigger reason refund reorder compensation fraud stock payment
AUB-4 Lookup: order cancel_trigger financial_status refund_status API verify
AUB-5 Guardrail: REASON REFUND NO-FRAUD ORDER-API REORDER FRAUD PNDPAY764 HANDOFF
AUB-6 Respond: TPL-AUTCANCbot grounded cancel_reason_copy refund_timeline_copy
AUB-7 Handoff or close: compensation fraud #769 payload order_ref trigger
AUB-8 Log: intent autcanc_program_id tag autcanc_bot reason_cited handoff Y/N
Example TPL-AUTCANCbot-EXPLAIN
« Order [order_ref map] cancelled: [cancel_reason_copy map trigger.] Refund: [refund_timeline_copy map.] REASON-CITE-BOT REFUND-CITE-BOT. »
TPL-AUTCANCbot templates and touchpoints
Four essential templates.
TPL-AUTCANCbot-EXPLAIN
Order [order_ref map] cancelled: [cancel_reason_copy map.] [customer_notification_copy map.] REASON-CITE-BOT.
TPL-AUTCANCbot-REFUND
Refund: [refund_timeline_copy map.] Status verified order timeline. REFUND-CITE-BOT.
TPL-AUTCANCbot-STOCK
Out of stock: [stock_oos_auto_copy map.] Reorder: [reorder_policy_copy map.] REORDER-GROUNDED-BOT.
TPL-AUTCANCbot-FRAUD
Payment security: [fraud_communication_copy map.] [refund_timeline_copy map.] NO-FRAUD-DETAIL-BOT.
Touchpoints
Auto cancellation email: bot_autcanc_explain proactive embed
Keyword why cancelled: bot_autcanc_explain bot_autcanc_options trigger
Keyword refund timeframe: bot_autcanc_refund trigger
My Account widget cancelled: bot_autcanc_stock bot_autcanc_reorder entry
Edge cases and reroutes
Five cases outside tier 1 standard bot automatic cancellation.
Fraud false positive: FRAUD-REROUTE-BOT AUTCANC769-HANDOFF-BOT distinct human review auto cancel
Order Pending not cancelled: PNDPAY764-REROUTE-BOT #764 distinct cancelled
Goodwill gesture compensation: bot_autcanc_handoff NO-COMP-PROMISE agents #769 only
Known scheduled outage: #404 distinct proactive communication surprise
Partial line cancellation: autcanc_partial_line split refund handoff #769 map
Bot explains refund reason tier 1. Compensation fraud recreate → agents #769.
Essential autcanc_bot KPIs
Five AUTCANCbot management metrics.
autcanc_bot_reason_deflect: target auto-cancellation resolved without agent
autcanc_bot_reason_cite_rate: REASON-CITE-BOT / bot_autcanc explain
autcanc_bot_refund_hallucination_violations: invented refund delay bot target 0
autcanc_bot_fraud_detail_violations: Risk signals exposed bot audit target 0
autcanc_bot_handoff_rate: fraud compensation / total autcanc bot
Target: autcanc_bot_reason_deflect greater than 55% and autcanc_bot_fraud_detail_violations 0.
AUTCANCbot anti-patterns
Five common bot mistakes: order cancelled automatically.
Invented bot reason : REASON-CITE-BOT cancel_reason_copy trigger map ORDER-API verify
Invented refund delay : REFUND-CITE-BOT refund_timeline_copy map only
Exposed fraud signals : NO-FRAUD-DETAIL-BOT fraud_communication_copy map
Promised bot compensation : NO-COMP-PROMISE-BOT AUTCANC769-HANDOFF agents #769 only
Confusing Pending #764 : PNDPAY764-REROUTE-BOT order Pending distinct cancelled
AUTCANCbot with Qstomy
Qstomy on Shopify: detect bot_autcanc intent, AUTCANC-MAP RAG grounded, order cancel_trigger API, REASON-CITE guardrail, handoff #769 compensation fraud tier 2.
Pipeline: #770 bot explain reason options tier 1 → #769 agents refund reorder compensation fraud escalate.
Explore AI support and request a demo.
Checklist, FAQ and going further
AUTCANCbot Checklist (8 steps)
Sync AUTCANC-MAP #769: RAG bot email cancel widget account
Policy AUTCANCBOT-SUP: 6 rules REASON REFUND NO-FRAUD ORDER-API NO-COMP
8 intents bot_autcanc_*: flow AUB-1 to AUB-8
4 templates TPL-AUTCANCbot-*: EXPLAIN REFUND STOCK FRAUD
Order cancel_trigger API sync: stock payment fraud test agents
Email cancel embed chat: bot_autcanc_explain proactive
Red team 10 prompts: invented reason refund hallucination fraud detail exposed
KPI Dashboard: autcanc_bot_* section 9 reason_deflect fraud_violations handoff
FAQ
Difference #769?
#769 = agents refund reorder compensation fraud escalate. #770 = bot tier 1 explain reason options handoff without comp promised.
Does the bot promise compensation?
No. NO-COMP-PROMISE-BOT compensation_policy_copy handoff #769 map.
Is the cited reason real?
AUB-4 ORDER-API-GROUNDED-BOT cancel_trigger Shopify API verify.
Difference from PNDPAYbot #764?
#764 = explain Pending status. #770 = order cancelled auto stock payment fraud.
Going further
This week: index AUTCANC-MAP RAG email cancel embed, red team refund_hallucination_violations audit, sync cancel_trigger lookup stock payment fraud test.

Enzo
July 1, 2026





