> For the complete documentation index, see [llms.txt](https://retailcloud.gitbook.io/mobile-apps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://retailcloud.gitbook.io/mobile-apps/inventory-360/features/item-management.md).

# Item Management

### Creating a Product

1. Click on the ‘**Master Item**’ icon on the home screen to create a new product.
2. Enter the required information .
3. Click the optional additional information if you have meta info ( recommended ).
4. Click '**Add Product**' to add the product successfully.&#x20;

| Field                  | Description                                    | Comments                                |
| ---------------------- | ---------------------------------------------- | --------------------------------------- |
| **Item UPC**           | Unique UPC for the item                        | This can be scanned in from the item    |
| **Item ID**            | Unique id/no for the item                      | Do not use spaces or special characters |
| **Name**               | Name for the item                              | Max no of characters is 50              |
| **Quantity**           | Quantity of the item that is currently on hand |                                         |
| **Cost Price**         | Cost Price for the item                        |                                         |
| **Selling Price**      | Selling price for the item                     |                                         |
| **Item Type**          | Package, Prepaid, Service & Store item         | Select from drop down menu              |
| **Discount**           | Discount for the item                          | Select from drop down menu              |
| **Department**         | General level segmentation of item             | Select from drop down menu              |
| **Category**           | Second tier classification of item             | Select from drop down menu              |
| **SubCategory**        | Narrowly defined classification of item        | Select from drop down menu              |
| **Brand**              | Define brands for the item                     | Select from drop down menu              |
| **Color**              | Define color for the item                      | Select from drop down menu              |
| **Size**               | Define size for the item                       | Select from drop down menu              |
| **Season**             | Define season for the item                     | Select from drop down menu              |
| **Style**              | Define style for the item                      | Select from drop down menu              |
| **Vendor**             | Define vendor for the item                     | Select from drop down menu              |
| **Status**             | Active or Inactive                             | Select from drop down menu              |
| **Extended Item Desc** | Additional information for an item             |                                         |
| **Tax**                | Define tax for the item                        | Select from drop down menu              |
| **Tax Inclusive**      | Enable/Disable                                 | Include/Exclude tax for the item        |
| **Expiry Item**        | Yes/No                                         | Allows to configure an expiry item      |

![](/files/-M1ydQgLnTYjsZcPvssL)

![](/files/-M1ydVqvBiNE2I-t7TO5)

### Updating a Product

To modify an existing item, follow the steps below :

1. Click on '**Master item**'.
2. Select the product from the product list.
3. Edit the fields.
4. Click on '**Update Product**'.

<div align="center"><img src="https://lh3.googleusercontent.com/yn97fGGa8j87NqU51PkgXjkblst1NYvXoLWyRn_nAs7VhlxsSsMO8Khs7gTwr3xw6kBkgk9eYAEmb8De8r5TVK3kxzLvU5pr99qwEebnIS3qOnoSxSI_b9DTLFoPgLECQEXHwJcc" alt=""></div>

![](/files/-M1ybDrClVamqPM16rys)


---

# 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://retailcloud.gitbook.io/mobile-apps/inventory-360/features/item-management.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.
