> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/catalog-item.md).

# Catalog item

### Endpoints

| Method | Endpoint                              | Description                                                                                               |
| ------ | ------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| POST   | /v4/catalog-item                      | [Create a catalog item.](/entities/catalog-item/catalogitem-create.md)                                    |
| GET    | /v4/catalog-item/:id                  | [Retrieve a catalog item.](/entities/catalog-item/catalogitem-retrieve.md)                                |
| PUT    | /v4/catalog-item/:id                  | [Update a catalog item.](/entities/catalog-item/catalogitem-update.md)                                    |
| DELETE | /v4/catalog-item/:id                  | [Delete a catalog item.](/entities/catalog-item/catalogitem-delete.md)                                    |
| GET    | /v4/catalog-item-templates            | [Retrieve catalog item templates.](/config/templates.md)                                                  |
| GET    | /v4/catalog-item-statuses/:templateId | [Retrieve catalog item statuses.](/entities/catalog-item/retrieve-catalog-item-statuses.md)               |
| GET    | /v4/catalog-item-processes            | [Retrieve catalog item workflow processes.](/entities/catalog-item/retrieve-catalog-item-processes.md)    |
| GET    | /v4/catalog-item/:id/draft-templates  | [Retrieve catalog item draft templates.](/entities/catalog-item/retrieve-catalog-item-draft-templates.md) |
| GET    | /v4/catalog-item/:id/keyart/url       | [Retrieve catalog item key art URL.](/entities/catalog-item/retrieve-catalog-item-key-art-url.md)         |
| PUT    | /v4/catalog-item/:id/keyart           | [Update catalog item key art.](/entities/catalog-item/update-catalog-item-key-art.md)                     |
| DELETE | /v4/catalog-item/:id/keyart           | [Delete catalog item key art.](/entities/catalog-item/delete-catalog-item-key-art.md)                     |
| GET    | /v4/catalog-item/:id/audit-history    | [Get catalog item audit history.](/entities/catalog-item/audit-history.md)                                |
| POST   | /v4/catalog-item/:id/switch-template  | [Switch catalog item template.](/entities/catalog-item/switch-catalog-item-template.md)                   |
| GET    | /v4/catalog-item/:id/delete-check     | [Catalog item delete check.](/entities/catalog-item/delete-check.md)                                      |
