# Amazon

Want Linkolis to automatically import your Amazon orders and keep your stock in sync? Follow the steps below to connect your Amazon Seller account to Linkolis.

Linkolis integrates with Amazon using the **Selling Partner API (SP-API)** — Amazon's current and official integration standard. The connection uses a secure **OAuth 2.0** authorization flow: no credentials need to be copied manually.

***

### Prerequisites

Before you start, make sure you have:

* An active **Amazon Seller Central** account
* Seller Central login credentials (email + password)
* Seller Central access to the marketplace you want to connect

***

### Step 1 — Open the Apps section

<figure><img src="/files/5K6uZDZrBFxs4FZUWVJK" alt=""><figcaption></figcaption></figure>

From the left sidebar, click **Apps**. You will land on the **My Applications** page.

***

### Step 2 — Open the application catalogue

Click the **+** button in the top-right corner to open the **All Applications** catalogue.

***

### Step 3 — Install the Amazon app

Find **Amazon** in the catalogue and click **Install**. A configuration panel will slide open on the right.

***

### Step 4 — Configure the integration

<figure><img src="/files/vORarJ5BFaACAGntX4Ow" alt="" width="375"><figcaption></figcaption></figure>

Fill in the two fields in the panel:

| Field                            | Description                                                                                                                          |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Application name**             | A label for this integration. Defaults to "Amazon". Rename it to identify the marketplace if needed (e.g. "Amazon DE", "Amazon FR"). |
| **Marketplace ID**               | Select the country of the Amazon marketplace you want to connect.                                                                    |
| **Synchronization stock update** | When checked, Linkolis will automatically push stock level updates to your Amazon listings.                                          |

Once filled in, click **Confirm**.

***

### Step 5 — Authorize Linkolis on Amazon Seller Central

<figure><img src="/files/tPxZBfj1cQUYFZyrYq78" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/aWsFUi18NYOLZyzbVHdj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/roD7NKJfJm1Ys4N8FqB2" alt=""><figcaption></figcaption></figure>

After clicking **Confirm**, you will be **redirected to Amazon Seller Central** to authorize the connection. This is the standard Amazon SP-API OAuth flow.

On the Amazon authorization page:

1. **Sign in** to your Amazon Seller Central account if prompted
2. **Review the permissions** that Linkolis is requesting (order management, inventory updates)
3. Click **Confirm** to grant access

Amazon will then redirect you back to Linkolis automatically.

> **Important:** Make sure you are logged into the correct Seller Central account before authorizing. The authorization applies to the marketplace you selected in Step 4.

***

### Step 6 — Verify the connection

Once redirected back to Linkolis, the Amazon app will appear in your **My Applications** list. Click the wrench icon to open the configuration panel. A blue **"Module installed correctly"** banner confirms the integration is active and authorized.

***

### What happens next?

Once connected, Linkolis will automatically:

* **Import new orders** from your Amazon marketplace
* **Update stock levels** on Amazon in real time (if synchronization stock update is enabled)

You can reconfigure or delete the integration at any time from the **My Applications** page using the wrench (edit) or trash (delete) icon.

***

### Troubleshooting

**The "Module installed correctly" banner does not appear** The OAuth authorization may not have completed. Click the wrench icon on the Amazon app and go through the Confirm → Amazon authorization flow again.

**I authorized the wrong Seller Central account** Delete the Amazon app from My Applications and reinstall it, making sure to sign in to the correct Seller Central account during the authorization step.

**I need to connect multiple Amazon marketplaces** Install one Amazon app per marketplace. Use distinct application names (e.g. "Amazon FR", "Amazon DE") to tell them apart.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linkolis.com/apps-and-integrations/amazon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
