> 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/es/store-manager/manage-inventory/manage-discounts-and-sales/blocking-sales.md).

# Bloquear temporalmente las ventas de un artículo

Es posible que su tienda necesite bloquear temporalmente la venta de un artículo:

* Si el artículo es nuevo en su tienda y necesita configurar precios, descuentos, información del proveedor e información de reposición en Store Manager e imprimir etiquetas;
* Si existen restricciones sobre cuándo puede vender el artículo en su localidad. Por ejemplo, algunas localidades restringen los días y horas en que las tiendas pueden vender alcohol; o
* Si un fabricante o una autoridad sanitaria emitió un retiro de producto.

{% hint style="info" %}
Este tema describe cómo bloquear la venta de un solo artículo. También puede usar **Tarea 5040: Bloquear ventas** en el campo **Asistente de inventario** para bloquear la venta de varios artículos según el departamento, la categoría, el proveedor o un filtro personalizado.
{% endhint %}

1. Haga clic en **Mercadotecnia**.
2. Haga clic en **Artículos**.
3. Haga doble clic en el artículo de la cuadrícula de Artículos para abrirlo.

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

4. Haga clic en el **Opciones** .
5. En el **Bloquear ventas** sección, seleccione **Bloquear la venta de este artículo**.
6. En el **Motivo** campo, escriba un motivo para bloquear la venta.
7. Seleccione una de las siguientes opciones:

* **El bloqueo está vigente durante un período específico:** Seleccione esta opción si desea bloquear la venta del artículo a partir de una fecha específica o hasta una fecha específica.
* **El bloqueo está vigente según un horario:** Seleccione esta opción si desea bloquear la venta del artículo según un horario diario o semanal predefinido.

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

8. Haga clic en **Guardar y cerrar**.


---

# 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/es/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.
