This article is for Marketplacer customers using Adobe Commerce (Magento 2) as their e-commerce platform. If you’re a seller using Adobe Commerce to supply products to Marketplacer, see Adobe Commerce (Magento 2) for Sellers.
Prerequisites
Before installation, ensure you have the following:
- Marketplacer Production and Staging environments with full admin access.
- Marketplacer API Key and HTTP authorization. Learn more.
- Adobe Commerce username and password (from the original purchase).
- Adobe Commerce Composer.
- Store URL and API token with permissions for all required endpoints. Learn more.
Extension packages
The extension includes the following modules:
Package |
Contents |
Base |
|
Brands API |
|
Brand |
|
Seller API |
|
Seller |
|
Marketplacer |
|
Terms reference
- PDP: Product Description Page
- PLP: Product Landing Page
- SLP: Sub-category Landing Page
- SDP: Subcategory Description Page
- BLP: Brand Landing Page
- BDP: Brand Description Page
- ACL: Access Control List
Installation steps
- Access the Adobe Commerce Server where the platform is installed.
- Open the project root folder (for example, /app) in Adobe Commerce Composer and run:
-
composer require marketplacer/magento2-plugin-metapackage
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
-
-
After installation, the following tables will be created in the database:
-
Marketplacer_brand
-
Marketplacer_seller
-
- Verify Installation:
- Go to Stores > Configuration in Adobe Commerce.
- Confirm that a new Marketplacer menu appears with Seller Settings and Brand Settings.
- Theme Compatibility Check:
- If using a custom theme, ensure the new brand and seller information is displayed correctly on the storefront. Adjust styling as needed.
After completing the steps above, refer to the Connect Marketplacer to Adobe Commerce (Magento 2) article.
Related articles