git404hub

what is magento2-product-feed fr?

hiteshagrawal84/magento2-product-feed — explained in plain English

Analysis updated 2026-05-18

0PHPAudience · developerLicenseSetup · moderate

tl;dr

A Magento 2 extension that generates and schedules product feeds for Google, Meta, Amazon, TikTok, and other shopping channels.

vibe map

mindmap
  root((Magento feed manager))
    What it does
      Multi-channel feeds
      Scheduled generation
      Optional AI optimization
    Tech stack
      PHP
      Magento 2
      Cron jobs
    Use cases
      Google Merchant feed
      Multi-currency feeds
      Token protected URLs
    Audience
      Magento developers
      Ecommerce store owners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate a Google Merchant Center product feed for a Magento store on an automatic schedule

VIBE 2

Serve token protected feed URLs so only authorized platforms can pull your product data

VIBE 3

Run multi-language, multi-currency feeds using Magento's store view system

VIBE 4

Use an OpenAI API key to automatically improve product titles and descriptions in a feed

what's the stack?

PHPMagento 2CronOpenAI API

how it stacks up fr

hiteshagrawal84/magento2-product-feedargosback/aura.sqlqueryargosback/jcgenealogy
Stars0
LanguagePHPPHPPHP
Last pushed2023-05-282018-02-01
MaintenanceDormantDormant
Setup difficultymoderateeasymoderate
Complexity2/53/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 1h+

Requires an existing Magento 2.4.6+ store, AI optimization needs an OpenAI API key.

Requires derivative works and modifications to be shared under the same license terms.

in plain english

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.

prompts (copy fr)

prompt 1
Walk me through installing this Magento 2 product feed module with Composer and enabling it
prompt 2
Show me how to configure a token protected Google Merchant Center feed with this extension
prompt 3
Explain how the cron scheduler in this module decides when to regenerate each feed
prompt 4
Help me set up the AI optimization feature with an OpenAI API key for this product feed module

Frequently asked questions

what is magento2-product-feed fr?

A Magento 2 extension that generates and schedules product feeds for Google, Meta, Amazon, TikTok, and other shopping channels.

What language is magento2-product-feed written in?

Mainly PHP. The stack also includes PHP, Magento 2, Cron.

What license does magento2-product-feed use?

Requires derivative works and modifications to be shared under the same license terms.

How hard is magento2-product-feed to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is magento2-product-feed for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.