> For the complete documentation index, see [llms.txt](https://support.barnetpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.barnetpos.com/liquor-store-portal/product-maintenance/delisting-skus.md).

# Delisting SKUs

**DELISTING SKUS**

**Purpose**\
Delist SKUs you no longer plan to order. Delisting hides them from \<Product Maintenance> once their on-hand quantity reaches zero. Delisted SKUs:

* Do **not** appear on the Re-Order Guide.
* Do **not** appear in product searches at the till.

**Filtering Delisted SKUs**

* To hide delisted SKUs with zero on-hand, select the filter **“Don’t Show Delist with 0 OnHand.”**
* To view only delisted SKUs, set the **Show** filter to **Delist.**

![](/files/s0ZhF84oiPduOg5l7Jaa)

![](/files/uU7dNFmd9D0rMgw5tk1M)

**Delisting Individual SKUs**

1. Go to the **Stock** tab on the SKU’s Product Maintenance page.
2. Check the **Out of Stock/Delist** box.
3. Click “Save”.

![](/files/BXPCDgrJojWfZA9fV11c)

**Delisting Multiple SKUs with “Apply All”**

1. Sort your database (e.g., by on-hand quantity or another criterion).
2. Select the SKUs you want to delist:
   * Check the box to the left of each SKU, or
   * Select all items on a page using the header row checkbox.
3. Uncheck any SKUs you don’t want to delist.
4. Click “Update Items” and choose **Delist (Out of Stock).**
5. In the **Apply for All** pop-up, select your preferred option.
6. Click “Update” to complete the process.

![](/files/0gtpz011ibgzK7yWHz8H)

![](/files/lqLQZ22VtaUAv3IW2DQG)

![](/files/N8TbOF5E1y4ly8paMu2D)


---

# 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://support.barnetpos.com/liquor-store-portal/product-maintenance/delisting-skus.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.
