# Configuring Automatic Price Reduction for bol

{% hint style="info" %}
Note: Bol.com only offers reduced commission for selected articles. You can see if your products are eligible in your Bol.com seller account.
{% endhint %}

Bol offers reduced commission for certain products, only if they meet a specific maximum price. Read more about [reduced commission](https://partnerplatform.bol.com/nl/hulp-nodig/financien/gebruik-verlaagde-commissie/) on the bol website (Dutch). This functionality automatically changes your prices on Bol.com, it should only be used when the consequences are fully understood. We recommend reading up on the information Bol.com provides about this before enabling this functionality in Channable.

### Enable and configure automatic price reduction

You can enable automatic price reduction in *APIs > Build > Price reduction* step and enable the checkmark. Optionally you can configure an **allowable margin loss**. You can set a fixed price in euros or a variable field that contains a price value.

<figure><img src="/files/5133f9206a42cebe22af9afbcd9a904f9d5fba71" alt=""><figcaption></figcaption></figure>

Use cases

{% stepper %}
{% step %}

### Enable automatic price reduction, no allowable margin loss

If you do not set an allowable margin loss, the automatic price reduction will **only** trigger if it **doesn't** lead to a lower net profit. This is easiest explained with an example. Consider the following product: A children's toy. This has the following properties on Bol.com:

```
Price: 50.00
Commission: 8.00
```

However, Bol.com now offers to reduce their commission with € 5.00 if the price is a maximum of € 46.00. We make the following calculation:

```
Price: 50.00
Commission: 8.00
Net profit: 42.00

New price: 46.00
Commission: 3.00
Net profit: 43.00 -> higher than 42.00 -> Automatic price reduction triggered
```

In this use case the advantage is clear: you offer a lower price, but end up with a higher margin because the commission by Bol.com is also lowered. In this case we will automatically reduce the price to €46.00.
{% endstep %}

{% step %}

### Enable automatic price reduction, allowable margin loss of €2.00

{% hint style="warning" %}
Important: When using the "prioritize margins" option, our repricer will look for the highest possible price while still retaining the BuyBox. If this price will give you a higher net-profit than the reduced commission price would give you, the repricer will push a higher price. Keep in mind that the reduced commission price will therefore not always be used, even if you have the option enabled.
{% endhint %}

Sometimes there is a small net loss to take into account when reducing a price. For instance with the previous example, but now you have configured an allowable margin loss of €2.00.

```
Price: 50.00
Commission: 8.00
Net profit: 42.00

New price: 43.00
Commission: 3.00
Net profit: 40.00 -> 2.00 lower than 42.00

Allowable margin loss = € 2.00 -> Automatic price reduction triggered
```

In this case, the price ends up to be lowered to €43.00, because you allow for a loss of €2.00. If the allowable margin loss will be exceeded before a reduced commission can be applied, we do not lower the price automatically.

This use case can be relevant if there are multiple sellers for your product, and you want to aim for the buy-box. Even though you have less margin on this product, the price is even lower than without the allowable margin loss configured, so your chances of getting the buy-box increase.

{% hint style="danger" %}
Note: we do **not** guarantee in any way that allowing a margin loss will lead to the buy-box. Configuring an allowable margin loss is at your own risk.
{% endhint %}

Are you curious how this works in combination with the repricer? Then read [this](/list-advertise/bol/bol-repricer.md) article!
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://helpcenter.channable.com/list-advertise/bol/bol-repricer/configuring-automatic-price-reduction-for-bol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
