> 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/bulk-import-from-csv-or-url-list.md).

# Bulk import from CSV or a URL list

When you already have a list of products, you can import them all with a single action instead of importing them one by one.

### 1. Open Bulk Import

On the app home page, click **Bulk Import**, then open the **Import from CSV / Text** tab.

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

### 2. Add your product links

Choose one of two ways to provide the links:

* **Paste URLs** — paste a list of Amazon product URLs, one per line.
* **Upload File** — upload a **CSV** or **TXT** file. The app reads the first column of each row.

{% hint style="info" %}
Duplicate links within the same batch are removed automatically, so you won't import the same product twice.
{% endhint %}

<figure><img src="/files/meXvqmAPYq9rS9ApEJIq" alt=""><figcaption><p>Paste a list of Amazon product URLs, one per line.</p></figcaption></figure>

<figure><img src="/files/yrcnCD5vilawXDUP1dgq" alt=""><figcaption><p>upload a <strong>CSV</strong> or <strong>TXT</strong> file. The app reads the first column of each row.</p></figcaption></figure>

### 3. Import

Review the list of Amazon product URLs, then click **Import** to start importing them into your Shopify store.

Once the import is complete, the app displays a report showing the success or failure of each product.

<figure><img src="/files/KCJf8530vdfCsmz0jnPG" alt=""><figcaption><p>Review the import list and click Import.</p></figcaption></figure>

***

{% 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/bulk-import-from-csv-or-url-list.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.
