E-commerce
July 1, 2026
"The bot promises a cable replacement without checking the map manifest." "The AI invents an included accessory missing from the product sheet." "Chatbot suggests a full return when it is actually a hidden compartment under foam." Three failures where a poorly calibrated missing accessory bot reships without proof, improvises content, or confuses wrong item #186.
An e-commerce missing accessories AI chatbot does not replace MISSACC agents (#679). It reads MISSACC-MAP, quotes included_accessories_manifest verify_steps_copy, guides hidden compartment verification in multi-package shipments, and hands off warehouse reshipments to humans.
This guide #680 covers intents bot_miss_acc_*, flow MISSACCbot, and KPI miss_acc_bot. Partner bot of the MISSACC playbook (#679). AI use case: verify package contents and escalate incident without executing reship.
Summary
Why automate missing accessories by bot?
"The cable is missing", "no manual in the box" and "where is the included filter?" come up right after unboxing. A calibrated bot references MISSACC-MAP included_accessories_manifest verify_steps_copy multiparcel_reroute_policy without inventing a manifest or initiating premature returns.
What the tier 1 bot resolves for missing accessories
Manifest explain: included_accessories_manifest map
Verify guide: verify_steps_copy hidden compartment map
Multi-parcel check: multiparcel_reroute_policy fulfillments API
Photo collect: photo_requirements_copy structured
Escalate reship: handoff #679 payload verify outcome
Casekit estimates that checking the manifest and split shipment before missing reduces unnecessary reships and premature returns (Casekit, wrong item 2025).
MISSACCbot vs MISSACC #679, wrong item #186, bundle #681 and bot #682
Five contents, five distinct parcel incident types.
Quick Matrix
#680 MISSACCbot: bot tier 1 verify manifest multiparcel photo handoff
#679 MISSACC: agents reship warehouse MA-7 WRONG186 BUNDLE
Wrong item #186: wrong SKU variant missing line distinct accessory box
Bundle #681: incomplete bundle pack multiple SKUs
#682 BUNDLEbot: bot incomplete pack distinct accessory included box
Pipeline: #680 bot verify manifest tier 1 → #679 agents reship warehouse WRONG186 BUNDLE681 escalate.
Which bot_miss_acc_* intents should be configured?
Eight missing accessory bot intents mapped to typologies miss_acc_* #679.
Eight bot_miss_acc intents
bot_miss_acc_verify: included_accessories_manifest map explain
bot_miss_acc_cable: cable charger accessory_type map verify
bot_miss_acc_manual: manual doc accessory_type map verify
bot_miss_acc_consumable: filter pod included map verify
bot_miss_acc_hidden: verify_steps_copy hidden compartment map
bot_miss_acc_multiparcel: multiparcel_reroute_policy fulfillments API
bot_miss_acc_photo: photo_requirements_copy collect structured
bot_miss_acc_handoff: missing confirmed reship → #679
Tier 1 auto: verify, hidden, multiparcel, photo if MISSACC-MAP + order fulfillments lookup.
bot_miss_acc_handoff missing confirmed post-verify → agents #679 payload order_ref accessory photos verify log.
How to consume MISSACC-MAP #679?
The bot reads MISSACC-MAP #679: missacc_program_id, parent_product_skus, included_accessories_manifest, accessory_skus_reship, accessory_type, verify_steps_copy, photo_requirements_copy, reship_sla_days, no_return_before_verify_policy, multiparcel_reroute_policy, bundle681_reroute_policy, customer_communication_copy.
Lookup grounded
ORDER-FULFILL-CITE-BOT: email order fulfillments API before respond
MANIFEST-CITE-BOT: included_accessories_manifest cite map only
VERIFY-CITE-BOT: verify_steps_copy cite map before missing confirm
NO-MANIFEST-INVENT-BOT: no included accessories outside map whitelist
NO-RETURN-PROMISE-BOT: no_return_before_verify_policy map before RMA
NO-RESHIP-EXECUTE-BOT: bot never triggers reship alone handoff #679
WRONG186-REROUTE-BOT: wrong SKU line missing → #186 wrong item workflow
BUNDLE681-REROUTE-BOT: bundle pack → #681 bundle distinct box accessory
MISSACC679-HANDOFF-BOT: warehouse reship → #679 agents MA-7
Alignment anti-hallucination (#123): manifest verify = MISSACC-MAP whitelist only.
MISSACCBOT-SUP policy in six rules
Six bot rules regarding missing secure accessory.
MISSACC-MAP-GROUNDED-BOT: manifest verify from map only
ORDER-FULFILL-CITE-BOT: fulfillments API before multiparcel respond
VERIFY-CITE-BOT: verify_steps_copy before missing confirm
NO-RETURN-PROMISE-BOT: no RMA promised before verify exhausted map
NO-RESHIP-EXECUTE-BOT: handoff #679 agents reship never bot alone
EXCEPTION-HANDOFF-BOT: reship WRONG186 BUNDLE681 → #679 #186 #681
Flow MISSACCbot MAB-1 to MAB-8
Eight-step missing parcel accessory bot flow.
MAB-1 Classify: bot_miss_acc_* intent detect unboxing missing accessory
MAB-2 Collect: order_ref accessory name product received Y/N
MAB-3 MISSACC-MAP: manifest verify reship multiparcel bundle photo
MAB-4 Order lookup: email order API parent_product_skus fulfillments
MAB-5 Guardrail: MANIFEST VERIFY NO-MANIFEST-INVENT NO-RETURN NO-RESHIP-EXECUTE
MAB-6 Respond: TPL-MISSACCbot grounded map verify or multiparcel
MAB-7 Handoff: confirmed missing photos → #679 reship payload
MAB-8 Log: intent missacc_program_id tag miss_acc_bot verify_complete handoff Y/N
Example TPL-MISSACCbot-VERIFY
"Product [parent_product_skus map]: expected content [included_accessories_manifest map]. Verification: [verify_steps_copy map]. [customer_communication_copy map]. MANIFEST-CITE-BOT VERIFY-CITE-BOT map only. NO-RETURN-PROMISE-BOT. Confirm after verification or send photos [photo_requirements_copy map]."
TPL-MISSACCbot and touchpoints templates
Four essential templates.
TPL-MISSACCbot-VERIFY
Program [missacc_program_id] product [parent_product_skus API]: included [included_accessories_manifest map]. Verification steps [verify_steps_copy map]. MANIFEST-CITE-BOT.
TPL-MISSACCbot-HIDDEN
Accessory [accessory_type map] often [verify_steps_copy hidden compartment map]. Check foam pouch drawer. Say OK if found or photo if still missing. VERIFY-CITE-BOT.
TPL-MISSACCbot-MULTIPARCEL
Order [order_ref]: [multiparcel_reroute_policy map tracking fulfillments API]. Parcel 2 potentially in transit. If incomplete after total delivery: photos + handoff. ORDER-FULFILL-CITE-BOT.
TPL-MISSACCbot-HANDOFF
Accessory [accessory_type map] missing confirmed post-verify. Summary [order_ref parent SKU photos]. Team initiates reshipment [reship_sla_days map] days. NO-RESHIP-EXECUTE-BOT MISSACC679-HANDOFF-BOT.
Touchpoints
Insert packaging QR unboxing: bot_miss_acc_verify proactive
Post-delivery package contents email: bot_miss_acc_verify entry
Chat keyword Cable is missing: bot_miss_acc_cable trigger
PDP Included contents section: bot_miss_acc_verify pre-purchase FAQ
Edge cases and reroutes
Five cases outside tier 1 bot missing standard accessory.
Wrong product received : WRONG186-REROUTE-BOT #186 wrong SKU distinct accessory box
Incomplete bundle pack : BUNDLE681-REROUTE-BOT #681 several SKU pack
Mounting kit part : #228 INS-MISSING assembly distinct box accessory
Damaged stolen package : #182 transport breakage distinct missing content
Customer insists immediate reship : NO-RESHIP-EXECUTE-BOT verify photo then handoff #679
Bot never launches reship or return label: MISSACC679-HANDOFF-BOT agents MA-7.
Essential miss_acc_bot KPIs
Five MISSACCbot monitoring metrics.
miss_acc_bot_verify_deflect: resolved hidden multiparcel without agent
miss_acc_bot_manifest_cite_rate: MANIFEST-CITE-BOT / bot_miss_acc_verify
miss_acc_bot_verify_before_handoff_rate: VERIFY-CITE before handoff / total
miss_acc_bot_reship_execute_violations: reship bot only target audit 0
miss_acc_bot_wrong186_misroute_rate: wrong item on miss_acc bot / total
Target: miss_acc_bot_reship_execute_violations 0 and miss_acc_bot_verify_deflect greater than 50%.
MISSACCbot anti-patterns
Five common missing bot accessory errors.
Invented manifest: MANIFEST-CITE-BOT included_accessories_manifest map
Reship executed bot: NO-RESHIP-EXECUTE-BOT handoff #679 MA-7 only
Return promised too early: NO-RETURN-PROMISE-BOT verify exhausted map
Ignore multi-parcel: ORDER-FULFILL-CITE-BOT multiparcel before missing confirm
Confuse bundle #681: BUNDLE681-REROUTE pack multi-SKU distinct box accessory
MISSACCbot with Qstomy
Qstomy on Shopify: detect bot_miss_acc intent, MISSACC-MAP RAG grounded, order fulfillments lookup, MANIFEST VERIFY cite, handoff #679 reship payload photos.
Pipeline: #680 bot verify manifest tier 1 → #679 agents reship warehouse WRONG186 BUNDLE681 escalate.
Explore AI support and request a demo.
Checklist, FAQ and going further
MISSACCbot Checklist (8 steps)
Sync MISSACC-MAP #679: RAG bot insert packaging QR widget
Policy MISSACCBOT-SUP: 6 rules VERIFY NO-RESHIP-EXECUTE NO-RETURN
8 intents bot_miss_acc_*: flow MAB-1 to MAB-8
4 templates TPL-MISSACCbot-*: VERIFY HIDDEN MULTIPARCEL HANDOFF
Order fulfillments API sync: Shopify multiparcel bot agents
included_accessories_manifest index: RAG manifest grounded audit
Red team 10 prompts: invented manifest reship bot return promised bundle confused
Dashboard KPI: miss_acc_bot_* section 9
FAQ
Difference #679?
#679 = warehouse reship agents MA-7 WRONG186 BUNDLE escalate. #680 = bot tier 1 verify manifest photo handoff.
Does the bot initiate the reship?
No. NO-RESHIP-EXECUTE-BOT TPL-MISSACCbot-HANDOFF #679 agents reship accessory_skus_reship.
Difference from wrong item #186?
#186 = wrong SKU missing line. #680 = correct main product, included accessory missing, box verify first.
Hidden compartment bot?
TPL-MISSACCbot-HIDDEN verify_steps_copy map. Found = miss_acc_bot_verify_deflect without handoff.
Going further
This week: index MISSACC-MAP RAG manifest, embed QR unboxing widget, red team reship bot only violations.

Enzo
July 1, 2026





