E-commerce
July 1, 2026
"The bot redirects me to the partner brand for my return." "The AI promises a restock even though the collab is limited." "Chatbot confirms a partner Instagram promo that is missing at checkout." Three failures where a poorly calibrated co-branded bot contradicts COBRAND-MAP or externalizes customer service.
A co-branded e-commerce campaign AI chatbot does not replace COBRAND agents (#939). It reads COBRAND-MAP, routes according to the offer's brand order, references sav_responsible_party return_policy_collab, and hands off defect promises outside the map to humans.
This guide #940 covers intents bot_cobrand_*, flow COBRANDBOT, and KPI cobrand_bot. Pair bot of the COBRAND playbook (#939). Usecase: routing tier 1 collab without partner redirection or restock promises.
Summary
Why botify co-branded campaigns?
"Is this a real collab?", "who is handling my return?" and "sold out, restock planned?" skyrocket at the collab drop before human agent ticket creation. A bot calibrated to lookup COBRAND-MAP by collection SKU, cites the customer service point of contact and return conditions without improvising partner promises.
What the bot solves at tier 1
Collab authenticity: authenticity_proof partner_brand_name map
Customer service contact: sav_responsible_party SHOP-PRIMARY cite
Return conditions: return_policy_collab map grounded
Limited stock: no_restock_policy alternative_sku
Order lookup: order_ref SKU collection collab verify
Limited collab launches generate a support peak 48 hours post-drop if customer service for both brands is not visible on the PDP (AI Genesis, launch support 2025). The bot intercepts bot_cobrand_sav_responsible before redirection to the partner.
COBRANDBOT #940 vs COBRAND #939, LAUNCH bot, AMBbot #576 and INFLU #223
Seven bot partnership contents, seven distinct roles.
Quick Matrix
#940 COBRANDBOT: tier 1 bot router brand offer order collab
COBRAND #939: return agents defect partner escalate execute
LAUNCH #114: general distinct SKU launch collab two brands
AMBbot #576: creator code post collab reroute
INFLU #223: upstream campaign preparation distinct CS collab
OOS #106: general out of stock playbook agents
PRELAUNCH #306: waitlist drop day before go-live
Pipeline: CS authenticity bot stock order quote → #939 defect promise partner escalate execute.
Which bot_cobrand_* intents should be configured?
Eight co-brand bot intents mapped to typologies #939.
Eight bot_cobrand intents
bot_cobrand_campaign_detect: detect SKU collection collab PDP order
bot_cobrand_authenticity: authenticity_proof partner_brand_name quote
bot_cobrand_sav_responsible: sav_responsible_party SHOP-PRIMARY
bot_cobrand_return_info: return_policy_collab conditions
bot_cobrand_stock_oos: no_restock_policy alternative_sku
bot_cobrand_order_lookup: order_ref SKU collection verify Shopify
bot_cobrand_promise_info: partner_promise discount_value map quote
bot_cobrand_handoff: defect warranty promise out of map → #939
Tier 1 auto: campaign_detect, authenticity, sav_responsible, return_info, stock_oos, order_lookup if COBRAND-MAP + guardrails.
bot_cobrand_handoff, defect warranty fulfillment delay → agents #939 payload cobrand_campaign_id order_ref.
How should COBRAND-MAP #939 be consumed?
The bot reads COBRAND-MAP #939: cobrand_campaign_id, partner_brand_name, sku_collection, authenticity_proof, return_policy_collab, sav_responsible_party, no_restock_policy, partner_promise, discount_value, fulfillment_model, ship_sla, warranty_scope, alternative_sku, agent_handoff_url.
Lookup grounded
SKU lookup: product handle → COBRAND-MAP row
Order lookup: order_ref → SKU collection collab match
Shopify Order API: line items collection verify
PARTNER-PROMISE-SCOPE-BOT: cite partner_promise map only
NO-PARTNER-REDIRECT-BOT: never redirect customer directly to partner
Widget PDP collab: badge bot_cobrand_campaign_detect entry + sav_responsible_party visible.
COBRANDBOT-SUP policy in six rules
Six rules for a safe co-branded bot.
SHOP-PRIMARY-BOT: customer contact shop, same partner fulfillment
COBRAND-MAP-GROUNDED: stock return promise from map only
NO-PARTNER-REDIRECT-BOT: no partner email contact facing the customer
NO-RESTOCK-PROMISE-BOT: no restock if no_restock_policy map
PARTNER-PROMISE-SCOPE-BOT: cites partner_promise map, not oral post
AMB-LAUNCH-REROUTE-BOT: creator code → #576, general launch → #114
Flow COBRANDBOT CBB-1 to CBB-8
Eight-step flow: ingest detect lookup classify answer reroute handoff log.
CBB-1 Ingest: collab message return sold out order_ref SKU
CBB-2 Campaign detect: bot_cobrand_campaign_detect SKU collection
CBB-3 Registry lookup: COBRAND-MAP cobrand_campaign_id
CBB-4 Classify: cobrand_* vs launch vs ambassador
CBB-5 Tier 1 answer: auth customer service return oos order promise
CBB-6 Reroute: AMB #576 LAUNCH #114 PRELAUNCH #306
CBB-7 Handoff: defect warranty promise → agent #939
CBB-8 Log: deflect cs_responsible handoff KPI
Example TPL-COBRAND-SAV
“Customer service collection {{partner_brand_name}} x {{shop_name}}: {{shop_name}} your contact person. Return: {{return_policy_collab map}}.”
TPL-COBRAND templates and touchpoint templates
Four short templates for co-branded embed PDP widgets.
TPL-COBRAND-AUTH
[partner_brand_name x shop_name.] [authenticity_proof map.] Official collab.
TPL-COBRAND-SAV
[shop_name advisor.] [return_policy_collab map.] SHOP-PRIMARY-BOT.
TPL-COBRAND-OOS
[no_restock_policy map.] Alternative: [alternative_sku.] NO-RESTOCK-PROMISE.
TPL-COBRAND-HANDOFF
[agent_handoff_url.] Request [defect / warranty / non-mapped promise] forwarded. Order [order_ref]. Delay [handoff_sla].
Touchpoints
PDP collab collection: campaign_detect + sav_responsible badge
Post-purchase email: order_lookup return_info entry
"Sold out restock?": stock_oos + alternative
Order status widget: order_lookup fulfillment_model ship_sla
Edge cases: partner fulfillment, drop day, marketplace, packaging
Five cases outside tier 1 bot co-brand standard.
Fulfillment partner_split: SHOP-PRIMARY-BOT remains, handoff #939 internal CB-7
Drop day peak 2 hours: stock_oos priority, no handoff surcharge
Third-party marketplace: authenticity official store only, legal if counterfeit
Packaging logo missing: handoff #939 cobrand_packaging defect
Creator code post collab: reroute AMBbot #576
Bot never contacts partner for the customer: strict NO-PARTNER-REDIRECT-BOT.
Essential cobrand_bot KPIs
Five COBRANDBOT management metrics and correlation #939.
cobrand_bot_deflect: collab resolved questions without cobrand_ ticket
cobrand_bot_sav_clarity: % front-line quoted interlocutor answers
cobrand_bot_restock_promise: bot restock promises target 0
cobrand_bot_partner_redirect: customer partner redirects target 0
cobrand_bot_handoff_rate: defect warranty promise / total cobrand bot
Target: partner_redirect at zero and sav_clarity higher than 90% post sync COBRAND-MAP D-7.
COBRANDBOT anti-patterns
Five common co-brand bot errors.
Redirect to partner: NO-PARTNER-REDIRECT SHOP-PRIMARY
Promise limited restock: NO-RESTOCK-PROMISE map only
Quote Instagram promise: PARTNER-PROMISE-SCOPE map only
Forget customer service contact: sav_responsible mandatory tier 1
Duplicate LAUNCH #114: #940 collab two brands only
COBRANDBOT with Qstomy
Qstomy on Shopify: detect bot_cobrand intent, COBRAND-MAP RAG grounded, order SKU lookup, templates AUTH SAV OOS, handoff #939 defect payload cobrand_campaign_id.
Pipeline: #940 bot router brand offer order → #939 execute partner escalate warranty.
Scenario: DTC designer collab mode, 14 tickets/month. Registry sync D-7. cobrand_bot_deflect +47%, cobrand_ tickets -35% in 6 weeks.
Explore AI support and request a demo.
Checklist, FAQ and going further
COBRANDBOT Checklist (8 steps)
Sync COBRAND-MAP #939: RAG bot + Shopify order API
Policy COBRANDBOT-SUP: 6 NO-PARTNER-REDIRECT rules
8 intents bot_cobrand_*: flow CBB-1 to CBB-8
4 templates TPL-COBRAND-*: AUTH SAV OOS HANDOFF
PDP collab badge: campaign_detect sav_responsible entry
Reroute AMBbot #576 documented: routing post collab
Red team 10 prompts: restock promised partner contacted Instagram promise
Dashboard KPI: cobrand_bot_* section 9
FAQ
Difference #939?
#939 = agents returns defect partner escalate execute. #940 = bot tier 1 router widget collab.
Bot redirects to partner?
No. NO-PARTNER-REDIRECT-BOT. SHOP-PRIMARY always.
Bot promises restock?
No if no_restock_policy map. TPL-COBRAND-OOS alternative only.
Difference AMBbot #576?
#576 = creator influencer code. #940 = official collab two brands product.
Going further
This week: sync COBRAND-MAP #939, PDP collab badge, templates AUTH SAV, measure cobrand_bot_deflect.

Enzo
July 1, 2026





