Wix's native support limitations
Wix ships with a built-in chat widget (Wix Chat) and a basic inbox. For very small stores handling a handful of tickets a day, this is serviceable. But Wix Chat is not an AI agent — it cannot look up order data, apply your return policy, or automate a resolution. It is a messaging widget that pings you or a team member when a customer types.
Wix's built-in support tools also lack a help desk with ticket categorization, SLA tracking, or CSAT measurement. As your store grows, these gaps become significant. The right move is to add a third-party AI support agent that uses the Wix Order API to pull real order data.
Wix Chat provides basic live chat but no AI resolution, no order lookup, no return automation, and no help desk functionality. For growing Wix stores, a dedicated AI support agent is a meaningful upgrade.
What an AI agent can do on a Wix store
The automation potential on Wix is similar to any other platform, provided the agent can read your order data. On Wix, this is done via the Wix Headless API or the Wix Business Solutions SDK.
- Look up orders by customer email or order number and tell the customer their current status and tracking information.
- Answer policy questions about returns, exchanges, and shipping timelines from your knowledge base.
- Answer product questions from your Wix product catalog descriptions.
- Collect context for escalations and notify you via email or a connected help desk.
- Handle 'after hours' conversations when you are not available, leaving you a morning summary of unresolved cases.
Installation options for a Wix store
There are three ways to add a third-party AI chat widget to a Wix site:
Option 1: Wix App Market
Check if your AI support tool is listed in the Wix App Market. If it is, you can install it with one click and it will automatically embed the widget on all pages. This is the easiest path.
Option 2: Custom HTML embed (Wix Velo or Embed HTML widget)
Most AI chat tools provide a JavaScript snippet that can be pasted into a custom HTML element in the Wix Editor. Go to Add > Embed Code > HTML iFrame and paste the widget script. Note: this adds the widget to a specific page. For site-wide chat, use a Wix Master Page or Wix Velo (formerly Corvid) to inject the script globally.
Option 3: Wix Velo custom code
For precise control — loading the widget only for logged-in customers, passing the customer's email to the agent automatically — use Wix Velo to inject the script via the masterPage.js file. This requires familiarity with JavaScript but gives you the cleanest experience.
Connecting to Wix order data
Wix exposes ecommerce order data via the Wix Headless API and the Wix Business Solutions platform. To give Bookbag access to your Wix orders, you create an API key in the Wix Dashboard under Settings > Advanced > API Keys, scoping it to the Wix Stores and Wix eCommerce business solutions.
Once connected, Bookbag can look up orders by email or order ID, retrieve tracking information, and check order status — all in real time. This is what transforms Bookbag from a FAQ bot into an agent that can genuinely resolve customer questions.
- 1In your Wix Dashboard, go to Settings > Advanced > API Keys.
- 2Create a new API key. Under Permissions, add Wix eCommerce > Orders (read).
- 3Copy the API key and your site's Site ID from the same settings page.
- 4In Bookbag, choose Wix as your platform and enter the API key and Site ID.
- 5Verify the connection by asking Bookbag to look up a recent test order.
Setting up your knowledge base for a Wix store
Wix stores often have their policies published on CMS pages or in the Wix FAQ widget. Export this content as plain text and upload it to Bookbag's knowledge section. If you do not have a dedicated FAQ page, this is a good opportunity to write one — it helps both your customers and your AI agent.
Keep it concise and factual: return window (e.g., 30 days from delivery), return condition requirements, exchange process, shipping timelines, and contact options. An agent that knows these rules accurately can resolve the majority of non-order-lookup tickets on its own.
| Knowledge topic | Priority | Example content |
|---|---|---|
| Return policy | Critical | 30-day returns, items must be unused, refund within 5 business days |
| Shipping timelines | Critical | Standard 3-5 days, Express 1-2 days, cutoff 2pm EST |
| Exchange process | High | Contact support to initiate, ship back within 14 days |
| Product FAQs | Medium | Sizing, materials, care instructions |
| Contact options | High | Live chat, email support@yourstore.com, response within 24h |
Going live and managing conversations
Before going live, test the widget on your Wix site in a browser. Check that it loads on mobile (a large share of Wix store traffic is mobile), that the agent can look up a real order, and that it escalates correctly when you type 'I want to speak to a human.'
After launch, check the Bookbag dashboard daily for the first week. Look at escalated conversations to find gaps in your knowledge base — every time the agent escalates due to an unanswered question, you have an opportunity to add that answer and prevent future escalations.
Wix's mobile editor applies different layouts than the desktop editor. Make sure the chat widget is visible and accessible on mobile — not hidden behind a mobile menu or pushed off-screen by a full-width element.
Key takeaways
- Wix's native chat is not an AI agent — add Bookbag for real order lookup and policy automation.
- Use the Wix API Keys to connect Bookbag to your order data — no developer needed for basic setup.
- Embed the widget site-wide via Wix Velo masterPage.js for the cleanest experience.
- Keep your knowledge base concise and factual — return policy, shipping, exchange process.
- Review escalated conversations weekly to fill knowledge gaps.