⚡ Instant 2-Minute Integration Guides
Platform Installation & Setup Documentation
Connect your Shopify store, WooCommerce, Drupal Commerce, WordPress site, or custom web app directly to Zonexa AI in real-time.
🛍️
Shopify Storefront Integration
Direct Cloud API Connection — Zero Code Downloads
1
Copy Your Shopify Store Domain
Copy your store's
.myshopify.com domain from your browser address bar when logged into Shopify Admin:yourstore.myshopify.com
2
Generate Storefront API Token in Shopify Admin (1 Minute)
1. Open Shopify Admin ➔ Click Settings ⚙️ (bottom-left).
2. Click Apps and sales channels ➔ Click Develop apps (top-right).
3. Click Allow custom app development ➔ Click Create an app. Name it
Zonexa MCP.4. Click Configure Storefront API scopes and check these 2 scopes:
☑ unauthenticated_read_product_listings
☑ unauthenticated_read_product_inventory
5. Click Save ➔ Click Install app.
6. Under API credentials, click "Reveal token once" and copy your token!
3
Paste into Bot Studio MCP Settings
In Zonexa Bot Studio (under 🚀 Deploy Widget ➔ 🔌 CMS Plugins & MCP):
• MCP Endpoint URL: Enter your Shopify Store Domain (e.g.,
yourstore.myshopify.com)• MCP API Key: Enter your Storefront Access Token (e.g.,
shpat_xxxxxxxx...)Then click Save Connection & Test MCP!
🛒
WordPress & WooCommerce Integration
Unified Plugin for Standard WP Sites & WooCommerce Stores
1
Download Official Zonexa WordPress Plugin
Download the latest release zip of Zonexa plugin for all WordPress sites (with or without WooCommerce):
⬇️ Download Zonexa Plugin (zonexa.zip)
2
Upload & Activate in WP Admin
In WordPress Admin ➔ Go to Plugins ➔ Add New ➔ Upload Plugin ➔ Select
zonexa.zip ➔ Click Activate.
3
Generate API Key & Copy MCP Endpoint
In WP Admin ➔ Go to Settings ➔ Zonexa AI & MCP ➔ Click Generate API Key. Copy your MCP URL into Zonexa Bot Studio:
https://your-wordpress-site.com/wp-json/zonexa/v1/mcp
💧
Drupal & Commerce Integration
Unified Module for Standard Drupal Sites & Commerce Stores
1
Download Official Zonexa Drupal Module
Download the native Drupal module zip package for all Drupal sites:
⬇️ Download Zonexa Drupal Module (zonexa.zip)
2
Enable Module in Drupal Admin
Extract module files into
/modules/custom/zonexa on your Drupal web server. Then in Drupal Admin ➔ Go to Extend (admin/modules) ➔ Check Zonexa AI & MCP ➔ Click Install.
3
Copy Drupal MCP Endpoint URL
In Drupal Admin ➔ Go to Configuration ➔ Zonexa AI Settings and copy your Endpoint URL into Zonexa Bot Studio:
https://your-drupal-site.com/zonexa/mcp
🌐
Custom Website (HTML / React / Next.js)
Embed Widget Script tag anywhere
1
Copy 1-Line Script Tag
Paste this script tag right before the closing
</body> tag in your HTML file:
<script src="https://drown-passably-uncaring.ngrok-free.dev/widget.js" data-bot-id="YOUR_BOT_ID" async></script>
📱
Native Mobile Apps (iOS, Android, React Native, Flutter)
Direct JSON Chat REST API & Webview Integration
1
Call Chat REST API Endpoint
Send a standard HTTP POST request from your Swift, Kotlin, React Native, or Flutter app:
POST https://zonexa.soaxis.com/api/zonexa/chat
2
JSON Request Payload Example
Pass the botId, message, and a unique session ID for your mobile user:
{
"botId": "YOUR_BOT_ID",
"message": "Do you have any snowboards in stock under $800?",
"sessionId": "sess_mobile_user_9921",
"isWidget": true
}