# Catalogs

Catalogs API allow brands to **Create**, **Update**, **Remove**, **List**, **View** and **Edit** catalog items, making it easy to maintain up-to-date content—like products, events, or offers—that can be dynamically injected into your campaigns or automations.

#### Rate Limiting

To ensure fair usage and platform stability, all Catalog API endpoints are subject to rate limiting.

**General Catalog API rate limit**

All Catalog API endpoints (including **Create**, **Update**, **Remove**, **View**, and **List**) are limited to **5 requests per second**. If the limit is exceeded, the API returns an HTTP `429 Too Many Requests` response. When this occurs, please wait a few seconds before retrying.

**Specific limit for /catalogs/items/edit**

The **/catalogs/items/edit** endpoint has additional operational limits due to its higher data throughput:

* Up to **5 requests per second**.
* Up to **1,000 items updated per second**.
* Each item in your payload counts as one update toward the limit.

If either threshold is exceeded, the API will respond with an HTTP `429 Too Many Requests` error.\
When that happens, slow down your requests or reduce the batch size to comply with the limit.

{% content-ref url="/pages/E2aQ3bT3Y1bahCjFLmf3" %}
[Create catalog](/developer/api/cep/catalogs/create.md)
{% endcontent-ref %}

{% content-ref url="/pages/MWyo9GQX6VgtjBoqso0w" %}
[Remove catalog](/developer/api/cep/catalogs/remove.md)
{% endcontent-ref %}

{% content-ref url="/pages/AlcA5MfmK52MqRzEasvx" %}
[List catalogs](/developer/api/cep/catalogs/list.md)
{% endcontent-ref %}

{% content-ref url="/pages/9lYx5IDinQtFGa2Cxy69" %}
[Update catalog](/developer/api/cep/catalogs/update.md)
{% endcontent-ref %}

{% content-ref url="/pages/ygaj868CduqggG3QBr3d" %}
[View catalog](/developer/api/cep/catalogs/view.md)
{% endcontent-ref %}

{% content-ref url="/pages/hsU67YHgKAWvPuIZVnIv" %}
[Edit catalog items](/developer/api/cep/catalogs/edit-items.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://doc.batch.com/developer/api/cep/catalogs.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.
