> 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-an-affiliate-guide.md).

# Amazon Importer 101: an affiliate guide

This guide explains how to use the app in **affiliate mode** — you showcase Amazon products on your store, and earn a commission when customers buy them on Amazon.

## How affiliate mode works

1. You **import** Amazon products into your store as a catalog.
2. Each product shows a **Buy on Amazon** button.
3. A customer clicks the button and is sent to Amazon with your **affiliate tag**.
4. When they buy, you earn a **commission** through Amazon Associates.
5. You never hold inventory or fulfill orders.

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

{% hint style="success" %}
Affiliate mode is the lowest-effort way to start: there's no order fulfillment, shipping, or customer service for purchases — Amazon handles all of it.
{% endhint %}

## Step 1 — Get an Amazon Associates account

Sign up at [affiliate-program.amazon.com](https://affiliate-program.amazon.com). Once approved, find your **tracking ID** (affiliate tag) in the Associates dashboard — it looks like `yourstore-20` for U.S. accounts.

{% hint style="warning" %}
New Associates accounts must make at least **3 qualifying sales within 180 days**, or Amazon may close the account.
{% endhint %}

## Step 2 — Import products

Import the products you want to promote, the same way as in dropshipping.

→ [Import products individually](/wilcode-apps/amazon-importer-app/how-to/import-products-individually.md)

## Step 3 — Add the Buy on Amazon button

Enter your affiliate ID, customize the button, and enable the app embed in your theme.

→ [Set up the Amazon affiliate button](/wilcode-apps/amazon-importer-app/how-to/set-up-the-amazon-affiliate-button.md)

## Step 4 — Choose where it appears

The button shows on all imported products by default. Hide it on specific products if you want.

→ [Control Amazon button visibility](/wilcode-apps/amazon-importer-app/how-to/control-amazon-button-visibility.md)

***

{% 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-an-affiliate-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.
