Connect your WooCommerce store to Zevin to make your products discoverable by AI shopping agents.
Zevin integrates with WooCommerce via a WordPress plugin, syncing your product data, stock, and pricing with the AI commerce layer in real time.
Via WordPress admin:
Via Composer:
composer require zevin/woocommerce-plugin
Go to WooCommerce → Zevin in your WordPress admin. Enter your Zevin API key — find it under Settings → API Keys in your Zevin dashboard — and click Connect.
The plugin exposes the following options:
| Setting | Default | Description |
|---|---|---|
| Sync products | On | Sync all published products |
| Sync variations | On | Include product variations as separate entries |
| Sync stock | On | Send real-time stock level updates |
| Excluded categories | — | Product categories to suppress from AI feeds |
| Webhook secret | Auto-generated | Used to verify WooCommerce webhook payloads |
Click Sync now to push your full catalogue to Zevin. Progress is shown in the plugin dashboard. For large catalogues (10,000+ SKUs) this may take a few minutes.
Zevin communicates with WooCommerce via the WooCommerce REST API (v3). Your store’s permalink structure must not be set to Plain — go to Settings → Permalinks and choose any other option.
Once connected, Zevin registers webhooks for the following WooCommerce events:
product.createdproduct.updatedproduct.deletedproduct.restoredStock updates use a separate lightweight endpoint polled at 60-second intervals, since WooCommerce does not emit a webhook on stock-only changes by default.
Zevin supports WordPress Multisite. Install the plugin network-wide and activate it per-site. Each site connects to its own Zevin workspace using a separate API key.
The plugin adds no overhead to the customer-facing store. All sync operations happen in the background using WooCommerce’s built-in Action Scheduler queue.
Shopify Integration
Connect your Shopify store to Zevin and make your products visible to AI shopping agents like ChatGPT, Gemini, and Claude.
Adobe Commerce (Magento) Integration
Connect Adobe Commerce or Magento Open Source to Zevin and expose your catalogue to AI shopping agents.
ChatGPT & GPT-4o Integration
How Zevin makes your store visible inside ChatGPT shopping recommendations and GPT-4o-powered agents.
Universal Commerce Protocol (UCP)
A standard, open API for AI agents to query product catalogues — and how Zevin implements it for your store.