> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/list-advertise/bol/bol-repricer/how-does-volume-discount-work-for-products-included-in-my-bol-repricer.md).

# How does volume discount work for products included in my bol Repricer?

{% hint style="info" %}
If you haven't configured the Bol.com Repricer yet, read [this article](/list-advertise/bol/bol-repricer/configuring-the-bol-repricer.md) first.
{% endhint %}

{% hint style="warning" %}
Bol.com applies a price range for advertised products. The policy doesn't allow prices below 1 euro or above 9999 euro and could affect your products when applying volume discounts.

The price of a product could fall outside the permitted range for specific 'quantity-discount bundles' when certain volume-discount settings are applied. The product will still be repriced, but the price update will not be available for products that fall outside the allowed price range. To prevent this from happening: check your API if you have products that fall outside the allowed price range and exclude or amend these to avoid issues.
{% endhint %}

Next to the ['regular' Volume discount settings in the *Build*](/list-advertise/bol/list-items-on-bol/configure-volume-discounts-for-bol.md) step of your Bol.com API, you can also set up volume discount in the **Repricer rules**.

{% hint style="warning" %}
IMPORTANT: As a general rule, the Repricer overrules the 'regular' volume discount for all products included in your Repricer rules. Therefore, if you want to apply volume discount to products included in your Repricer rules you need to configure the Volume discount in the Repricer rules instead of the *Build* step.
{% endhint %}

To configure this, navigate to: APIs > Bol.com > Rules > Repricer rules > Bol.com options. Here you will find an overview of your reprice rules, including the option to configure **volume discount** in each reprice rule:

<figure><img src="/files/46c5f3e85465b5b6371c794d58dbb10adfa3a88a" alt=""><figcaption></figcaption></figure>

Note that the Bol.com options with the volume discount setting can be 'collapsed' and not fully visible. You can click on 'Expand' to fully show the Volume discount settings.

You can add up to three volume discount options with a fixed quantity and a fixed or percentage discount. The volume discount you select for the repricer will **overwrite** the volume discount settings in the *Build* step, but **only for repriced products**.

For products for which you want to use volume discount, but which are not included in the Repricer, you can set the volume discount for these products in the *Build* step of the Bol.com API. These will then **not be overwritten** by the Repricer.

To learn more about setting up the 'regular' volume discount for Bol.com, read [How do I add volume discount to my Bol.com API?](/list-advertise/bol/list-items-on-bol/configure-volume-discounts-for-bol.md).


---

# 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://helpcenter.channable.com/list-advertise/bol/bol-repricer/how-does-volume-discount-work-for-products-included-in-my-bol-repricer.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.
