# How to Create a Product Level Volume Discount Setup : Buy More, Save More🤔

<mark style="color:$success;background-color:$success;">**Objective: Offer customers progressive savings based on the quantity of Items they purchase. e.g., Buy 2 Items → Get 25% off or Buy 3 Items → Get 30% off**</mark>

### Step 1: Start Creating the Discount Function

* Go to app's dashboard and click on **Create Function.**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkorDUPoCg4EYpcpHq5gfCsrGSP5rhI8pvsN1Wfco6BH8PehQPQJaamZvp6OfqYv9J_W7XIsRO3HW03A7TJ0GD0Ipl_eoS7cRDAsDlbzDg-NynY4-nXy67n59nTPXf9iG-jP4oSA?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

* Choose **Discount Functions** from the available list.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeHc1QyoKeEoe_L2KnYNqpBQNsp4wLoWibk_TL9kWyPeZ9IZ4Si7wQf267erNYdttbo6PIXvz0v7y_E6VQhND562bXjHXLsosrpLwAfLjdAn2uL930jzt48Z65OQSYxmBK11Aw2?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

* Select **Amount Off Product** as your **function type.**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe0Mcu98sp10oiKZZIm2DyrtDlWdy_Nee3dzAzHqVlsLIqtpolRfHIVVhKXAbAxdl_3J2f4mcpdOIzCk40H1ZRhlHvD-QOC_thjbF_DHNPwehzpSqAC4MEDrjMl2uYqKzvNqWMcbQ?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

### Step 2: Choose Campaign Type and Configure Conditions

* On the new screen, set the **Campaign Type** to **Volume Discount.**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeHdFzDSNmyTyHNLtLHtqE3XVBf8SOenGQ-1gYdQ_Z8mepiUm79VgTYA-Tu-qLjYqbjgGc6o5d1OveOQ_iyJs7vd4snL0KCpHWR8225PvbqRbvhvP4PS3xcBJUXypHd5bqFgvsr1g?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

### Step 3: Add Tier Conditions

#### Create conditions based on quantity:

* **Tier 1:**
* **Quantity:** Exactly 2
* **Discount:** 25% off<br>
* **Tier 2:**
* **Quantity:** 3 or more
* **Discount:** 30% off

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfcdQQY3LkIuRl1Lt9-A1nCxTMslpMWxtweDRu4VrsFjezgchYl_om2BqLOApIsxprvbDOSSdMb35bhAp3D38F9XXPBCNm8JV8kbR-mDaPmdyQRIgHDsXBRGIUT3cR7okautEm3?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

### **Step 4: Save the Function**

* Click **Save Function.**
* Your **tiered volume discount** is now **active! 🎉**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXexP7ey6BF4GIzVFge2Q_0DI6YHSA8Jh-o1LGCUuRe4tKjt2aHUtchWRlNlgB2CAaTxtltJT2YmVUXjivoeE9Z_YWB3byr4-6ZPD4QL8IsY2CyD2n3DIjTj91jcpDSgnVz-4MB8Hg?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

**🎉 Your Tiered Discount** is now **active!** Customers will **enjoy 25% off** when they **buy 2 Items** and **30% off** when they **buy 3 or more. 🛍️💸**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeHgWhTJpbI9NYLjGiD2NTEf5zyHb4RLgTFu8FcTwo0nufVXcoRWq1vACKX7Ss8Pk1MBy3ATm3bEYm8bhToI0K2V4LqKL1ZPXAS9pbMbRd0udCSHTdViUJgwSreDZusojaBO5XOBg?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=SAhIavAY4co>" %}


---

# 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://nexus-functions-creator-and-disc.gitbook.io/nexus-functions-creator-and-discounts/faqs/how-to-create-a-product-level-volume-discount-setup-buy-more-save-more.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.
