> 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/faq/amazon-importer-101-a-dropshipping-guide.md).

# Amazon Importer 101: a dropshipping guide

This guide explains how to run a dropshipping store with Oneclick Amazon Importer — from importing your first product to fulfilling an order.

{% hint style="warning" %}
The app runs in **manual mode**. You fulfill each order yourself by buying the item on Amazon and shipping it to your customer. Auto-fulfillment is not available.
{% endhint %}

## How dropshipping works here

1. You **import** a product from Amazon into your store.
2. You add a **markup** so you sell above the Amazon price.
3. A customer buys it on **your store** and pays your price.
4. You **buy the item on Amazon** and ship it to your customer's address.
5. The difference between your price and the Amazon price is your profit.

## Step 1 — Import products

Import products one at a time from a URL, from a seller's storefront, or in bulk from a list.

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

## Step 2 — Set your prices

Decide how much profit to add on top of the Amazon price using a multiplier or a fixed amount. You can set a store-wide rule, per-collection rules, or override a single product.

→ [Set up pricing and markup](/wilcode-apps/amazon-importer-app/how-to/set-up-pricing-and-markup.md)

<figure><img src="/files/rkOPpd7H9k57tpIynuJR" alt=""><figcaption><p>Example calculation</p></figcaption></figure>

## Step 3 — Keep prices and stock current

Turn on auto-sync so your store follows Amazon's prices and availability automatically — up to 1,500 variants per day.

→ [Turn on price and stock auto-sync](/wilcode-apps/amazon-importer-app/how-to/turn-on-price-and-stock-auto-sync.md)

## Step 4 — Fulfill an order

When you receive an order:

1. Open the same product on Amazon.
2. Buy it and enter **your customer's** shipping address (not your own).
3. When Amazon provides tracking, mark the order **fulfilled** in Shopify and add the tracking number.

{% hint style="info" %}
With **Sync stock** enabled, products that go out of stock on Amazon are automatically marked as unavailable in your store, so customers can't order something you can't buy.
{% 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/faq/amazon-importer-101-a-dropshipping-guide.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.
