# Tiered Discount

**Example user case**

* Buy 1 to 5 items: No discount is applied.&#x20;
* Buy 6 to 10 items: Only the 6th to 10th items receive a 10% discount.&#x20;
* Buy 11 to 20 items: Only the 11th to 20th items receive a 15% discount.

**Example in Action:**

* If a customer buys 4 items, they pay the full price for all 4 items (no discount).&#x20;
* If a customer buys 8 items, they pay full price for the first 5 items, and the next 3 items (6th, 7th, 8th) receive a 10% discount.&#x20;
* If a customer buys 15 items, they pay full price for the first 5, a 10% discount on the next 5 (6th to 10th), and a 15% discount on the last 5 (11th to 15th).&#x20;

The discount is applied in tiers based on the quantity ranges defined.

### Select Tired Discounts

<figure><img src="https://62681540-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8LQe4uuTLE7aGCI7xhBW%2Fuploads%2FiCQ0C5XEOb59O48pZNh8%2Fimage.png?alt=media&#x26;token=5aad9439-db09-4ad2-9f21-3889164de8bc" alt=""><figcaption></figcaption></figure>

* Setup quantity rules, product assign, apply to customer, and schedule similar to quantity breaks

<figure><img src="https://62681540-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8LQe4uuTLE7aGCI7xhBW%2Fuploads%2Fb6pneWbsSZGI9FyK7Kal%2Fimage.png?alt=media&#x26;token=f7d76069-a8c1-4155-8109-451d33ca9f45" alt=""><figcaption></figcaption></figure>
