berrypath/magento2-berrypath-product-feed
Composer 安装命令:
composer require berrypath/magento2-berrypath-product-feed
包简介
Product feeds for Magento 2.
README 文档
README
Magento 2 module for generating product feeds per store view.
The feed is intended for external product-data consumers such as guided-selling platforms, product recommendation tools, comparison engines and Google Shopping feed pipelines. It exposes Magento product data in a stable XML format and can be extended with extra product attributes from the admin configuration.
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
Stores > Configuration > BerryPath > Product Feed
Feed endpoint:
/berrypath/feed/id/{store_id}
Optional parameters:
pid: fetch one product by the configured Product ID source.
The preview URL in the admin is limited to the first 25 products. The XML feed endpoint exports all products.
Feed Types
The default feed type is Generic XML.
Google Shopping RSS 2.0 can be enabled from the admin. That output uses the
Google g: namespace and emits Google product attributes such as g:id,
g:title, g:price, g:availability and optional g:shipping.
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
The Google Shopping feed mode covers the core XML/RSS format and namespace. Some merchants may still need channel-specific enrichment such as Google product category, GTIN/MPN/brand mapping, promotion feeds or custom title and description optimization.
BerryPath
BerryPath helps ecommerce teams build guided selling flows, product finders and guided product advice experiences. Learn more at 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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-30