search_box

Amazon FBA Integration Extension for Magento 2 Installation

To install the extension

  1. 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.
  2. 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/”

  3. 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
  4. After successfully uploading the directory, the extension will be installed/upgraded.
Yes No Suggest edit
Suggest Edit