IVO
Back to help center
Merchant Integration

Magento 2 extension: installation

Install the IVO Marketplace Magento 2 extension and connect your store to IVO.

Download Magento extension (.zip)

Requirements

  • Magento 2.4.x or higher
  • PHP 7.4 or higher

Installation

Method 1: Composer (recommended)

composer require ivo/module-marketplace

bin/magento module:enable Ivo_Marketplace --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

Method 2: Manual installation (ZIP)

  1. Download the ZIP using the button above.
  2. Extract it into your Magento root directory (the app/ folder will merge automatically).
  3. Confirm the module is located at app/code/Ivo/Marketplace.
  4. Run the Magento commands:
bin/magento module:enable Ivo_Marketplace --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

Configuration (connect to IVO)

  1. In Magento Admin, go to Stores → Configuration → IVO → Configuration.
  2. Click Configure Plugin (or Authorize).
  3. You will be redirected to IVO to authorize the connection.
  4. After authorization, return to Magento and select your Merchant Point.
  5. Set Price Modifier (%) if you want to increase or decrease prices sent to IVO.
  6. Use Update stock on sale to automatically deduct local stock when a sale occurs on IVO.
  7. Click Save Config.

Usage

  • Status: open a product in admin and look for the IVO Marketplace tab/section to see listing status and URL.
  • Force sync: use the Force Sync action when you need to push changes immediately.
  • Price modifier: changing the percentage refreshes synced prices according to the configured value.
  • Stock update: when enabled, IVO sales update the local Magento stock.

Was this article helpful?

Share quick feedback so we can improve it.

Related articles

Merchant Integration

Merchant API reference

Full reference for the merchant API: authentication, every endpoint, and what each input and output field means.

Merchant Integration

Extensions: how they work

A generic overview of how IVO marketplace extensions typically install, authorize, sync, and report status.

Merchant Integration

OpenCart 4 extension: installation

Install the IVO Marketplace OpenCart extension and connect your store to IVO.

Merchant Integration

PrestaShop module: installation

Install the IVO Marketplace PrestaShop module and connect your store to IVO.