> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/integration/es/references/catalog-products-reference.md).

# Referencia de productos del catálogo

A continuación se describen las propiedades posibles en una solicitud de sincronización estándar, tal como se describe en [Sincronización de productos mediante API](/retail-media-interface/integration/es/data-api/catalog-products-2/syncing-products-via-api.md).

## Elementos de la solicitud

| Propiedad   | Descripción                                                                                                                                                                                                                                       | Obligatorio/opcional                                                                                                                | Ejemplo                                                                                                               |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `catalogId` | El catálogo que está sincronizando.                                                                                                                                                                                                               | Obligatorio                                                                                                                         | `628dbe95-2ec9-4e07-881d-3e9f92ab2e0b`                                                                                |
| `filters`   | Los filtros asociados con su producto. Esto puede incluir información de categoría, ubicación y marca.                                                                                                                                            | <p>Obligatorio<br>Máximo 750 caracteres</p>                                                                                         | `"category:Health&Beauty","category:Grocery","Brand:Covergirl","Special_Flag:0"`                                      |
| `groups`    | Utilizado para campañas de venta cruzada y venta superior.                                                                                                                                                                                        | <p>Obsoleto para grupos de selección.<br>Aún obligatorio para campañas heredadas de venta cruzada y venta superior de productos</p> | `[<br> "subClassName:Milk",<br> "xSellSubClassName:Coffee",<br> "xSellSubClassName:Tea"<br> "vendor:MilkBrand"<br> ]` |
| `gtin`      | El código de producto del producto en su sistema.                                                                                                                                                                                                 | <p>Obligatorio<br>Máximo 50 caracteres</p>                                                                                          | `23556578965543`                                                                                                      |
| `inventory` | <p>El inventario del producto en su sistema. Si se establece en 0, no se mostrarán anuncios de productos.<br><br>Si no puede proporcionar el número, no envíe este campo y Epsilon Retail Media establecerá el inventario predeterminado en 1</p> | <p>Obligatorio<br>Se recomienda un entero no firmado de 32 bits</p>                                                                 | `1`                                                                                                                   |
| `price`     | El precio del producto                                                                                                                                                                                                                            | <p>Opcional<br>Se recomiendan 2 decimales</p>                                                                                       | `9.90`                                                                                                                |
| `profit`    | El beneficio obtenido en el producto                                                                                                                                                                                                              | <p>Opcional<br>Se recomiendan 2 decimales</p>                                                                                       |                                                                                                                       |
| `tags`      | Utilizado para sincronizar el nombre y la imagen de su producto que se muestran en el Epsilon Retail Media portal. Siga la estructura del ejemplo.                                                                                                | <p>Obligatorio<br>Máximo 750 caracteres</p>                                                                                         | `"imageurl:<https://your.image.host.com/image.jpg","name:Covergirl> Clean 120 Creamy Natural Liquid Foundation30mL"`  |
| `sellerId`  | El Id. único del vendedor. Los sellerIds se utilizan normalmente al incorporar vendedores del marketplace.                                                                                                                                        | <p>Opcional<br>Máximo 50 caracteres</p>                                                                                             | `73nns-32sxr-32ss` Personalizado por integración                                                                      |


---

# 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, and the optional `goal` query parameter:

```
GET https://help.citrusad.com/retail-media-interface/integration/es/references/catalog-products-reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
