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

# Import products by seller

Instead of importing one URL at a time, you can browse a seller's storefront inside the app and import several products at once.

{% hint style="danger" %}
**Important:** Import by Seller is only available for third party Amazon Marketplace sellers. Sellers that are **Sold by Amazon** are not supported because their full product catalog cannot be scanned.
{% endhint %}

{% hint style="success" %}
**Accepted Seller Link Formats**

<https://www.amazon.com/s?me=A2WXR6SEL7A40M&marketplaceID=ATVPDKIKX0DER>

<https://www.amazon.com/s?me=A2WXR6SEL7A40M>

<https://www.amazon.com/sp?seller=A2WXR6SEL7A40M>

<https://www.amazon.com/s?ie=UTF8&marketplaceID=ATVPDKIKX0DER&me=A2WXR6SEL7A40M>
{% endhint %}

### Find the seller on Amazon product page

Go to the product page of the item you want to import, find the **Sold by** section, and click on the seller's name

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

### Click "See all products" to view the seller's page.

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

### Copy the URL from your browser's address bar

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

{% hint style="info" %}
Make sure the seller link is in one of the supported formats.
{% endhint %}

## Bulk Import Instructions

### 1. Paste the seller storefront link

On the Amazon Importer app home page, click **Bulk Import.** By default, the app opens to the **Import from Seller Link** tab.

Paste the link to the **seller's storefront** and run the search. The app lists the products available from that seller.

<figure><img src="/files/GUmUtSIyFPrwyaM3iZmn" alt=""><figcaption><p>Products from the seller's storefront are displayed and ready for import.</p></figcaption></figure>

### 2. Select the products to import

* Use the checkboxes to select the products you want.
* Click **Load more** to page through additional results.
* The **Status** column shows which products you've already imported, so you don't import duplicates.

### 3. Import your selection

Click Import to import every selected product. The app adds the imported products to your **Shopify store** and reports the result for each one (success or error).

<figure><img src="/files/PVQrns4RmWwqOWwGV2BU" alt=""><figcaption><p>Products that have already been imported are labeled <em><strong>Imported</strong></em>, making them easy to identify.</p></figcaption></figure>

{% hint style="info" %}
Prefer to work from a spreadsheet or a list of links? See [Bulk import from CSV or a URL list](/wilcode-apps/amazon-importer-app/how-to/bulk-import-from-csv-or-url-list.md).
{% endhint %}

***

{% hint style="info" icon="comments-question" %}
**Need help?** Open the **Support** menu in the top-right corner of any app page and choose [Live Chat](https://tawk.to/chat/6a328f3217693e1d43ea90f9/1jranuncv) or **Email support**.
{% 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://wilcode-net.gitbook.io/wilcode-apps/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.
