> 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-individually.md).

# Import products individually

Find a product on Amazon and import it to Shopify instantly. Every variant, image, and product description comes across automatically.

### 1. Copy the Amazon product URL

Open the product page on Amazon and copy the full URL from your browser's address bar. The format usually looks like **amazon.com/dp/XXXXXXXXXXX**.

<figure><img src="/files/eZQUAvBfNixyNk1PSEjX" alt=""><figcaption><p>Copy the full URL on the Amazon product page</p></figcaption></figure>

### 2. Paste the link and click Import

Open the **Amazon Importer** app from your Shopify admin. On the home page, paste the link into the **Amazon product link** field and click **Import**. The app reads the product structure — title, images, and variants — so you can review it before importing.

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

### 3. Review the preview and choose import settings

**Product info** — the title, images, and variants pulled from Amazon.

<figure><img src="/files/4R76SM3i9oiUs9KKA8iB" alt="Product preview with details"><figcaption><p>Product preview with details</p></figcaption></figure>

{% hint style="info" %}
**All images are imported for the main product. Each variant imports only one thumbnail image.**
{% endhint %}

**Import settings** — where you choose:

* **Inventory tracked** (on/off) and the **product quantity**
* **Continue selling when out of stock**
* The **product status** after import — **Active** (visible to customers) or **Draft** (so you can edit first)
* The **Collections** to add the product to

{% hint style="success" %}
Choose **Draft** if you want to edit the title, description, or price before customers can see the product.
{% endhint %}

<figure><img src="/files/jNzlW7bb11KUJW69e9aH" alt="Choose Active or Draft status"><figcaption><p>Options when importing products</p></figcaption></figure>

### 4. Click Add Product

The app applies your [pricing markup rules](/wilcode-apps/amazon-importer-app/how-to/set-up-pricing-and-markup.md), and creates the product on Shopify. You'll find it afterward on the **Products** page.

<figure><img src="/files/1lnFufCt96yUGnsfvF3W" alt=""><figcaption><p>Import successful, the product is now available on your Shopify store.</p></figcaption></figure>

{% hint style="info" %}
**Already imported this product?** The app detects duplicate products. Instead of creating a copy, it lets you update the existing product, keeping your collections and settings. **Variant prices, new variants, and other product details are refreshed automatically.**
{% endhint %}

{% hint style="warning" %}
**Remember:** the app runs in **manual mode**. Order fulfillment and shipping are your responsibility — auto-fulfillment is not available.
{% 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-individually.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.
