> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/inventory/inventory-mass-update-video.md).

# Inventory Mass Update - Video ►

The Mass Update gives you the ability to make changes to multiple products at once!

{% hint style="info" %}
**All fields in the Mass Update can be edited, UNLESS they were downloaded from SalonInteractive**
{% endhint %}

Proceed to: **Manage** > **Inventory** > **Mass Update**

* The **Filters** box is there for you to filter out the things you don't need to update, and only show the products for the criteria you choose.

![Filter Inventory](/files/4227bf8275abd96e87765a8a0da7168d18862b46)

* There is a "**Print Physical Inventory**" button at the top of the screen for you to print a properly formatted page of your product list. This is great for a physical inventory count, because it will give you an area to write it how many you actually count in the salon!

![Print Physical Inventory](/files/f1b0b96aa3daa89e0acdc2d37f1107eaf5bc966a)

![physical inventory count](/files/234b8e9afd086783baf2a2c313ab30ae88acdbc9)

* Any products highlighted in light green have acquired some type of history in your account, whether that means they were sold, put on an inventory use ticket, etc...

![Products in Green](/files/f67f45f0680288093e6b6ba5c30350928e2b132c)

## Field Descriptions

**SKU:** Can be the same as a UPC (barcode) or a Distributor Code

{% hint style="info" %}
The SKU field is required.
{% endhint %}

[**Brand**](/inventory/adding-editing-brands-and-distributors.md)**:** The company that makes the product

[**Product Group**](/inventory/adding-editing-product-groups.md)**:** Group in which the product belongs. (Hair Care - Shampoo, Hair Care - Conditioner, Skin Care - Moisturizer, etc...)

**Product Name:** Identifying name for the product

**Size:** Each size of every product is listed separately

**Cost:** This is the price you pay to stock your shelves

**Retail Price:** The price you charge your client for the product

**On Hand:** This is the quantity of each product you physically have on your shelves and in the back room

**Target:** The quantity of each product you prefer to keep stocked on the shelf and in the back room

**Use-Up Days:** This is the number of days, *(usually 30, 45, 60, 90, etc)*, that it takes for the average person to use up the product in this size. Once it is past the Use Up days set for a product the client purchased, there will be a notification at the top of their next Sales Ticket reminding you to sell another to the client.

**Active:** A product is either active, *(sold or used in your salon)*, or inactive, *(dropped from the line by either the manufacturer or your choice)*

**Retail:** Retail, *(sold to clients)*, or Professional, *(used by the Salon for services)*

## Advanced Inventory

If you have Advanced Inventory turned on in your [Business Settings](/business-settings/business-settings.md):

**Min To Reorder:** Minimum amount in the specific product you can order

*Example: If you have 3 On Hand, and Target is 8, but Min to Reorder is 6, there will not be anything put on your Purchase Order automatically until you are down to 2 On Hand...*

**Ships in Qy:** Used mostly when the product comes in packs

*Example: Most of the time, Gallon sized shampoo and conditioner is order in quantities of 4, because 4 comes in a box.*


---

# 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.rosysalonsoftware.com/inventory/inventory-mass-update-video.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.
