> 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/how-pricing-and-markup-are-applied.md).

# How pricing and markup are applied

This page explains how the app decides the final selling price of a product.

## The formula

The final price is always based on the **current Amazon price** plus your **markup**:

* **Multiplier** – Multiplies the original price by a percentage. For example, a **100%** markup on a **$15** product makes the final price **$30**.
* **Fixed** – Adds a fixed amount to the original price. For example, a **+$5** markup on a **$10** product makes the final price **$15**.

If you import a product priced in a different currency, the app converts the Amazon price to your store's currency before applying markup.

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

## Which rule wins

You can have several markup rules at once. When more than one could apply to a product, the app uses this priority order:

1. **Product override** — markup set on an individual product (highest priority).
2. **Collection rule** — markup set for a collection.
3. **Default markup** — your store-wide default.

So a product override always beats a collection rule, and a collection rule always beats the default markup.

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

## When prices are recalculated

The markup is applied:

* When you **import** a product.
* When you change a rule and tick **Apply to existing products**.
* When you set a **per-product override** (the new price is applied immediately).
* On every **auto-sync** update, when the Amazon price changes.

{% hint style="info" %}
Changing the **default** markup doesn't re-price existing products unless you tick **Apply to existing products** when you save.
{% 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/how-pricing-and-markup-are-applied.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.
