DataFeedWatch Connector for Magento 2 module is required to allow DataFeedWatch to fetch data from your store. The module works with Magento Open Source and Adobe Commerce.
- First, log into the machine running your Magento shop via SSH.
- Then, go to the Magento home directory.
- Ensure the Composer is installed. To verify it, check which version you have:
composer --version
- Fetch DataFeedWatch Connector for Magento 2:
composer require datafeedwatch/dfwconnector-magento2
- Once the installation process has been completed, enable the module:
bin/magento module:enable DataFeedWatch_Connector
- Finally, the clean up tasks:
bin/magento setup:upgrade bin/magento cache:clean bin/magento setup:di:compile
- First, log into the machine running your Magento shop via SSH.
- Then, go to the Magento home directory.
- Update DataFeedWatch Connector for Magento 2:
composer update datafeedwatch/dfwconnector-magento2
- Once the updating process has been completed, run the clean up tasks:
bin/magento setup:upgrade bin/magento cache:clean bin/magento setup:di:compile
Once you’ve installed the Magento 2 plugin, refer to our guide on how to add Magento 2 shop to your account in DataFeedWatch: https://help.datafeedwatch.com/article/783v6ihcks-adding-magento-2