Install the Amazon Sales Channel extension
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.
Requirements
- Commerce instance: The Amazon Sales Channel extension can be installed on instances with Magento Open Source, Adobe Commerce, and Adobe Commerce on cloud infrastructure versions 2.3.x or later. It is no longer supported on 2.1, 2.2, or 1.x releases.
- Commerce web account: You should have a Commerce web account, which is used to create and track an API key.
- API key: Create an Amazon sales channel API key through your Commerce web account. The following instructions include these steps.
Install
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 name and version to your
composer.json
file. -
Navigate to your Commerce project directory and update your
composer.json
file.
code language-bash 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.
-
Add the Amazon sales channel API key
After installing, enter an API Key to complete configuration.
Set the Amazon channel configuration options
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
, andOnce 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.
Update the extension
-
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.