Amazon FBA Integration Extension for Magento 2 Installation
Amazon FBA Integration Extension for Magento 2 Installation
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/Fba.
- Update composer.json file by adding the code written below and as shown in the image:
“Amazon\\Sdk\\” :”app/code/Ced/Fba/Lib/amazon-sdk/src/”
- Now run the following upgrade command in cmd
- composer require cedcommerce/validator
- composer require ced/integrator
- 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.
Related Articles
Queue
Queue The Magento 2 store owners can view and manage their Amazon FBA Queues. To view the Queue, Go to the Magento 2 Admin panel. On the left navigation bar, click the FBA INTEGRATION menu. The menu appears as shown in the following figure: Click ...
Overview
Overview Amazon Marketplace is an e-commerce platform owned and operated by Amazon.com that enables third-party sellers to sell new or used products on a fixed-price online marketplace alongside the regular offerings of Amazon. Using Amazon ...
Configuration
Configuration To set up the configuration settings, Go to the Magento 2 Admin panel. On the left navigation bar, click the FBA INTEGRATION menu. The menu appears as shown in the following figure: Click Configuration. The Configuration page appears as ...
Manage Orders
Manage Orders To fetch and view new orders Go to the Magento 2 Store Admin panel. On the left navigation bar, click the FBA INTEGRATION menu. Click Orders. The FBA Orders page appears as shown in the following figure: To View the Amazon order, do the ...
Help & Support
Help & Support To view Help and Support Go to the Magento 2 Admin panel. On the left navigation bar, click the FBA INTEGRATION menu. A menu appears as shown in the following figure: Click Help and Support. The FBA Help and Support page appears as ...