- Overview
- Google Shopping Actions Integration Extension - Installation
- Retrieve API Credentials from Google Shopping Actions
- Configure your Merchant Account
- Configuration Setting
- Manage Google Shopping Actions Accounts
- Manage Google Shopping Actions Profiles
- Upload Products on Google Shopping Actions
- Fetch Google Shopping Actions Orders
- Google Shopping Actions Cron Logs
- Google Shopping Actions Activity Logs
- Product Feeds
- Help & Support
2.Google Shopping Actions Integration Extension - Installation ↑ Back to Top
To install the extension
- Upload and Extract the Google Shopping Action package and Integrator file inside the <magento-root>/app/code/Ced/ directory and run the below command from the Magento root.
composer require google/apiclient
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento index:reindex
php bin/magento cache:clean
php bin/magento cache:flush
×