E-commerce

AI Chatbot for products seen on TikTok, Reels, or Shorts

AI Chatbot for products seen on TikTok, Reels, or Shorts

July 1, 2026

"The bot sends the wrong dress from TikTok." "The AI guesses a SKU without a video link." "Chatbot ignores that the Reel variant no longer exists." Three failures where a poorly calibrated short video bot hallucinates a product or ignores shortvid_sku_map.

An AI chatbot for products seen on TikTok Reels Shorts does not replace SHORTVID agents (#943). It reads SHORTVID-MAP, parses video URLs, cites shortvid_sku_map variant_shown, and hands off discontinued ops to humans.

This guide #944 covers intents bot_shortvid_*, flow SHORTVIDBOT, and KPI shortvid_bot. Pair bot of the SHORTVID playbook (#943). Usecase: link short video URL to product page without guessing SKU.

Summary

Why botify short-form video product discovery?

"I saw this product on your Reel" arrives before an agent ticket, often from mobile. A calibrated bot parses TikTok, Instagram, and YouTube URLs, looks up SHORTVID-MAP, and returns a grounded PDP without sending the entire collection.

What the tier 1 bot resolves

  • Video URL → product: shortvid_sku_map → pdp_url

  • Displayed variant: variant_shown vs variant_available cite

  • Multi-product timestamp: sku_map by video moment

  • Direct PDP link: bypasses broken shoppable tags

  • Out-of-stock alternative: alternative_sku if OOS map

TikTok notes that brands with a seamless shoppable journey convert organic video traffic better when the product link is immediate (TikTok, shoppable content 2026). The bot intercepts bot_shortvid_product_find before the SKU is guessed.

SHORTVIDBOT #944 vs SHORTVID #943, UGCCAMPbot #942, LIVESHOPbot and VIDEO #231

Seven social video bot contents, seven distinct roles.

Quick matrix

Pipeline: bot URL video PDP variant alternative → #943 ops discontinued platform handoff.

Which bot_shortvid_* intents should be configured?

Eight short video bot intents mapped to typologies #943.

Eight bot_shortvid intents

  • bot_shortvid_url_detect: detect TikTok Reels Shorts URL in message

  • bot_shortvid_registry_lookup: SHORTVID-MAP shortvid_id match

  • bot_shortvid_product_find: shortvid_sku_map → pdp_url sku_name

  • bot_shortvid_variant_info: variant_shown variant_available cite

  • bot_shortvid_timestamp_sku: product at video timestamp map

  • bot_shortvid_oos_alternative: alternative_sku waitlist if out of stock

  • bot_shortvid_platform_shop: TikTok Shop vs boutique_url explain

  • bot_shortvid_handoff: discontinued ops flag → #943

Tier 1 auto: url_detect, registry_lookup, product_find, variant_info, timestamp_sku if URL + SHORTVID-MAP + guardrails.

bot_shortvid_handoff, link_broken ops, vague description without URL → agents #943 payload shortvid_id platform.

How do I consume SHORTVID-MAP #943?

The bot reads SHORTVID-MAP #943: shortvid_id, platform, video_url, shortvid_sku_map, variant_shown, variant_available, shoppable_link, alternative_sku, tiktok_shop_url, boutique_url, discontinued_flag, agent_handoff_url.

Lookup grounded

  • URL parse: TikTok instagram youtube → shortvid_id

  • SKU map lookup: timestamp scene → PDP link

  • Shopify Product API: live variant stock verify

  • SKU-LINK-GATE: pdp_url shortvid_sku_map only

  • NO-GUESS-SKU-BOT: no product without registry match

Chat widget: entry "I saw a video" → bot_shortvid_url_detect + paste URL field.

SHORTVIDBOT-SUP policy in six rules

Six safe short video bot rules.

  1. VIDEO-REGISTRY-GATE: lookup SHORTVID-MAP before PDP link

  2. SKU-LINK-GATE: pdp_url from shortvid_sku_map only

  3. NO-GUESS-SKU-BOT: no SKU from vague description without URL

  4. VARIANT-CITE-BOT: variant_shown vs available always explicit

  5. UGCCAMP-LIVESHOP-REROUTE-BOT: creator campaign → #942, live → #558

  6. ASK-URL-BOT: ask for video link if missing before any product response

Flow SHORTVIDBOT SVB-1 to SVB-8

Eight-step flow: ingest detect lookup classify answer reroute handoff log.

  1. SVB-1 Ingest: product message TikTok Reel video link

  2. SVB-2 URL detect: bot_shortvid_url_detect parse platform

  3. SVB-3 Registry lookup: VIDEO-REGISTRY-GATE SHORTVID-MAP

  4. SVB-4 Classify: shortvid_* vs ugccamp vs live

  5. SVB-5 Tier 1 answer: product_find variant timestamp oos platform

  6. SVB-6 Reroute: UGCCAMPbot #942 LIVESHOPbot #558

  7. SVB-7 Handoff: discontinued ops → agent #943

  8. SVB-8 Log: deflect product_find guess_sku handoff KPI

Example TPL-SHORTVID-FIND

“Product {{platform}}: {{sku_name}}. Link: {{pdp_url shortvid_sku_map}}. Variant shown: {{variant_shown}}.”

TPL-SHORTVID and touchpoint templates

Four short video embed mobile widget templates.

TPL-SHORTVID-FIND

[sku_name map.] [pdp_url shortvid_sku_map.] SKU-LINK-GATE.

TPL-SHORTVID-VARIANT

[variant_shown map.] [variant_available.] VARIANT-CITE-BOT.

TPL-SHORTVID-OOS

[alternative_sku map.] [waitlist_url.] Post-video out of stock.

TPL-SHORTVID-HANDOFF

[agent_handoff_url.] Request [discontinued / ops tag] forwarded. Video [shortvid_id]. Delay [handoff_sla].

Touchpoints

  • "I saw a video": url_detect + ASK-URL if missing

  • Paste TikTok URL: registry_lookup + product_find

  • "Which color in the Reel?": variant_info grounded

  • Traffic referral tiktok.com: auto url_detect entry

Edge cases: multi-SKU, no URL, viral OOS, TikTok Shop

Five cases outside tier 1 standard video bot.

  • 5 products one video: timestamp_sku list, not a single guessed link

  • Vague description without URL: ASK-URL-BOT, do not guess SKU

  • Viral out-of-stock video: oos_alternative + handoff #943 if waitlist policy

  • TikTok Shop vs site: platform_shop explain boutique_url

  • Creator campaign code: reroute UGCCAMPbot #942

Bot does not correct platform shoppable tag: ops flag handoff #943 social marketing.

Essential shortvid_bot KPIs

Five SHORTVIDBOT steering metrics and correlation #943.

  • shortvid_bot_deflect: product found without shortvid_ ticket

  • shortvid_bot_product_link_rate: % sessions with provided PDP sku_map

  • shortvid_bot_guess_sku_rate: links outside target audit map 0

  • shortvid_bot_url_parse_rate: % video URLs recognized registry

  • shortvid_bot_conversion_rate: purchases post bot product_find session

Target: guess_sku_rate at zero and product_link_rate higher than 88% post weekly SHORTVID-MAP sync.

SHORTVIDBOT anti-patterns

Five common mistakes in short-form video bots.

  1. Guessing SKU without URL: NO-GUESS-SKU ASK-URL mandatory

  2. Sending entire collection: SKU-LINK-GATE product map only

  3. Forgetting the shown variant: VARIANT-CITE always cited

  4. Duplicating UGCCAMPbot #942: #944 organic discovery without campaign code

  5. Replying without registry: VIDEO-REGISTRY-GATE before PDP

SHORTVIDBOT with Qstomy

Qstomy on Shopify: detect bot_shortvid intent, SHORTVID-MAP RAG grounded, URL parse TikTok Reels Shorts, templates FIND VARIANT OOS, handoff #943 ops payload shortvid_id.

Pipeline: #944 bot PDP video URL → #943 ops discontinued alternative execute.

Scenario: DTC mode, 10 tickets/month. Weekly registry sync. shortvid_bot_deflect +49%, shortvid_ tickets -36% in 6 weeks.

Explore AI support and request a demo.

Checklist, FAQ and going further

SHORTVIDBOT Checklist (8 steps)

  1. Sync SHORTVID-MAP #943: RAG bot + URL parse rules

  2. Policy SHORTVIDBOT-SUP: 6 rules NO-GUESS-SKU SKU-LINK

  3. 8 intents bot_shortvid_*: flow SVB-1 to SVB-8

  4. 4 templates TPL-SHORTVID-*: FIND VARIANT OOS HANDOFF

  5. Entry "I saw a video": url_detect + paste mobile URL

  6. Referral tiktok instagram detect: auto entry social traffic

  7. Red team 10 prompts: guessed SKU without collection URL sent

  8. Dashboard KPI: shortvid_bot_* section 9

FAQ

Difference #943?
#943 = agents ops flag discontinued alternative. #944 = bot tier 1 video URL → PDP widget.

Does the bot guess the product without a link?
No. NO-GUESS-SKU-BOT. ASK-URL if missing.

Difference UGCCAMPbot #942?
#942 = creator campaign reward code. #944 = organic shoppable video product discovery.

Difference LIVESHOPbot #558?
#558 = live stream flash codes. #944 = Reels TikTok Shorts post-publication.

Going further

This week: sync SHORTVID-MAP #943, mobile URL entry paste, FIND VARIANT templates, measure shortvid_bot_deflect.

Enzo

July 1, 2026

Convert over 2,000 customers on average per month with Qstomy.

The world’s 1st Shopify AI dedicated to customer conversion

Empowering 200+ e-commerce merchants

Subscribe to the newsletter and get a personalized e-book!

No-code solution, no technical knowledge required. AI trained on your e-shop and non-intrusive.

*Unsubscribe at any time. We do not send spam.

Subscribe to the newsletter and get a personalized e-book!

No-code solution, no technical knowledge required. AI trained on your e-shop and non-intrusive.

*Unsubscribe at any time. We do not send spam.