PHPackages                             berrypath/magento2-berrypath-product-feed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. berrypath/magento2-berrypath-product-feed

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

berrypath/magento2-berrypath-product-feed
=========================================

Scheduled product feeds for Magento 2 shopping channels, marketplaces and product discovery.

1.0.4(1mo ago)261MITPHPPHP &gt;=8.1

Since Jun 30Pushed 1mo agoCompare

[ Source](https://github.com/BerryPath/magento2-berrypath-product-feed)[ Packagist](https://packagist.org/packages/berrypath/magento2-berrypath-product-feed)[ RSS](/packages/berrypath-magento2-berrypath-product-feed/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (5)DependenciesVersions (6)Used By (1)

Product Feed for Magento 2
==========================

[](#product-feed-for-magento-2)

Magento 2 module for scheduled product feeds for shopping channels, marketplaces and product discovery.

Create separate feeds for shopping channels, product discovery tools, marketplaces and guided-selling platforms. Each feed can target its own store view, channel type and output format, including XML, CSV and JSON. Feed files are generated to Magento media storage, can be refreshed manually or through Magento cron, and can be enriched with selected product attributes and channel-specific options such as Google Shopping shipping data.

Screenshots
-----------

[](#screenshots)

Manage multiple feeds per channel, store view and output format:

[![BerryPath Product Feed overview](docs/screenshots/berrypath-product-feeds-overview.png)](docs/screenshots/berrypath-product-feeds-overview.png)

Configure each feed with its own type, format, CDATA setting and generated live file link:

[![BerryPath Product Feed general options](docs/screenshots/berrypath-product-feed-general.png)](docs/screenshots/berrypath-product-feed-general.png)

Choose product data options and optional Magento product attributes per feed:

[![BerryPath Product Feed product data options](docs/screenshots/berrypath-product-feed-product-data.png)](docs/screenshots/berrypath-product-feed-product-data.png)

Schedule automatic feed generation through Magento cron:

[![BerryPath Product Feed schedule options](docs/screenshots/berrypath-product-feed-schedule.png)](docs/screenshots/berrypath-product-feed-schedule.png)

Installation
------------

[](#installation)

```
composer require berrypath/magento2-berrypath-product-feed
bin/magento module:enable BerryPath_ProductFeed
bin/magento setup:upgrade
bin/magento cache:flush
```

For local `app/code` development, place it at:

```
app/code/BerryPath/ProductFeed

```

Configuration
-------------

[](#configuration)

```
Catalog > BerryPath > Product Feeds

```

Generated feed files are written to:

```
pub/media/berrypath/product-feed/feed_{feed_id}.{format}

```

Each feed has its own store view, market code, locale code, feed type, output format, CDATA setting, product selection rules and URL. The preview URL in the admin is limited to the first 25 products. The live link in the admin points to the last generated file and exports all products.

Use `Generate Feed` from the feed edit page, or the grid mass action, to write the feed file to `pub/media/berrypath/product-feed`. Saving feed options keeps the existing live file available. Generate again when the live file should reflect changed options.

Each feed can also be generated automatically through Magento cron. Configure the refresh day and one or more refresh times on the feed edit page, under `Schedule`.

CLI generation:

```
bin/magento berrypath:product-feed:list
bin/magento berrypath:product-feed:generate 1
bin/magento berrypath:product-feed:generate --all
```

Output formats:

- XML
- CSV
- JSON

XML output wraps text-heavy fields such as title, description, product type and brand in CDATA sections by default. This can be disabled per feed.

Product selection options can be configured per feed. Defaults keep disabled products out, keep catalog/search-hidden products out, keep out-of-stock products in, and skip variant rows when their parent product is inactive.

The Conditions tab uses Magento's standard rule builder for feed filtering. Leave it empty to include every product that matches the product data options.

Feed Types
----------

[](#feed-types)

The default feed type is Product Feed and the default output format is XML. Every feed type can be exported as XML, CSV or JSON.

Feed typeXML formatNotesProduct Feed``Generic full product dump. Default.Google ShoppingRSS 2.0 + `g:` namespace`g:id`, `g:title`, `g:price`, `g:availability`, optional `g:shipping`.Meta (Facebook)RSS 2.0 + `g:` namespaceGoogle-compatible feed with space-form `availability` (`in stock`).PinterestRSS 2.0 + `g:` namespacePinterest catalogs use the Google-compatible feed.Microsoft / BingRSS 2.0 + `g:` namespaceMicrosoft Merchant Center (Bing Shopping); adds `g:seller_name`.SnapchatRSS 2.0 + `g:` namespaceSnap catalogs accept the Google-compatible feed.TikTok``Rows keyed on `sku_id`.Criteo``Criteo field names: `producturl`, `bigimage`, bare `price`/`retailprice`, `instock`, `categoryid`.OpenAI Product``Emits `item_id`, `is_eligible_search`, `seller_name`, `target_countries`.Google Shopping, Meta, Pinterest, Microsoft / Bing and Snapchat share the same RSS 2.0 output with the Google `g:` namespace, since those channels all ingest the Google-compatible product feed. Shipping, condition and sale-price options apply to every Google-compatible channel.

Current Feed Fields
-------------------

[](#current-feed-fields)

The feed includes core product data such as ID, SKU, type, name, URL, image, price, final price, currency, salability, visibility, tax class, categories and review summary data. Configurable, grouped and bundle product prices use the Magento price index so parent products do not export `0.00` prices when indexed prices are available.

Possible Channel Usage
----------------------

[](#possible-channel-usage)

The Google-compatible channels (Google, Meta, Pinterest, Microsoft / Bing, Snapchat) cover the core RSS format, namespace and shared attributes. TikTok, Criteo and OpenAI use their own field mapping. Some merchants may still need extra channel-specific enrichment such as Google product category mapping, GTIN/MPN/brand mapping, promotion feeds or custom title and description optimization.

BerryPath
---------

[](#berrypath)

BerryPath helps ecommerce teams build guided selling flows, product finders and guided product advice experiences. Learn more at [berrypath.eu](https://www.berrypath.eu).

For embedding BerryPath advice flows in Magento category pages, product pages and CMS/widget placements, use the companion module:

- Package: [`berrypath/magento2-berrypath-flow`](https://github.com/BerryPath/magento2-berrypath-flow)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance91

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

44d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ee4de80f0235969a01da2eb7c088d6cf002d75a666728c6be5d81fc7ab186ed?d=identicon)[sidworks](/maintainers/sidworks)

---

Top Contributors

[![jellesiderius](https://avatars.githubusercontent.com/u/8039493?v=4)](https://github.com/jellesiderius "jellesiderius (10 commits)")

---

Tags

berrypathe-commercemagentomagento2magento2-extensionmagento2-module

### Embed Badge

![Health badge](/badges/berrypath-magento2-berrypath-product-feed/health.svg)

```
[![Health](https://phpackages.com/badges/berrypath-magento2-berrypath-product-feed/health.svg)](https://phpackages.com/packages/berrypath-magento2-berrypath-product-feed)
```

###  Alternatives

[phpmentors/domain-kata

Kata for domain models

73455.4k9](/packages/phpmentors-domain-kata)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
