E-commerce
July 1, 2026
“The bot says new while the map indicates open box.” “The AI promises a 14-day return on a final sale outlet.” “Chatbot guarantees 2 years full price on clearout warranty reduced map.” Three failures where a poorly calibrated outlet bot over-promises return, improvises condition, or ignores warranty_policy_scope map.
An e-commerce outlet clearance AI chatbot does not replace OUTLET agents (#689). It reads OUTLET-MAP, quotes return warranty stock condition, gates checkout acknowledgement and hands off SNAD return exceptions to humans.
This guide #690 covers intents bot_outlet_*, flow OUTLETbot and KPI outlet_bot. Bot pair of the OUTLET playbook (#689). AI use case: explain state availability outlet conditions without promising full price warranty return.
Summary
Why automate the outlet with a bot?
"Is it new or open box?", "return possible?" and "how many are left?" recur for PDP outlet badge end-of-line. A calibrated bot quotes OUTLET-MAP condition_grade_copy return_policy_scope warranty_policy_scope stock_limited_qty without promising standard return or inventing a warranty.
What the tier 1 outlet bot resolves
Condition explain: outlet_type condition_grade map
Return gate: return_policy_scope final_sale cite
Warranty explain: warranty_policy_scope map
Avail lookup: stock_limited_qty inventory API
Discount why: discount_reason_copy map
Eightx observes that pre-purchase terms transparency reduces return disputes on md SKU (Eightx, returns 2026).
OUTLETbot vs OUTLET #689, USEDDEFbot #618, LOWSTOCKbot #660 and REF #269
Five types of content, five distinct low-stock models.
Quick Matrix
#690 OUTLETbot: bot tier 1 condition return warranty avail handoff
#689 OUTLET: agents return SNAD exception OL-7 escalate
USEDDEFbot #618: declared defect as-is used distinct outlet new
LOWSTOCKbot #660: badge almost out of stock full price distinct outlet program
Refurbished #269: workshop grades distinct end of line open box
Pipeline: #690 bot condition return avail tier 1 → #689 agents SNAD return exception escalate.
Which bot_outlet_* intents should be configured?
Eight outlet bot intents mapped to outlet_* typologies #689.
Eight bot_outlet intents
bot_outlet_condition: condition_grade outlet_type map
bot_outlet_return: return_policy_scope final_sale map
bot_outlet_warranty: warranty_policy_scope map
bot_outlet_availability: stock_limited_qty inventory API
bot_outlet_discount: discount_reason price_vs_regular map
bot_outlet_vs_regular: compare_regular_sku diff map
bot_outlet_acknowledge: pre-checkout final_sale confirm gate
bot_outlet_handoff: SNAD return exception → #689
Tier 1 auto: condition, return, warranty, availability, discount, vs_regular if OUTLET-MAP.
bot_outlet_handoff outlet_defect_snad return dispute → agents #689 payload order_ref photos.
How do I use OUTLET-MAP #689?
The bot reads OUTLET-MAP #689: outlet_program_id, outlet_sku, outlet_type, condition_grade_copy, discount_reason_copy, compare_regular_sku, price_vs_regular_copy, return_policy_scope, warranty_policy_scope, stock_limited_qty, final_sale_flag, reassort_policy, customer_communication_copy.
Lookup grounded
CONDITION-CITE-BOT: condition_grade_copy outlet_type cite map only
RETURN-POLICY-CITE-BOT: return_policy_scope final_sale cite verbatim
WARRANTY-CITE-BOT: warranty_policy_scope cite map only
INVENTORY-API-CITE-BOT: stock_limited_qty API before avail respond
NO-RETURN-PROMISE-BOT: no standard return if final_sale map
NO-WARRANTY-INVENT-BOT: no full-price warranty outside map
USEDDEF618-REROUTE-BOT: declared defect as-is → #618 USEDDEFbot distinct outlet new
OUTLET689-HANDOFF-BOT: SNAD return exception → #689 agents OL-7
Alignment anti-hallucination (#123): return warranty condition = OUTLET-MAP whitelist only.
OUTLETBOT-SUP policy in six rules
Six bot outlet rules sure.
OUTLET-MAP-GROUNDED-BOT: return warranty condition from map only
RETURN-POLICY-CITE-BOT: return_policy_scope cite before checkout advise
WARRANTY-CITE-BOT: warranty_policy_scope cite map only
CONDITION-CITE-BOT: condition_grade outlet_type cite map only
NO-RETURN-PROMISE-BOT: final_sale handoff #689 never bot override
ACK-GATE-BOT: bot_outlet_acknowledge before cart add final_sale Y
Flow OUTLETbot OLB-1 to OLB-8
Eight-step bot outlet clearance flow.
OLB-1 Classify : bot_outlet_* intent detect PDP outlet badge chat
OLB-2 Collect : outlet_sku context pre-buy post-order SNAD photos
OLB-3 OUTLET-MAP : condition return warranty discount stock reassort
OLB-4 Inventory lookup : stock_limited_qty API avail
OLB-5 Guardrail : CONDITION RETURN WARRANTY NO-RETURN NO-WARRANTY-INVENT
OLB-6 Respond : TPL-OUTLETbot grounded customer_communication_copy
OLB-7 Ack or handoff : final_sale acknowledge gate or SNAD #689
OLB-8 Log : intent outlet_program_id tag outlet_bot handoff ack Y/N
Example TPL-OUTLETbot-CONDITION
" [outlet_sku] outlet [outlet_type map] : [condition_grade_copy map]. [discount_reason_copy map.] Return: [return_policy_scope map]. Warranty: [warranty_policy_scope map]. CONDITION-CITE-BOT RETURN-POLICY-CITE-BOT map only. "
TPL-OUTLETbot and touchpoints templates
Four essential templates.
TPL-OUTLETbot-CONDITION
Program [outlet_program_id] [outlet_sku]: [customer_communication_copy map]. Condition [condition_grade_copy map]. Type [outlet_type map]. vs full price [compare_regular_sku]: [price_vs_regular_copy map].
TPL-OUTLETbot-RETURN
Outlet return [outlet_sku]: [return_policy_scope map verbatim]. [final_sale_flag Y: final sale confirmed checkout.] NO-RETURN-PROMISE-BOT map only.
TPL-OUTLETbot-AVAIL
Outlet stock [outlet_sku]: [stock_limited_qty API map] remaining. [reassort_policy map: no restocking.] INVENTORY-API-CITE-BOT.
TPL-OUTLETbot-HANDOFF
Request [SNAD undeclared defect / return dispute / exception] forwarded to team. Recap [order_ref outlet_sku photos]. OUTLET689-HANDOFF-BOT.
Touchpoints
PDP badge outlet: bot_outlet_condition proactive widget
PDP return warranty bloc: bot_outlet_return bot_outlet_warranty entry
Cart add final sale: bot_outlet_acknowledge gate
Chat keyword outlet end of line: bot_outlet_discount trigger
Edge cases and reroutes
Five cases outside tier 1 bot outlet standard.
SNAD undeclared defect: OUTLET689-HANDOFF-BOT #689 OL-7 exception map
Declared defect as-is: USEDDEF618-REROUTE-BOT #618 distinct new outlet
Low stock full price: LOWSTOCK660-REROUTE-BOT #660 badge routine distinct outlet
Confused refurbished: #269 REF workshop grades reroute
Qty zero end of line: #106 OOS alternatives restock_policy
Bot never processes return exception alone: SNAD dispute → agents #689 OUTLET-RETURN-01.
Essential outlet_bot KPIs
Five OUTLETbot management metrics.
outlet_bot_condition_deflect: condition return warranty resolved without agent
outlet_bot_policy_cite_rate: RETURN WARRANTY CONDITION cite / total bot_outlet
outlet_bot_ack_gate_rate: final_sale acknowledge before cart add
outlet_bot_return_promise_violations: return promised bot audit target 0
outlet_bot_warranty_invent_violations: invented warranty audit target 0
Target: outlet_bot_return_promise_violations 0 and outlet_bot_condition_deflect greater than 55%.
OUTLETbot anti-patterns
Five common bot outlet mistakes.
Standard return promised: RETURN-POLICY-CITE-BOT final_sale map
Invented full-price warranty: WARRANTY-CITE-BOT warranty_policy_scope map
Claiming open box as brand new: CONDITION-CITE-BOT condition_grade_copy map
Confusing USEDDEF #618: declared defect, used, distinct, brand new outlet
Invented inventory: INVENTORY-API-CITE-BOT stock_limited_qty API
OUTLETbot with Qstomy
Qstomy on Shopify: detect bot_outlet intent, OUTLET-MAP RAG grounded, condition return warranty cite, inventory lookup, final_sale ack gate, handoff #689 SNAD.
Pipeline: #690 bot condition avail tier 1 → #689 agents return SNAD exception escalate.
Explore AI support and request a demo.
Checklist, FAQ and going further
OUTLETbot Checklist (8 steps)
Sync OUTLET-MAP #689: RAG bot PDP outlet badge widget
Policy OUTLETBOT-SUP: 6 rules RETURN WARRANTY CONDITION NO-RETURN
8 intents bot_outlet_*: flow OLB-1 to OLB-8
4 templates TPL-OUTLETbot-*: CONDITION RETURN AVAIL HANDOFF
Cart final_sale ack gate: bot_outlet_acknowledge checkout sync
return warranty index: RAG grounded audit outlet SKU
Red team 10 prompts: promised return invented warranty new open box confused
Dashboard KPI: outlet_bot_* section 9
FAQ
Difference #689?
#689 = agents SNAD return exception OL-7 escalate. #690 = bot tier 1 condition avail handoff.
Difference USEDDEFbot #618?
#618 = declared defect as-is second hand. #690 = outlet new open box end of line policy map.
Does the bot accept final sale returns?
No. NO-RETURN-PROMISE-BOT TPL-OUTLETbot-HANDOFF #689 SNAD exception map.
Gate checkout final sale?
ACK-GATE-BOT bot_outlet_acknowledge return_policy_scope before cart add.
Going further
This week: index OUTLET-MAP RAG outlet SKU, embed PDP return warranty widget, red team return promised bot violations.

Enzo
July 1, 2026





