Only Amazon Sales Channel extension 4.0+ versions are supported for Adobe Commerce and Magento Open Source 2.4.x versions. If you are running a 2.3.x version, refer to the documentation for the compatible Amazon sales channel release. For more information about version compatibility, see the Availability page in the developer documentation.
The Amazon Sales Channel extension installs and adds features to integrate your Commerce catalog with Amazon Seller Accounts to sell through the Amazon Marketplace. To review additional information, see the Amazon Sales Channel page in Commerce Marketplace and the release notes.
For more detailed information about using Composer for this process, see the extension installation instructions in the developer documentation.
Log in to the Commerce Marketplace.
Click the Marketplace tab, and then click My Purchases.
Locate and select Amazon Sales Channel.
On the extension page, select the version.
For the component name and version, click Technical Details.
Use the name and version information to update the services connector entry in your composer.json
file.
Add the extension’s name and version to your composer.json
file.
Navigate to your Commerce project directory and update your composer.json
file.
composer require magento/services-connector:~1.0.3
Enter your authentication keys. Your public key is your username; your private key is your password.
Wait for Composer to finish updating your project dependencies and ensure that there are no errors.
After installing, enter an API Key to complete configuration.
You have the following options for configuring the Amazon sales channel. You do not need to modify these settings to begin onboarding and selling on Amazon. It is recommended that advanced administrators consider these options.
Log into the Admin.
On the Admin sidebar, go to Stores > Settings > Configuration.
Click Sales Channels, then Global Settings.
For Clear Log History, define the interval for clearing the collected logs.
Options include Once Daily
, Once Weekly
, and Once Monthly
(default).
(Optional) For Background Tasks (CRON) Source, change the setting to Command Line (CLI) CRON
.
This setting is recommended for advanced users/administrators.
Click Save Config.
Log in to the Commerce Marketplace.
Click the Marketplace tab, and then click My Purchases.
Locate and select Amazon Sales Channel.
On the extension page, select the version.
For the component name and version, click Technical Details.
Complete the extension upgrade instructions in the Installation Guide.