Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

You have the ability to install/upgrade your M2E Pro Instance directly from Magento Marketplace. Starting with Magento 2.4.0, the Web Setup Wizard is removed, and you must use the command line to install or upgrade M2E Pro, so the method requires technical skills.

...

Step 5. Update the composer.json file in your Magento project with the name and the latest version of the extension. For example:

Code Block
composer require m2epro/magento2-extension

Step 6. Enter your Magento authentication keys. Your public key is your username; your private key is your password.

Step 7. Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors:

Code Block
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing m2epro/magento2-extension (1.10.1): Downloading (100%)
Writing lock file
Generating autoload files

...