Connect Adobe Commerce or Magento Open Source to Zevin and expose your catalogue to AI shopping agents.
Zevin provides a native module for Adobe Commerce (formerly Magento 2) and Magento Open Source. The module registers a GraphQL data source that Zevin reads to build your AI-accessible product feed.
| Platform | Supported versions |
|---|---|
| Adobe Commerce (Cloud) | 2.4.5+ |
| Adobe Commerce (On-Premise) | 2.4.4+ |
| Magento Open Source | 2.4.4+ |
PHP 8.1 or 8.2 is required. PHP 8.3 support is in beta.
composer require zevin/module-zevin
bin/magento module:enable Zevin_Commerce
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Go to Stores → Configuration → Zevin → General:
Zevin uses a dedicated Magento indexer:
bin/magento indexer:reindex zevin_product
Check indexer status:
bin/magento indexer:status zevin_product
The indexer respects Magento’s existing catalog_product index and adds no duplicate work.
Zevin’s AI feed requires a small set of standard attributes. The module attempts to auto-detect these from your catalogue, but you can override any mapping in Stores → Configuration → Zevin → Attribute Mapping:
| Zevin field | Default Magento attribute |
|---|---|
name | name |
description | description |
short_description | short_description |
price | price |
sku | sku |
brand | manufacturer |
gtin | — (map manually if you have it) |
category_path | Category hierarchy |
For multi-store setups, each store view can be connected to a separate Zevin workspace or to the same workspace with different feed configurations.
For Adobe Commerce B2B, Zevin respects shared catalogue pricing. Customer group pricing is not currently exposed to AI agents — all AI queries receive the default (guest) pricing tier.
On Adobe Commerce Cloud, add the Zevin module to your composer.json and commit. The module deploys automatically through the Cloud build pipeline. No additional configuration is needed for the Magento Cloud CDN.
The Zevin indexer runs as a separate process and does not block storefront requests. For catalogues over 100,000 SKUs, schedule the initial reindex during off-peak hours. Incremental updates (saves, price changes) are processed immediately via Magento’s observer system with no perceptible latency impact.
Shopify Integration
Connect your Shopify store to Zevin and make your products visible to AI shopping agents like ChatGPT, Gemini, and Claude.
WooCommerce Integration
Connect your WooCommerce store to Zevin to make your products discoverable by AI shopping agents.
Universal Commerce Protocol (UCP)
A standard, open API for AI agents to query product catalogues — and how Zevin implements it for your store.
AI Shopping Analytics
Understand how AI agents discover, query, and convert on your store with Zevin's analytics dashboard.