Analysis updated 2026-05-18
Generate a Google Merchant Center product feed for a Magento store on an automatic schedule
Serve token protected feed URLs so only authorized platforms can pull your product data
Run multi-language, multi-currency feeds using Magento's store view system
Use an OpenAI API key to automatically improve product titles and descriptions in a feed
| hiteshagrawal84/magento2-product-feed | argosback/aura.sqlquery | argosback/jcgenealogy | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | PHP | PHP | PHP |
| Last pushed | — | 2023-05-28 | 2018-02-01 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | — | 2/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Magento 2.4.6+ store, AI optimization needs an OpenAI API key.
This is a Magento 2 extension for generating product feeds, the structured files that shopping platforms use to list your store's products. It can build feeds for Google Merchant Center, Google Shopping Ads, Meta and Instagram, Bing, Amazon, TikTok, Pinterest, Snapchat, and ChatGPT Shopping, plus custom feeds, in XML, CSV, JSON, or TSV format. Once installed through Composer or copied manually into a Magento codebase, the module adds an admin section for creating feeds, mapping product attributes to each channel's expected fields, and setting a feed to public or token protected access. A cron job checks every 15 minutes for feeds due to regenerate on their own schedule, whether that is hourly, every six hours, daily, weekly, or manual only. Products are loaded in configurable batches so memory use stays reasonable even on large catalogs. The extension supports multiple currencies per feed, either using a manual exchange rate or Magento's own currency rates, and multiple languages and stores through Magento's native store view system rather than a separate translation plugin. It also has an optional AI feature that can use an OpenAI API key to improve product titles and descriptions before they go into a feed, this is entirely optional and feed generation still works without it. The README includes a troubleshooting table covering common issues like a feed URL returning 404 or 403, cron not updating feeds, and AI errors, along with links to a fuller user manual and developer documentation. The module is licensed under the Open Software License 3.0 and Academic Free License 3.0, and requires Magento Open Source or Adobe Commerce version 2.4.6 or newer.
A Magento 2 extension that generates and schedules product feeds for Google, Meta, Amazon, TikTok, and other shopping channels.
Mainly PHP. The stack also includes PHP, Magento 2, Cron.
Requires derivative works and modifications to be shared under the same license terms.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.