> 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/list-items-on-bol/how-do-i-remove-the-volume-discount-from-bol.md).

# How do I remove the volume discount from bol

If you want to remove the volume discount you set up for Bol.com, follow these steps:

{% stepper %}
{% step %}

### Remove volume discount settings from Build

Remove all volume discount settings from the *Build* step.
{% endstep %}

{% step %}

### Pause or remove the volume discount rules

Pause or remove the volume discount rules from the *Rules* step.
{% endstep %}

{% step %}

### Force a price update to bol

You now need to force a price update to bol on all of your products. To do this, add a rule that applies to the field you are using as the normal price in the *Build* step.

Example rule (visual):

<figure><img src="/files/1e3bb593c5254545a5b2830c9ef681852bd02f62" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Run the Bol.com API with the 1 cent-rule active

Run your bol channel again while the 1 cent-rule is active so bol receives the forced price update.
{% endstep %}

{% step %}

### Pause/remove the 1 cent-rule and run the API again

Pause or remove the 1 cent-rule and run your channel again to re-send your original prices.
{% endstep %}
{% endstepper %}

Bol will process the updated prices and will see that you are now only sending a normal price, no volume discount prices. Bol.com will then remove the volume discount from your products.


---

# 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/list-items-on-bol/how-do-i-remove-the-volume-discount-from-bol.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.
