Get Started with Magento 2 OpenAI commerce integration
Looking for Magento 2 OpenAI commerce integration? View the full Magento 2 OpenAI commerce integration page to explore features, configuration options, and pricing.
Get your OpenAI Commerce feed up and running in minutes. This guide covers the essential configuration to generate your first JSON feed for AI-powered shopping platforms.
Prerequisites
Before you begin:
- Admin access to Magento
- Products with complete data (title, description, images, price)
- Seller information ready (company name, policy pages)
- Cron configured and running in Magento
Step 1: Enable the Module
- Go to Magmodules → OpenAI - Feed Configuration → General
- Set Enable to Yes
- Click Save Config
Step 2: Configure Seller Data
- Go to Seller Data section
- Enter your Seller Name (required)
- Select CMS pages for:
- Privacy Policy
- Terms of Service
- Return Policy
- Enter your Return Window in days
- Click Save Config
Step 3: Configure Feed Generation
- Go to Generation section
- Set Enable to Yes for each store view
- Optionally customize the Filename (default works fine)
- Click Save Config
Step 4: Map Your Attributes
Go to Attributes section and configure at minimum:
| Attribute | Recommended Mapping |
|---|---|
| ID | SKU |
| Title | Product Name |
| Description | Description |
| GTIN | Your EAN/barcode attribute |
| Brand | Manufacturer |
Step 5: Generate Your First Feed
Option A - Via Admin: Click the Generate button in the feed table.
Option B - Via CLI:
bin/magento mm-openai:feed:create --store-id=1
Step 6: Verify the Feed
- Click the feed URL in the Generation table
- Verify the JSON loads correctly
- Check that products appear with all required data
The feed is now ready to be submitted to OpenAI Commerce or other AI shopping platforms.
Need More Help?
Documentation:
- All Help Articles - Complete documentation overview
Support:
- Contact Support - Get help from our team
For a complete overview of features and configuration options, see Magento 2 OpenAI commerce integration.