2 min readAug 10, 2026by jakub

Product Feeds

Get your catalog onto every channel that sells it — Google Shopping, Meta, Amazon, eBay, Allegro, price comparison sites — without exporting spreadsheets by hand or paying per-SKU for a feed SaaS. Define a feed once, and it regenerates and delivers itself on the schedule you set.

Latest version: 1.0.0 — changelog

Feed Profiles in the Magento admin

Why it matters

  • Sell on more channels without more staff. Each channel is a profile that regenerates on its own schedule, so adding a marketplace costs a template, not a recurring manual export.
  • Stop paying per SKU. Feeds are generated by your Magento instance from your catalog. There is no external service in the loop and nothing metered.
  • Catch rejections before the marketplace does. Preview renders real products through your template before you publish, and every run is recorded with its product count, duration and any errors.
  • Send each channel exactly what it accepts. Product conditions, per-store pricing, customer-group prices and marketplace category mapping mean one catalog feeds many channels, each in its own required shape.
  • Deliver where the channel expects it. Files land on a local path, an FTP/SFTP server, or an inbox, automatically after each run.

What you get

FeatureBenefit
Feed profilesOne reusable definition per channel — products, format, schedule and delivery in one place.
Product conditionsReuse Magento's rule builder to send a channel only the products it should list.
Template libraryStart from ready-made templates for Google Shopping, Meta, Amazon, Bing, eBay, Idealo, Allegro, Criteo and Google Dynamic Remarketing.
Template editor with syntax referenceWrite feed output with highlighting, your catalog's real attributes listed, and click-to-insert snippets.
Feed previewSee the first 10 products rendered through your template before writing a file.
Category mappingMap Magento categories to Google, Meta, Allegro, Amazon or eBay taxonomy nodes, with autocomplete search.
Scheduled generationPreset frequencies from every 5 minutes to weekly, or your own cron expression per profile.
Export destinationsDeliver to a local directory, FTP, SFTP or email, with a Test Connection check before you rely on it.
Execution logEvery run recorded with status, product count, file size, duration and errors.
Failure notificationsEmail alerts when a scheduled run fails, so a broken feed does not go unnoticed.
CLI commandsGenerate feeds and refresh marketplace taxonomies from the command line or your own cron.

Why this extension

  • API-first — feed profiles and templates are fully manageable over the Magento REST API, so feeds can be provisioned from your own tooling. See the API reference.
  • No SaaS, no per-SKU fees — generation, rendering and delivery all run inside your Magento installation. The only outbound calls are the optional marketplace taxonomy lookups and your own delivery targets.
  • Modular — install just the core, or add the generator, scheduler, exporter, template library and only the marketplace taxonomies you actually use.

Feed preview showing rendered products

Supported versions

Magento Open Source and Adobe Commerce with magento/framework 103.0.0 or newer, on PHP 8.1, 8.2, 8.3, 8.4 or 8.5.

Get started