The steps will differ depending on the method you’ve used to install your M2E Pro:
- from Magento Marketplace
- using any other installation method
Please find your option below.
If your M2E Pro was initially installed from Magento Marketplace, complete the next steps:
Step 1. Remove the old repository using the command:
composer remove m2e/ebay-amazon-magento2
Step 2. Provide Composer Installer as a dependence on the composer.json file of your project:
composer require m2epro/magento2-extension
Step 3. To complete the setup, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
If you used any other method than installation from Magento Marketplace, follow the default upgrade instructions.