> For the complete documentation index, see [llms.txt](https://reputon.gitbook.io/reputon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reputon.gitbook.io/reputon-help/amazon-importer-app/how-to/import-products-by-seller.md).

# Import products by seller

Import all products from a specific Amazon seller in bulk, no need to copy each URL individually. Just find the seller's page link and paste it into the app.

{% hint style="danger" %}
**Important:** Products **"Sold by Amazon"** cannot be imported. This feature only works with third-party sellers on Amazon Marketplace.
{% endhint %}

| ✅ SUPPORTED SELLER LINK FORMATS                                                   |
| --------------------------------------------------------------------------------- |
| Format 1: <https://www.amazon.com/s?me=A3ZMKKG8M4M0B&marketplaceID=ATVPDKIKX0DER> |
| Format 2: <https://www.amazon.com/sp?seller=AJL778CIT9231>                        |
| Format 3: <https://www.amazon.com/s?me=A3ZMKKG8M4M0B>                             |

#### Go to an Amazon product page and find the seller

Open any product from the seller you want to import. On the product detail page, find the **"Sold by"**&#x73;ection and click the seller's name link.

<figure><img src="/files/96kAUXDVvDZf0XyD0mD6" alt=""><figcaption><p>Click the seller's name in the "Sold by" section on the product page</p></figcaption></figure>

#### Copy the "See all products" link from the seller page

On the seller's storefront, scroll down to the **Products** tab and click **"See all products"**. Copy the URL from your browser's address bar, this is the link you'll paste into the app.

<div><figure><img src="/files/udLgFFzZRf1QLqSZ90jm" alt=""><figcaption><p>Seller storefront — click "See all products"</p></figcaption></figure> <figure><img src="/files/QAKSQCVFMgZBvR9FufxB" alt=""><figcaption><p>Copy the URL from the browser address bar</p></figcaption></figure></div>

{% hint style="info" %}
Make sure the URL matches one of the **3 supported formats** shown above. If it doesn't, try clicking "See all products" again.
{% endhint %}

#### Paste the link into the app and select products

Go to the Amazon Importer app in your Shopify admin. Paste the seller link and click **Import**. The app will load all the seller's products and select them all by default, deselect any you don't want to import.

<figure><img src="/files/NxIsKeWrl1cOzWcNguxK" alt=""><figcaption><p>Deselect any products you don't want, then confirm the import</p></figcaption></figure>

{% hint style="info" %}
All products are imported as **Draft** by default so you can review and edit them before publishing to your store.
{% endhint %}

***

{% hint style="info" icon="comments-question" %}
**Questions about the feature or 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://reputon.gitbook.io/reputon-help/amazon-importer-app/how-to/import-products-by-seller.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
