A WooCommerce Chatbot That Understands Your Catalog (2026 Guide)
A WooCommerce chatbot that understands your catalog (2026 guide)
A WooCommerce chatbot is an AI chat widget, installed as a WordPress plugin, that reads your WooCommerce product catalog and order data to answer customer questions automatically — from "do you have this in size L?" to "where is my order?". The best WooCommerce chatbots in 2026 are Storebird (WooCommerce-native, flat €39–€199/mo), Tidio with Lyro AI (largest install base, per-reply pricing), and WoowBot (cheap incumbent, no modern LLM). This guide is for the WooCommerce shop owner who already knows they want one and needs the shortlist — plus the 7-point checklist to pick the right one without getting burned in November.
Key takeaways
- A WooCommerce chatbot earns its keep when at least 70% of your support tickets are about products, orders, or returns. If they aren't, fix your FAQ first.
- Only chatbots that read your catalog directly handle variations and live stock correctly. Scrapers don't — and your customers will notice the first time.
- Flat monthly beats per-reply every Black Friday. Run the math before Q4, not during.
- Tidio is broadest, WoowBot is cheapest, Storebird is WooCommerce-native. Pick on fit, not brand recognition.
- Most "multi-language" chatbots break on WPML translated slugs. Test with a real Dutch product page before you launch.
Written by the Storebird team. Last updated: April 12, 2026.
What a WooCommerce chatbot actually does (and what it doesn't)
A WooCommerce chatbot has three jobs. Everything else vendors put on the feature grid is either a sub-function of one of them or a distraction.
Job 1 — Product questions against live catalog data
"Do you have this jacket in navy, size L, in stock?" That single sentence contains four lookups: parent product, variation attribute (colour), variation attribute (size), and stock level. A WooCommerce-aware chatbot reads those from the wp_wc_product_meta_lookup table and answers in one reply. A generic chatbot reads a cached snapshot of your product page and guesses. Guessing is how you end up selling out-of-stock inventory.
Job 2 — WISMO ("where is my order?") against live order data
On most WooCommerce stores, 30–50% of inbound support is one question: where is my order? A chatbot that handles it reads the WooCommerce order table, matches the customer by email, and reports the current status — including the courier tracking number if you run Advanced Shipment Tracking or Aftership. No tab-switching, no copy-paste.
Job 3 — Policy and FAQ answers grounded in your own content
Return windows, shipping times, VAT handling, sizing charts. This is the stuff that doesn't live in WooCommerce — it lives in your head and in a Google Doc. You feed it to the chatbot's knowledge base once. From then on, the bot answers consistently in whatever language the customer asks in.
What it is not
A WooCommerce chatbot is not a replacement for your support inbox. It is not an excuse to delete your help page. It is not a marketing widget that "engages" visitors with cute greetings. And it is not going to fix a broken checkout flow — if customers are bouncing because shipping costs appear on page three, a chatbot won't save you. Fix the flow first, automate the tickets second.
The 7 things a WooCommerce chatbot must handle
This is the checklist I use to evaluate any chatbot that claims to work with WooCommerce. If a vendor can't answer yes to at least five of the seven, keep shopping.
- Product variations as first-class data. The chatbot must treat a variation (blue / L) as its own entity with its own stock, price, and SKU — not as a line of scraped text on a product page. Storebird reads WooCommerce product variations directly from the catalog. For a deep dive on why this matters, see our guide on WooCommerce chatbots with variations. Tidio Lyro, WoowBot, and most Shopify-first tools do not. Test this on day one: ask about a specific variation that's out of stock and see what the bot says.
- Live stock lookups. Stock moves every time someone checks out. A chatbot that checked your stock once at 9 a.m. is a chatbot that will sell inventory you don't have by lunchtime. Catalog sync has to be live, not nightly.
- Order status lookup against WooCommerce order data. This is the "where is my order?" question, and it needs automated order tracking that reads real
wp_wc_ordersdata — plus shipping metadata from Advanced Shipment Tracking, Aftership, or YITH. If the chatbot can't match a customer to their order by email, skip it. - A knowledge base you actually control. Upload your return policy, your shipping matrix, your sizing guide. The chatbot should cite these as ground truth alongside the catalog. No decision trees. No "flow builder" that takes an afternoon to configure a single refund conversation.
- WPML multilingual support. If you sell into more than one EU country, you probably run WPML. You need a WPML-native chatbot that detects language, serves translated products, and answers in the right language without you maintaining two knowledge bases. This one kills most vendors — I've yet to find a generic chatbot that handles WPML's translated slugs cleanly. See our dedicated guide on WooCommerce WPML chatbot integration for the full breakdown.
- Live agent handoff that doesn't lose context. When the AI is out of its depth, one click should drop a human into the conversation with the full chat history visible. No separate live chat tool. No lost thread. No "please hold while I connect you to an agent."
- Revenue attribution on conversations. Stop counting "conversations handled". Count euros. A good WooCommerce chatbot ties each conversation to the WooCommerce order that followed it so you can track chatbot-attributed revenue in euros, not vanity metrics. If the vendor can't show you this in their dashboard, the ROI case for their product is unfalsifiable — which is usually the point.
Most chatbots hit three or four of the seven. Storebird is built for all seven because I wrote it on top of the WooCommerce data model directly. Tidio hits one or two. WoowBot hits one. That gap is what this whole pillar is about.
How to install a WooCommerce chatbot in 5 minutes
Installing a chatbot on WooCommerce is a standard WordPress plugin install. If a vendor asks you to do anything more complicated, raise an eyebrow.
The native WordPress plugin route (recommended)
- WordPress admin → Plugins → Add New.
- Search the plugin name ("Storebird", "Tidio", "WoowBot") or upload the ZIP.
- Click Install, then Activate.
- Enter your license key or sign in.
- Configure the greeting, widget colour, and position.
- Save. Reload your storefront. The widget is there.
That's it on a clean WooCommerce 9.x install. The whole thing takes about five minutes the first time and two minutes the second. For the detailed walkthrough with screenshots, see our install guide. For the full step-by-step with testing advice, see our WooCommerce chatbot setup guide.
The JavaScript embed route (fallback)
Some generic chatbots ship as a tag you drop into your theme's header. It works, but it's fragile — cache plugins can strip it, theme updates can overwrite it, and it won't receive webhook callbacks from WooCommerce's own plugin events. Use this only if there's no native plugin.
Red flags at install time
- "Please enter your OpenAI API key." This means the vendor is passing the AI bill to you. When a conversation loops or a malicious user spams the widget, the bill is yours. Runaway OpenAI bills from a single bad week have killed small stores. Walk away.
- "Please create an admin-level user for our service." No chatbot needs full admin access to your WooCommerce store. The WooCommerce REST API has scoped keys. Use them. See the official WooCommerce REST API docs for what a well-scoped integration looks like.
- "Please paste this snippet into functions.php." In 2026, no. Plugins that ask you to hand-edit theme files are telling you they don't own their own install flow.
Live chat vs AI chatbot — which do you actually need?
Wrong question. On a modern WooCommerce store, you need both — the split is roughly 80/20. The AI handles the 80% of conversations that are repetitive (stock, order status, returns, sizing). A human handles the 20% that matter (upset customer, high-AOV enquiry, bulk order request, anything weird).
The practical rule: if you're a solo operator doing under €30K/month, pure AI with email fallback is fine — you can't staff a live chat window and you shouldn't try. If you're doing over €50K/month with at least one support person, turn on live handoff. The AI screens, the human closes. That's the whole game.
This is also why live chat for WooCommerce as a standalone product is a shrinking category. The question isn't "do I need a human or a bot?" — it's "can I run both in one tool, with one inbox, and not pay for the privilege twice?". If you're shopping live chat without AI in 2026, you're buying 2019's tool at 2026's price.
How much should a WooCommerce chatbot cost?
Most stores over-pay for chatbots because they underestimate November. Here is the honest cost breakdown. For the full numbers at every scale, see our WooCommerce chatbot pricing comparison.
Flat monthly vs per-reply — the Black Friday math
Take a WooCommerce store doing €40K/month in revenue. In a normal month it sees about 1,000 chat conversations. In November, Black Friday week alone pushes that to 4,000. That is where pricing models diverge violently.
On a flat plan like Storebird Pro (€89/month for 5,000 conversations), November costs €89. Same as October.
On a per-reply plan like Tidio Lyro, you start on the $39 starter tier (~50 conversations) and upgrade to the Growth tier ($59) plus Lyro Plus ($149/month for ~2,000 conversations). Blow past 2,000 and you're on the $289 tier. In November, that Growth + Lyro bundle lands at roughly $348/month — four times the flat-fee equivalent. I have talked to three WooCommerce operators who watched their Tidio bill climb $400 in a single weekend and only learned about it on December 2nd.
Per-reply pricing is a tax on success. Flat pricing isn't.
What €39, €89, and €199 actually buy
Storebird's flat monthly pricing starts at €39/month, and here's what you get at each tier: Essential (€39) handles up to 750 conversations and covers solo stores. Pro (€89) handles 5,000 and adds revenue attribution — this is the plan 80% of growth-stage WooCommerce stores land on. Scale (€199) handles 15,000 and adds multi-store. AI is included in every plan. No per-reply, no add-ons, no OpenAI bill.
What "free" actually costs
WoowBot Lite is free. It is also keyword-matching from 2019 with no LLM. It won't answer a variation question, it won't read your orders, and it doesn't support WPML. Free is fine for evaluating whether you want a chat widget on your site. It is not fine as your 2026 customer support layer.
Top WooCommerce chatbots compared
Here are the five tools serious WooCommerce operators evaluate in 2026. I am including Storebird honestly — which means also telling you where it loses.
| Tool | WC-native | Variations | WPML | Handoff | Revenue attribution | Pricing model | OpenAI key | Best for |
|---|---|---|---|---|---|---|---|---|
| Storebird | Yes | Yes (catalog sync) | Native | Yes | Yes | Flat €39–€199/mo | No | WooCommerce stores that need catalog-aware AI |
| Tidio + Lyro | No | Partial (FAQ only) | Manual | Yes | No | Base + per-reply | No | Multi-channel inboxes, non-WC stores |
| WoowBot | Yes | Keyword match | No | No | No | Free / $69 one-time | No | Budget stores with simple flows |
| Amaya Chatbot AI GPT Pro | Yes | Partial | No | No | No | $79 one-time | Yes | DIY merchants who want to own the AI bill |
| Gorgias AI Agent | No (Shopify only) | N/A | N/A | Yes | Yes | $10–$900+/mo | No | Shopify stores (not WC) |
Storebird is the WooCommerce-native pick. Catalog sync, WPML, revenue attribution, flat pricing. Not the right choice if you need a unified inbox across email, Messenger, and Instagram. See how Storebird compares to Tidio for the head-to-head numbers.
Tidio with Lyro has the largest WordPress install base (80,000+), a polished live chat product, and a decent flow builder. Lyro's AI is trained on your knowledge base, not your WooCommerce catalog — so variation and stock questions fall back to "let me check with a human". Pricing is modular and gets expensive fast. If you want the Tidio alternative for WooCommerce, start there; if you want Tidio, buy Tidio honestly.
WoowBot is the original WooCommerce chatbot plugin. Still sold as a one-time WP.org purchase. Keyword matching, no LLM, no handoff, no multi-language. It is a museum piece — but it is a cheap museum piece if your store only needs scripted replies. For a serious AI alternative, see our modern WoowBot alternative breakdown.
Amaya Chatbot AI GPT Pro is the OpenAI-key-required option from the official WooCommerce Marketplace. It's technically competent and cheap (one-time $79). The catch is that you bring and pay for your own OpenAI key. That's fine if you are comfortable monitoring token bills and rate-limiting abusive visitors. It is not fine if you want something that just works.
Gorgias AI Agent is the best ecommerce AI agent on the market — and it does not support WooCommerce. Gorgias AI features are Shopify-only. I'm including it here so you can cross it off fast: if you're on Shopify, go install it. If you're on WooCommerce, you cannot.
For the full roundup with scores, see our 7-point WooCommerce chatbot buyer's guide.
When you should not install a WooCommerce chatbot
Here is the part no vendor will tell you, because it costs them a sale: most stores install a chatbot too early.
If fewer than 70% of your support tickets are about products, orders, or returns — if instead they're about checkout bugs, shipping surprises, refund disputes, or unclear product copy — a chatbot won't help you. A chatbot will mask the real problem for three months, then surface it again in a different shape. Fix your FAQ, rewrite your product descriptions, audit your checkout flow, and read your last 50 support emails in one sitting. Only then should you automate.
The same logic applies if you do under 20 inbound tickets a week. At that volume, you learn more by answering them yourself than by automating them. The chatbot comes after you understand the questions, not before.
Frequently asked questions
Does WooCommerce have a chatbot? WooCommerce itself does not ship a chatbot. WooCommerce is a storefront — you add a chatbot as a WordPress plugin from the WordPress.org directory or the WooCommerce Marketplace. Options range from the official Woo Bot listing (rule-based) to modern AI-native plugins like Storebird that read your catalog directly.
What is the best chatbot for WooCommerce in 2026? There is not one best chatbot — it depends on store size and multi-language needs. For most €10K–€200K/month WooCommerce stores, the shortlist is Storebird (WooCommerce-native, €39–€199 flat), Tidio with Lyro AI (largest install base, per-reply pricing), and WoowBot (cheap incumbent, limited AI).
Can I add AI to my WooCommerce store? Yes. Install an AI chatbot plugin from WordPress.org. The best ones ground answers in your WooCommerce catalog and order data so they can answer real customer questions about stock, variations, and orders. Avoid plugins that require your own OpenAI API key unless you want to own the DevOps.
How do I install a WooCommerce chatbot plugin? Open your WordPress admin, go to Plugins → Add New, search for the plugin name, click Install, then Activate. Enter your license key, configure your greeting and position, and the widget appears on your storefront within minutes.
Is Tidio good for WooCommerce? Tidio works with WooCommerce but was built as a generic multi-platform chatbot, not a WooCommerce-native one. It handles live chat and basic support well. It falls short on product variations, WPML, and live stock — and Lyro AI's per-reply pricing gets expensive during Black Friday.
How much does a WooCommerce chatbot cost? WooCommerce chatbots cost between free (WoowBot Lite) and €299+/month (Shopify-first enterprise tools). Most serious WooCommerce stores pay €29–€99/month flat. Watch for per-reply pricing — a €29 starter tier can cost €200+ in November if Black Friday volume spikes.
Is there a free WooCommerce chatbot? Yes. WoowBot has a free tier with basic keyword-based flows, and a few WP.org plugins offer free tiers that require your own OpenAI API key. Free plans are useful for evaluating the widget experience but rarely handle real WooCommerce variations, WPML, or live order status.
Can a WooCommerce chatbot answer "where is my order?" Yes — if it reads your WooCommerce order data directly. A native WooCommerce chatbot matches the customer's email to their order, pulls the live order status, and reports the shipping state using Advanced Shipment Tracking, Aftership, or YITH. Chatbots that scrape cannot do this reliably.
Does a WooCommerce chatbot work with WPML? The good ones do. A WPML-compatible chatbot detects the visitor's language, serves the translated product catalog, and replies in the right language. Most generic chatbots treat translation as an afterthought; Storebird is WPML-native because it was built for multilingual EU WooCommerce stores. See the official WPML docs for how translated slugs actually work — then test your vendor against them.
How do I measure WooCommerce chatbot ROI? Stop measuring conversations handled — that is a vanity metric. Measure tickets deflected, leads captured, and orders attributed to a conversation. Storebird's dashboard ties conversations to WooCommerce orders in euros, so ROI is provable in real revenue.
The short version
Seven checks, one honest recommendation, one next step.
Run your shortlist against the seven-point checklist above: variations, live stock, order status, knowledge base, WPML, live handoff, revenue attribution. Anything that scores below five is a no. Do the Black Friday math on pricing — flat or per-reply — and multiply your worst-month volume by four before you sign a contract. If the vendor asks for your OpenAI key or admin-level REST access they don't need, walk away.
Then make the call on fit, not brand. Tidio is broadest. WoowBot is cheapest. Gorgias wins if you're on Shopify. Storebird exists because no chatbot in the current SERP was built for WooCommerce first — and that's the gap I decided to fill instead of patching a generic tool. You don't have to take my word for it. Start a 14-day Pro trial, run it against your real catalog for a week, and see whether the variation and order questions land correctly. If they don't, uninstall and try the next one. That's the whole reason plugins are reversible.
If you want the deeper listicle with scores and migration notes, read our 7-point WooCommerce chatbot buyer's guide next.