E-commerce
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
#944 SHORTVIDBOT: tier 1 bot URL video → variant product page
SHORTVID #943: agents ops flag discontinued alternative execute
UGCCAMPbot #942: creator campaign reward code distinct organic discovery
LIVESHOPbot #558: direct live flash codes real-time window
VIDEO #231: video response format distinct support inbound traffic
BROKEN #945: broken links landing UTM future
Social #134: social commerce general policy
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.
VIDEO-REGISTRY-GATE: lookup SHORTVID-MAP before PDP link
SKU-LINK-GATE: pdp_url from shortvid_sku_map only
NO-GUESS-SKU-BOT: no SKU from vague description without URL
VARIANT-CITE-BOT: variant_shown vs available always explicit
UGCCAMP-LIVESHOP-REROUTE-BOT: creator campaign → #942, live → #558
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.
SVB-1 Ingest: product message TikTok Reel video link
SVB-2 URL detect: bot_shortvid_url_detect parse platform
SVB-3 Registry lookup: VIDEO-REGISTRY-GATE SHORTVID-MAP
SVB-4 Classify: shortvid_* vs ugccamp vs live
SVB-5 Tier 1 answer: product_find variant timestamp oos platform
SVB-6 Reroute: UGCCAMPbot #942 LIVESHOPbot #558
SVB-7 Handoff: discontinued ops → agent #943
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.
Guessing SKU without URL: NO-GUESS-SKU ASK-URL mandatory
Sending entire collection: SKU-LINK-GATE product map only
Forgetting the shown variant: VARIANT-CITE always cited
Duplicating UGCCAMPbot #942: #944 organic discovery without campaign code
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)
Sync SHORTVID-MAP #943: RAG bot + URL parse rules
Policy SHORTVIDBOT-SUP: 6 rules NO-GUESS-SKU SKU-LINK
8 intents bot_shortvid_*: flow SVB-1 to SVB-8
4 templates TPL-SHORTVID-*: FIND VARIANT OOS HANDOFF
Entry "I saw a video": url_detect + paste mobile URL
Referral tiktok instagram detect: auto entry social traffic
Red team 10 prompts: guessed SKU without collection URL sent
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





