- Overview
- Amazon Magento 2 Store Integration Extension Installation
- Amazon Integration Configuration Settings
- Manage Accounts
- Manage Amazon Profiles
- Amazon Product Listing
- Manage Amazon Orders
- How to Upload a Product
- Amazon Feeds
- Amazon Reports
- Amazon Queues
- Amazon Cron Details
- Amazon Activity Logs
- Amazon System Status
- Amazon Help And Support
- Knowledge Base
2.Amazon Magento 2 Store Integration Extension Installation ↑ Back to Top
To install the extension
- Create a new folder named code (if not exists) under the app folder.
- Extract the Ced.zip on your system and then Drag and Drop app/code/Ced/Amazon and app/code/Ced/Integrator.
- Update composer.json file by adding the code written below and as shown in the image
“Amazon\\Sdk\\”: “app/code/Ced/Amazon/Lib/amazon-sdk/src/” - Now run the following upgrade command in cmd
- composer require cedcommerce/validator
- composer dump
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy -f
- php bin/magento indexer:reindex
- php bin/magento cache:flush
- After successfully uploading the directory, the extension will be installed/upgraded.
×