> 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)                                      |


---

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

```
GET https://api-docs.rightsline.com/entities/catalog-item.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
