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

# Katalogprodukte-Referenz

Das Folgende beschreibt die Eigenschaften, die in einer Standard-Synchronisierungsanfrage möglich sind, wie beschrieben in [Produkt-Synchronisierung über API](/retail-media-interface/integration/de/data-api/catalog-products-2/syncing-products-via-api.md).

## Anfrageelemente

| Eigenschaft | Beschreibung                                                                                                                                                                                                                                                                  | Erforderlich/optional                                                                                                    | Beispiel                                                                                                              |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `catalogId` | Der Katalog, mit dem Sie synchronisieren.                                                                                                                                                                                                                                     | Erforderlich                                                                                                             | `628dbe95-2ec9-4e07-881d-3e9f92ab2e0b`                                                                                |
| `filters`   | Die mit Ihrem Produkt verknüpften Filter. Dies können Kategorie-, Standort- und Markeninformationen sein.                                                                                                                                                                     | <p>Erforderlich<br>Maximal 750 Zeichen</p>                                                                               | `"category:Health&Beauty","category:Grocery","Brand:Covergirl","Special_Flag:0"`                                      |
| `groups`    | Wird für Cross-Selling- und Up-Selling-Kampagnen verwendet.                                                                                                                                                                                                                   | <p>Veraltet für Auswahlgruppen.<br>Weiterhin erforderlich für ältere Produkt-Cross-Selling- und Up-Selling-Kampagnen</p> | `[<br> "subClassName:Milk",<br> "xSellSubClassName:Coffee",<br> "xSellSubClassName:Tea"<br> "vendor:MilkBrand"<br> ]` |
| `gtin`      | Der Produktcode des Produkts in Ihrem System.                                                                                                                                                                                                                                 | <p>Erforderlich<br>Maximal 50 Zeichen</p>                                                                                | `23556578965543`                                                                                                      |
| `inventory` | <p>Der Lagerbestand des Produkts in Ihrem System. Wenn er auf 0 gesetzt ist, werden Produktanzeigen nicht ausgeliefert.<br><br>Wenn Sie die Anzahl nicht angeben können, senden Sie dieses Feld nicht und Epsilon Retail Media setzt den Lagerbestand standardmäßig auf 1</p> | <p>Erforderlich<br>Vorzeichenlose 32-Bit-Ganzzahl empfohlen</p>                                                          | `1`                                                                                                                   |
| `price`     | Der Preis des Produkts                                                                                                                                                                                                                                                        | <p>Optional<br>2 Nachkommastellen empfohlen</p>                                                                          | `9.90`                                                                                                                |
| `profit`    | Der mit dem Produkt erzielte Gewinn                                                                                                                                                                                                                                           | <p>Optional<br>2 Nachkommastellen empfohlen</p>                                                                          |                                                                                                                       |
| `tags`      | Wird verwendet, um Ihren Produktnamen und Ihr Produktbild zu synchronisieren, das im Epsilon Retail Media Portal angezeigt wird. Folgen Sie der Struktur im Beispiel.                                                                                                         | <p>Erforderlich<br>Maximal 750 Zeichen</p>                                                                               | `"imageurl:<https://your.image.host.com/image.jpg","name:Covergirl> Clean 120 Creamy Natural Liquid Foundation30mL"`  |
| `sellerId`  | Die eindeutige Id des Verkäufers. sellerIds werden üblicherweise beim Onboarding von Marketplace-Verkäufern verwendet.                                                                                                                                                        | <p>Optional<br>Maximal 50 Zeichen</p>                                                                                    | `73nns-32sxr-32ss` Benutzerdefiniert pro Integration                                                                  |


---

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