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

# Import products individually

Once you've found a product on Amazon you want to sell, import it to your Shopify store in just a few clicks - with all variants, images, and descriptions included automatically.

{% hint style="success" icon="lightbulb" %}
**Tip:** You can import any product from any Amazon marketplace. Make sure you've selected the correct marketplace in **Settings → Marketplace** before importing.
{% endhint %}

### Copy the Amazon product URL

Open the product page on Amazon. Copy the full URL from your browser's address bar. It should look like: **amazon.com/dp/B0XXXXXXXXX**

<figure><img src="/files/KwIxYbMKs3F7BcdcNRNM" alt=""><figcaption><p>Copy the full URL from the browser address bar on the Amazon product page</p></figcaption></figure>

### Paste the URL into the app and click Import

Open the Amazon Importer app in your Shopify admin. Find the **Import new product** section, paste the URL into the **Amazon product link** field, then click **Import**.

<figure><img src="/files/ashxITi6j2kc7rsl2INF" alt=""><figcaption><p>Paste the Amazon URL and click the Import button</p></figcaption></figure>

### Review the product preview and choose a status

The app will show a preview of the product with all its details. Choose whether to publish it as **Active**(visible in your store immediately) or save it as a **Draft** (to edit before publishing).

<div><figure><img src="/files/u6RKe8Uuv9RYTKBi9faS" alt=""><figcaption><p>Product preview with details</p></figcaption></figure> <figure><img src="/files/BxOVnXyaJe3leMvznBWs" alt=""><figcaption><p>Choose Active or Draft status</p></figcaption></figure></div>

<figure><img src="/files/SbOcCwTwsQKW2VJZdUIN" alt=""><figcaption><p>Import completed. The product is now in your Shopify store</p></figcaption></figure>

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

{% hint style="warning" %}
**Remember:** The app operates in **manual mode**. Order fulfillment and shipping are your responsibility, auto-fulfillment is not available.
{% endhint %}

***

{% hint style="info" icon="comments-question" %}
**Questions about Amazon Importer 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-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.
