> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Items Dashboard

> Create, update and delete Items using Razorpay Dashboard.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

Items are products or services that you can add to [Invoices](/docs/payments/invoices) and charge to customers. You can create an item on your Dashboard from **Invoice** → **Items**. Once created, it appears on the list of items in the Dashboard.

## Create an Item

To create an item via Dashboard:

1. Log in to the Dashboard.
2. Navigate to **Invoices** → **Items**.
3. Click **New Item**.
4. Enter the following:
   1. **Name**
   2. **Rate**
   3. **Description**

<img src="https://razorpay.com/docs/build/browser/assets/images/items-add-item.jpg" width="300" alt="Create an item in dashboard fill details" />

Once an item is created, it will appear on the list of created item and also in the drop-down menu at the time of invoice creation.

<img src="https://razorpay.com/docs/build/browser/assets/images/items-item-list.jpg" alt="List of created items" />

## Edit an Item

To update the details of an item:

1. Navigate to **Invoices** → **Items**.
2. In the item list, click on the desired **Item Id**.
   <img src="https://razorpay.com/docs/build/browser/assets/images/items-item-list.jpg" />
3. In the **Edit Item** page, enter the following:
   1. **Name**
   2. **Rate**
   3. **Description**
4. Click **Save**.

## Delete an Item

To delete an item:

1. Navigate to **Invoices** → **Items**.
2. Hover over the desired item and click **delete**.

<img src="https://razorpay.com/docs/build/browser/assets/images/items-delete-item.jpg" alt="Delete items option" />

<Warning>
  **Watch Out!**

  You cannot delete an item with which invoices have already been created.
</Warning>
