pauloharaujos/magento2-catalogfeed

Catalog Feed Extension by Paulo Henrique Araujo da Silva.

1.1.0 2022-09-24 12:04 UTC

This package is auto-updated.

Last update: 2025-04-24 18:46:39 UTC


README


Adobe logo
Magento 2 Catalog Feed Extension
Magento 2 Catalog Feed Stable Version Magento 2 Catalog Feed Stable Version

How does it works?

Export your catalog to a XML file and use it to integrate with other platforms. You can find the file exported on the following directory: pub/media/catalogfeed/m2_catalog_feed.xml

Install

Via Composer

Install using Composer.

composer require pauloharaujos/magento2-catalogfeed
php bin/magento module:enable PHAS_CatalogFeed
php bin/magento setup:upgrade

How to use

php bin/magento phas:export_catalog_feed

Paulo Henrique Araujo da Silva