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

# About Items

> Create Items that can be billed using Razorpay Invoices.

<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 customers for. You can create an item on your Razorpay [Dashboard](/docs/payments/dashboard) from **Invoice** → **Items** or using [Items API](/docs/api/payments/invoices/create-item). When an item is created, it appears on the list of items in the Dashboard.

## Item Life Cycle

| Status   | Description                                                                                                                                           |
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| Active   | Once created, an item is said to be in the active state. Items in this state can be added to an Invoice to be sent to customers.                      |
| Inactive | An item can be marked inactive. Once in this state, the item cannot be added to an Invoice.                                                           |
| Deleted  | You cannot delete an item with which Invoices have been created already. You can only delete an item that has never been used before with an Invoice. |

## API and Dashboard Actions

You can perform the following actions using Items APIs and on the Dashboard.

| Actions                   | API Link                                                                                                                      | Dashboard Link                         |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| Create an item            | [Link](/docs/api/payments/invoices/create-item)                                                                               | [Link](/docs/payments/invoices/create) |
| Update details of an item | [Link](/docs/api/payments/invoices/update-item)                                                                               | [Link](/docs/payments/invoices/update) |
| Retrieve details of items | [All items](/docs/api/payments/invoices/fetch-all-items)<br />[Specific item](/docs/api/payments/invoices/fetch-with-id-item) | NA                                     |
| Delete an item            | [Link](/docs/api/payments/invoices/delete-item)                                                                               | [Link](/docs/payments/invoices/delete) |
