> 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/sk/references/catalog-products-reference.md).

# Referencia pre katalógové produkty

Nižšie sú uvedené vlastnosti, ktoré sú možné v štandardnej požiadavke na synchronizáciu, ako je popísané v [Synchronizácia produktov cez API](/retail-media-interface/integration/sk/data-api/catalog-products-2/syncing-products-via-api.md).

## Položky požiadavky

| Vlastnosť   | Popis                                                                                                                                                                                                                                      | Povinné/voliteľné                                                                                            | Príklad                                                                                                               |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `catalogId` | Katalóg, s ktorým synchronizujete.                                                                                                                                                                                                         | Povinné                                                                                                      | `628dbe95-2ec9-4e07-881d-3e9f92ab2e0b`                                                                                |
| `filters`   | Filtre spojené s vaším produktom. Môže iasť o informácie o kategórii, lokalite a značke.                                                                                                                                                   | <p>Povinné<br>Max. 750 znakov</p>                                                                            | `"category:Health&Beauty","category:Grocery","Brand:Covergirl","Special_Flag:0"`                                      |
| `groups`    | Používa sa pre krížový a navýšený predaj.                                                                                                                                                                                                  | <p>Zastarané pre skupiny výberu.<br>Stále sa vyžaduje pre staršie kampane krížového a navýšeného predaja</p> | `[<br> "subClassName:Milk",<br> "xSellSubClassName:Coffee",<br> "xSellSubClassName:Tea"<br> "vendor:MilkBrand"<br> ]` |
| `gtin`      | Kód produktu vo vašom systéme.                                                                                                                                                                                                             | <p>Povinné<br>Max. 50 znakov</p>                                                                             | `23556578965543`                                                                                                      |
| `inventory` | <p>Skladová zásoba produktu vo vašom systéme. Ak je nastavená na 0, reklamy na produkt sa nebudú zobrazovať.<br><br>Ak nemôžete poskytnúť číslo, neposielajte toto pole a Epsilon Retail Media predvolene nastaví skladovú zásobu na 1</p> | <p>Povinné<br>Odporúča sa 32-bitové celé číslo bez znamienka</p>                                             | `1`                                                                                                                   |
| `price`     | Cena produktu                                                                                                                                                                                                                              | <p>Voliteľné<br>Odporúčajú sa 2 desatinné miesta</p>                                                         | `9.90`                                                                                                                |
| `profit`    | Zisk dosiahnutý na produkte                                                                                                                                                                                                                | <p>Voliteľné<br>Odporúčajú sa 2 desatinné miesta</p>                                                         |                                                                                                                       |
| `tags`      | Používa sa na synchronizáciu názvu a obrázka produktu, ktorý sa zobrazuje v Epsilon Retail Media portáli. Postupujte podľa štruktúry v príklade.                                                                                           | <p>Povinné<br>Max. 750 znakov</p>                                                                            | `"imageurl:<https://your.image.host.com/image.jpg","name:Covergirl> Clean 120 Creamy Natural Liquid Foundation30mL"`  |
| `sellerId`  | Unikátne Id predajcu. sellerIds sa zvyčajne používajú pri registrácii predajcov na trhovisku.                                                                                                                                              | <p>Voliteľné<br>Max. 50 znakov</p>                                                                           | `73nns-32sxr-32ss` Vlastné podľa integrácie                                                                           |


---

# 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/sk/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.
