> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# About Items

> Items are products or services that you can add to [Invoices](/payments/invoices) and charge customers for. You can create an item on your Razorpay [Dashboard](/payments/dashboard) from **Invoice** → **Items** or using [Items API](/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](/api/payments/invoices/create-item) | [Link](/payments/invoices/create)

## Update details of an item | [Link](/api/payments/invoices/update-item) | [Link](/payments/invoices/update)

Retrieve details of items | [All items](/api/payments/invoices/fetch-all-items)
[Specific item](/api/payments/invoices/fetch-with-id-item) | NA
---------------------------------------------------------------

Delete an item | [Link](/api/payments/invoices/delete-item) | [Link](/payments/invoices/delete)
