View Categories

Via Composer

1 min read

Table of Contents

M2E Pro source code package is released on packagist.org and github.com. You can use Composer to install the Extension from one of these resources.

⚠️ Please note that Composer 1 will be fully deprecated in August 2025, and using it may cause version resolution issues or incomplete updates. Read more in this article.

Installation #

Follow the next steps to install M2E Pro:

Step 1. Install Composer Installer. It automatically installs/upgrades those modules which are provided as dependent packages in the Composer project of your Magento.

Step 2. Provide the Composer Installer as a dependence on the composer.json file of your project. Use the following command:

composer require m2epro/magento2-extension

Step 3. To complete the process, run the commands below:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

That's it! M2E Pro has been successfully installed.

Provide the initial configuration of the selected Integration and enjoy your sales on Marketplaces via M2E Pro.

Upgrade #

No data can be lost during an upgrade process. However, please always back up your system prior to any upgrade-related activity.

Complete the next steps to upgrade M2E Pro:

Step 1. Run the command:

composer update m2epro/magento2-extension

It will automatically download all updated files and upgrade your Module automatically.

Step 2. To complete the process, run the commands below:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Our Congratulations! You have successfully upgraded your M2E Pro.

Leave a comment

Your email address will not be published. Required fields are marked *