# Find your Amazon seller ID

Your Amazon seller ID (also called Merchant Token or Merchant ID) is a 14-character string used to connect the Amazon Reviews app to your Amazon storefront. Here are two ways to find it.

### What the seller ID looks like <a href="#format" id="format"></a>

The seller ID appears in your Amazon storefront URL after `seller=`. It is always a 14-character alphanumeric string:

{% hint style="success" %}
EXAMPLE URL: <https://www.amazon.com/sp?seller=A2VVT1LRSM2BII>
{% endhint %}

{% hint style="info" icon="lightbulb" %}
Make sure the domain matches your marketplace: **.com** for US, **.co.uk** for UK, **.de** for Germany, and so on. Use the same domain where your reviews are.
{% endhint %}

### Two ways to find your seller ID  <a href="#methods" id="methods"></a>

<table data-card-size="large" data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><h4 id="methods"><strong>From your storefront URL</strong><br></h4><ul><li>Go to your <strong>Amazon storefront page</strong>.</li><li>Look at the URL in your browser. The seller ID is the value after seller=in the URL.</li><li>Copy it and paste it into the Reputon app.</li></ul></td></tr><tr><td><h4><strong>From Amazon Seller Central</strong></h4><p></p><ul><li>Log in to <a href="https://sellercentral.amazon.com">sellercentral.amazon.com</a>.</li><li>Go to <strong>Settings → Account Info</strong>.</li><li>Find the <strong>Merchant Token</strong> section. That is your seller ID.</li><li>Or use this direct link: <a href="https://sellercentral.amazon.com/sw/AccountInfo/MerchantToken/step/MerchantToken">Merchant Token page</a></li></ul></td></tr></tbody></table>

### Finding the ID via a product listing <a href="#via-listing" id="via-listing"></a>

If you do not have access to Seller Central, you can find your seller ID through any of your active Amazon product listings:

* Open any of **your active Amazon listings**.
* Find the **Sold by** section on the listing page and click your seller name.
* Copy the seller ID from the storefront URL (the part after `seller=`).

<figure><img src="/files/AfY2R9WKdmCZ2aoN4Pqn" alt=""><figcaption><p>The seller ID is the 14-character string in the URL after "seller="</p></figcaption></figure>

### Paste the seller ID into Amazon Reviews <a href="#paste" id="paste"></a>

<figure><img src="/files/RJTXNc5cVhbNS5GRP7BT" alt=""><figcaption><p>Paste your seller ID into the app and click Save to import reviews</p></figcaption></figure>

{% hint style="success" %}
Seller reviews sync automatically every 24 hours. You do not need to re-enter your seller ID unless you want to switch to a different Amazon account.
{% endhint %}

***

{% hint style="info" %}
**Need assistance? We're here to help:** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)
{% endhint %}


---

# 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://reputon.gitbook.io/reputon-help/amazon-reviews-app/how-to/find-your-amazon-seller-id.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.
