> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/manage-inventory/manage-discounts-and-sales/assigning-discounts-to-items.md).

# Assign discounts to items

There are two ways to assign discounts to items. You can:

* Open each item individually and assign the discount on the Discounts tab
* Use the Advanced Item Wizard to assign discounts to multiple items at the same time

{% hint style="info" %}
Define discounts in **Merchandising** | **Discounts**.
{% endhint %}

## **Assign discounts to individual items**

1. Click **Merchandising**.
2. Click **Items**.
3. Double-click the item to open it.
4. Click the **Discounts** tab.
5. Select one of the following:

* **There is no discount scheme for this item:** Select this option if no discount scheme applies to this item, or to stop using a discount scheme for the item.
* **Use a Mix and Match discount scheme**: From the **Discount scheme** drop-down, select the appropriate discount scheme for this item.
* **Use a Buy X and get Y for Z discount scheme:** From the **Discount scheme** drop-down, select the appropriate discount scheme for this item.
* **Use a quantity discount pricing table:** In the **Pricing table**, enter the Quantity, Price, and price levels as appropriate.

6. Click **Save And Close**.

## **Assign discounts to multiple items using the Inventory Wizard**

1. Click **Merchandising**.
2. Under **Wizards**, click **Inventory Wizard**.
3. Click **Next**.
4. From the **Tasks** drop-down, select **Task 5020: Set Item Discount**.
5. Click **Next**.
6. From the **Select the items to update** drop-down, select one of the following:

* Items from these departments
* Items from these categories
* Items from these suppliers
* Items from this filter

7. If you selected **Items from these departments**, **categories**, or **suppliers**:

* Select specific departments, categories, or suppliers
* Click **All** to select all.

8. If you selected **Items from this filter**:
   1. Click **Filter**.
   2. Use the **Filter** options to identify the items.
   3. Click **OK**.
9. Click **Next**.
10. Click **Finish**.
11. Select one of the following:

* **There is no discount scheme for this item:** Select this option if no discount scheme applies to this item, or to stop using a discount scheme for the item.
* **Use a Mix and Match discount scheme**: From the **Discount scheme** drop-down, select the appropriate discount scheme for this item.
* **Use a Buy X and get Y for Z discount scheme:** From the **Discount scheme** drop-down, select the appropriate discount scheme for this item.
* **Use a quantity discount pricing table:** In the **Pricing table**, enter the Quantity, Price, and price levels as appropriate.

12. Use **Add** or **Delete** to add or remove items from the list.
13. Select a discount scheme for an item from the **New Quantity Discount** column.

<div align="left"><img src="/files/GcO1P2lzvn4MLJQq8NKm" alt=""></div>

14. Click **OK**.
15. Click **Yes** to confirm you want to update the database.
16. Click **OK**.


---

# 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://docs.rmhpos.com/store-manager/manage-inventory/manage-discounts-and-sales/assigning-discounts-to-items.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.
