> 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/blocking-sales.md).

# Temporarily block Item sales

Your store might need to temporarily block sales of an item:

* If the item is new to your store and you need to set up pricing, discounts, supplier information, and reordering information in Store Manager and print labels;
* If there are restrictions on when you can sell the item in your locale. For example, some locales restrict the days and times when stores can sell alcohol; or
* If there was a product recall issued by a manufacturer or health authority.

{% hint style="info" %}
This topic describes how to block sales for a single item. You can also use **Task 5040: Block Sales** in the **Inventory Wizard** to block sales of multiple items based on department, category, supplier, or a custom filter.
{% endhint %}

1. Click **Merchandising**.
2. Click **Items**.
3. Double-click the item in the Items grid to open it.

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

4. Click the **Options** tab.
5. In the **Block sales** section, select **Block the sale for this item**.
6. In the **Reason** field, enter a reason for blocking the sale.
7. Select one of the following:

* **The block is in effect for a specific period:** Select this option if you want to block sales of the item starting or ending on a specific date.
* **The block is in effect according to a schedule:** Select this option if you want to block sales of the item according to a predefined daily or weekly schedule.

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

8. Click **Save And Close**.


---

# 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/blocking-sales.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.
