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

# Katalógustermékek referencia

Az alábbiakban a szabványos szinkronizálási kérésben lehetséges tulajdonságok találhatók, a következőkben leírtak szerint: [Termékek szinkronizálása API-n keresztül](/retail-media-interface/integration/hu/data-api/catalog-products-2/syncing-products-via-api.md).

## Kérés elemei

| Tulajdonság | Leírás                                                                                                                                                                                                                    | Kötelező/Opcionális                                                                                                              | Példa                                                                                                                 |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `catalogId` | A katalógus, amellyel szinkronizál.                                                                                                                                                                                       | Kötelező                                                                                                                         | `628dbe95-2ec9-4e07-881d-3e9f92ab2e0b`                                                                                |
| `filters`   | A termékéhez társított szűrők. Ez lehet kategória-, hely- és márkainformáció.                                                                                                                                             | <p>Kötelező<br>Max. 750 karakter</p>                                                                                             | `"category:Health&Beauty","category:Grocery","Brand:Covergirl","Special_Flag:0"`                                      |
| `groups`    | Kereszt- és felülértékesítési kampányokhoz használatos.                                                                                                                                                                   | <p>Kiválasztási csoportoknál elavult.<br>A meglévő termékek kereszt- és felülértékesítési kampányaihoz továbbra is szükséges</p> | `[<br> "subClassName:Milk",<br> "xSellSubClassName:Coffee",<br> "xSellSubClassName:Tea"<br> "vendor:MilkBrand"<br> ]` |
| `gtin`      | A termék termékkódja az Ön rendszerében.                                                                                                                                                                                  | <p>Kötelező<br>Max. 50 karakter</p>                                                                                              | `23556578965543`                                                                                                      |
| `inventory` | <p>A termék készlete az Ön rendszerében. Ha értéke 0, a termékhirdetések nem jelennek meg.<br><br>Ha nem tudja megadni a számot, ne küldje el ezt a mezőt, és Epsilon Retail Media a készlet alapértelmezetten 1 lesz</p> | <p>Kötelező<br>32 bites előjel nélküli egész szám ajánlott</p>                                                                   | `1`                                                                                                                   |
| `price`     | A termék ára                                                                                                                                                                                                              | <p>Opcionális<br>2 tizedesjegy ajánlott</p>                                                                                      | `9.90`                                                                                                                |
| `profit`    | A terméken elért haszon                                                                                                                                                                                                   | <p>Opcionális<br>2 tizedesjegy ajánlott</p>                                                                                      |                                                                                                                       |
| `tags`      | A termék nevének és képének szinkronizálására szolgál, amely megjelenik a Epsilon Retail Media portálon. Kövesse a példában található struktúrát.                                                                         | <p>Kötelező<br>Max. 750 karakter</p>                                                                                             | `"imageurl:<https://your.image.host.com/image.jpg","name:Covergirl> Clean 120 Creamy Natural Liquid Foundation30mL"`  |
| `sellerId`  | A eladó egyedi azonosítója. A sellerIds értékek általában a piaci eladók bevezetésekor használatosak.                                                                                                                     | <p>Opcionális<br>Max. 50 karakter</p>                                                                                            | `73nns-32sxr-32ss` Integrációnként egyedi                                                                             |


---

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