# Volume discount based on quantity for eligible products

A quick video walkthrough of the volume discount based on quantity of the item added to cart.

{% embed url="<https://drive.google.com/file/d/1CeitU_3nggvlHFw--wZP6rCxe0niMLX0/view?usp=sharing>" %}

If you prefer reading about it - skip the video and carry on!

We can configure volume discounts using the rule builder UI to give a percentage off the eligible item when a certain volume count (qty in cart) is met for that line item.

You can set up volume discounts to give a percentage off when a certain quantity is met in the cart.

<table><thead><tr><th width="80">Tier</th><th width="115">Discount</th><th>Rule</th></tr></thead><tbody><tr><td>1</td><td>15% off</td><td>Applies to items in the specified collection with > 2 qty in cart</td></tr><tr><td>2</td><td>20% off</td><td>Applies to items in the specified collection with > 5 qty in cart</td></tr><tr><td>3</td><td>25% off</td><td>Applies to items in the specified collection with > 8 qty in cart</td></tr></tbody></table>

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

Please ensure to use discount application strategy to use \`Maximum\` as this ensures that "Only apply the discount that offers the maximum reduction." the maximum discount applicable is applied to the line.

{% hint style="info" %}
Here we assume that the volume discounts are configured to be applicable only for the products that are part of the collection called "Hydrogen"
{% endhint %}


---

# 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://help.dollarlabs.io/dollarlabs-ultimate-discounts/discount-engine-v1/examples-v1/product-discount-examples-v1/volume-discount-based-on-quantity-for-eligible-products.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.
