> 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/oneclick-amazon-importer.md).

# Oneclick Amazon Importer

Import Amazon products to your Shopify store in one click, with all variants, images, and descriptions. Start dropshipping from Amazon or earn affiliate commissions through Amazon Associates.

{% hint style="warning" icon="circle-info" %}
**Good to know:** The app runs in **manual mode** — order fulfillment and shipping are handled by you. Auto-fulfillment is not available.
{% endhint %}

## Getting started

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Step 1: Import from Amazon</strong></td><td>Paste an Amazon product URL. Import all variants, images, and descriptions automatically.</td><td><a href="/pages/HP5wO70zBgufUalX6owv">/pages/HP5wO70zBgufUalX6owv</a></td><td><a href="/files/5wWLUuPdqrOqZrEGZPKR">/files/5wWLUuPdqrOqZrEGZPKR</a></td></tr><tr><td><strong>Step 2: Set up pricing &#x26; markup</strong></td><td>Choose a Multiplier or Fixed markup. Apply it store-wide, by collection, or per product.</td><td><a href="/pages/c2HOHz73wZGaJjp8nRMu">/pages/c2HOHz73wZGaJjp8nRMu</a></td><td><a href="/files/ZveUZeptA5DkjvmQTT9Y">/files/ZveUZeptA5DkjvmQTT9Y</a></td></tr><tr><td><strong>Step 3: Keep prices &#x26; stock in sync</strong></td><td>Automatically sync Amazon prices and availability for up to 1,500 variants daily.</td><td><a href="/pages/3cskhdNz5j4pvWC5LRIu">/pages/3cskhdNz5j4pvWC5LRIu</a></td><td><a href="/files/2LnLHlfbRDhmrTFEV6hD">/files/2LnLHlfbRDhmrTFEV6hD</a></td></tr></tbody></table>

Prefer to earn commissions instead of fulfilling orders yourself? See the [affiliate guide](/wilcode-apps/amazon-importer-app/faq/amazon-importer-101-an-affiliate-guide.md) to add a **Buy on Amazon** button to your products.

## Frequently asked questions

<details>

<summary>Which Amazon marketplaces are supported?</summary>

The app supports imports from most Amazon marketplaces worldwide, including the US, Canada, UK, Germany, France, Italy, Spain, Japan, Australia, and more.

Select the correct marketplace in **Settings** (Store defaults) before importing to ensure the product is imported with the correct price and currency.

{% hint style="info" %}
You can import products from any supported Amazon marketplace, even if it uses a different currency than your Shopify store. The app automatically converts prices to your store's currency during import.
{% endhint %}

</details>

<details>

<summary>What is the difference between dropshipping and affiliate mode?</summary>

In **dropshipping mode** you sell the product on your own store, set your own price with markup, and fulfill each order manually by buying it on Amazon and shipping it to your customer.

In **affiliate mode** you add a **Buy on Amazon** button to the product. The customer buys on Amazon and you earn a commission through Amazon Associates — no fulfillment needed.

See the [dropshipping guide](/wilcode-apps/amazon-importer-app/faq/amazon-importer-101-a-dropshipping-guide.md) and the [affiliate guide](/wilcode-apps/amazon-importer-app/faq/amazon-importer-101-an-affiliate-guide.md).

</details>

<details>

<summary>How does price and stock auto-sync work?</summary>

When auto-sync is on, the app updates your product prices and availability to match Amazon automatically. Any markup you configured is re-applied to the new Amazon price.

The app reads the **availability status** (in stock / out of stock), not exact Amazon quantities, and processes up to **1,500 variants per day**.

Full details: [How price and stock auto-sync works](/wilcode-apps/amazon-importer-app/faq/how-price-and-stock-auto-sync-works.md).

</details>

<details>

<summary>Can I import many products at once?</summary>

Yes. On paid plans you can **import by seller** (pull products from a seller's storefront) or **bulk import** from a CSV file or a pasted list of URLs.

See [Import products by seller](/wilcode-apps/amazon-importer-app/how-to/import-products-by-seller.md) and [Bulk import from CSV or a URL list](/wilcode-apps/amazon-importer-app/how-to/bulk-import-from-csv-or-url-list.md).

</details>

<details>

<summary>How much does it cost?</summary>

The app has a **Free** plan and paid plans. Each plan has a monthly import allowance and unlocks more features as you move up.

See [Subscription questions](/wilcode-apps/amazon-importer-app/faq/subscription-questions.md) for billing details and how to cancel.

</details>

## Need help?

{% hint style="info" icon="comments-question" %}
**Have a question?** 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 %}

<p align="center"><a href="https://tawk.to/chat/6a328f3217693e1d43ea90f9/1jranuncv" class="button primary">Live Chat</a></p>


---

# 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/oneclick-amazon-importer.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.
