What a Shopify chatbot does for a small store

A generic chatbot dropped onto a Shopify site is just an FAQ with a chat skin. A real Shopify chatbot (with inventory sync enabled on Growth or Premium) does five things the FAQ can't:

Why the inventory connection matters

This is the part most Shopify chatbots get wrong. The vendors that "learn from your website" by scraping it once on setup capture a snapshot of your product pages: the names, the marketing copy, sometimes the prices. They never come back to check whether the inventory changed.

So a visitor asks "do you have the ZT-500 still" three weeks after install, and the chatbot says yes because the ZT-500 was on the product page when it scraped. Except you sold through the last of them yesterday. The visitor places an order; the order fails or gets refunded. Now you have an annoyed visitor, a refund to process, and a chatbot the next visitor trusts a little less.

The fix is for the chatbot to read product data from the Shopify Admin API instead of from your storefront HTML. Inventory levels, restock dates, low-stock warnings, product status: those come from your Shopify catalog on a daily sync, with an on-demand refresh from your dashboard whenever you've made significant catalog changes. It's not second-by-second tracking, but it's far more current than a one-time scrape, and it catches the cases that hurt: an item that sold out overnight, a restock you logged this morning, a discontinuation you finalized last week.

What this means in practice: as of the most recent sync, the chatbot answers from the same product data your fulfillment team sees. It won't tell a visitor that an item you just marked out-of-stock yesterday is still available (after the next daily sync, or sooner if you hit the manual refresh). It speaks at the product level, not per-variant — a visitor asking about a specific color or size combination will get a product-level answer and a link to the product page where Shopify's variant selector handles the rest.

Plan compatibility on the Shopify side

Shopify's plan structure is friendlier to chatbots than Squarespace's or Wix's: a full storefront plan with theme code access is all the chatbot needs. That covers:

Shopify trial and development stores can install and test the SBB widget. (SBB billing is independent of Shopify billing — see our pricing below.)

Five-minute install on Shopify

  1. Sign up and run SBB onboarding: paste your Shopify storefront URL, our system reads your existing FAQ-style pages (About, Shipping, Returns, Contact) and builds an initial knowledge base automatically.
  2. (Optional, Growth or Premium) Create a private custom app inside your Shopify admin: Settings → Apps and sales channels → Develop apps → Create an app. Assign the read_products Admin API scope (no inventory-level scope needed — variant stock data ships inside the products response). Generate an Admin API access token and paste it into your SBB dashboard. The custom app is private to your store and is not listed in the Shopify App Store, but you can revoke the token any time from the same Shopify settings page.
  3. Copy the script tag from your SBB dashboard.
  4. In Shopify: Online Store → Themes → ⋯ (Actions menu) → Edit code → theme.liquid. Paste the script tag right before the closing </body> tag. Save.

The widget appears on storefront pages (home, product, collection, blog) immediately. The theme-installed widget does not appear in checkout pages, which use a separate Shopify customization path (checkout extensibility, UI extensions, pixels) that this chatbot doesn't ship into.

Pricing

Shopify chatbot pricing plans
PlanPriceBest for
Basic $29/mo FAQ + lead capture only. No inventory sync at this tier. Suitable for stores where most visitor questions are policy-related (shipping, returns, sizing guides) rather than stock-related
Growth $49/mo Adds inventory sync (the defining Shopify feature), weekly report, CRM integrations (HubSpot, Pipedrive, Mailchimp), WhatsApp, and Google Calendar booking. This is the practical tier for an active product catalog
Premium $79/mo Adds Fit Check qualifying flows, live owner takeover, and the most capable model. Stores running consultations, wholesale inquiries, or higher-touch sales sit here

Inventory sync is available on Growth and Premium only. No setup fees. Cancel anytime in your dashboard. SBB billing runs independently of your Shopify subscription.

Built for small Shopify stores, not enterprise

Most chatbot platforms in the Shopify ecosystem are priced for stores doing serious volume. Their pricing scales with messages or contacts or conversations, and their dashboards are designed for a CX team rather than a store owner. A flat $29 to $79 doesn't make sense to them because that's a fraction of what they expect to charge.

Small Shopify stores need the opposite. One owner, one dashboard, no surprise overages, no contact-tier upgrade emails. The bot answers product questions, captures leads, and hands off to the owner when nuance is needed. The owner checks a weekly report. That's the entire job.

What it doesn't do

Being direct about boundaries:

What it does do is the high-volume top-of-funnel work: pre-purchase questions, product discovery, stock checks, lead capture for anyone who didn't find what they were looking for. That's the work that scales badly without automation, and scales beautifully with the right kind.