> 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/order-reference.md).

# Bestellungs-Referenz

Im Folgenden werden die Eigenschaften beschrieben, die in einer Standard-Synchronisierungsanfrage möglich sind, wie beschrieben in [Bestelldaten-Synchronisierung über API](/retail-media-interface/integration/de/data-api/order-data-1/syncing-order-data-via-api.md).

## Elemente anfordern

| Eigenschaft                         | Beschreibung                                                                                                                                                                                                                                                                                                                                                        | Erforderlich/Optional                      | Beispiel                                                                                                                                            |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gtin`                              | Dies ist der Code zur Identifizierung des Produkts in der Bestellung.                                                                                                                                                                                                                                                                                               | Erforderlich                               | `9891998566P`                                                                                                                                       |
| `id`                                | <p>Dies ist die Kennung der Bestellung im System des Händlers.<br><br>Wenn nicht angegeben, Epsilon Retail Media generiert eine Kennung.</p>                                                                                                                                                                                                                        | Optional.                                  | `3h30e938-c158-4d78-a0af-b48bbwfrcss4`                                                                                                              |
| `orderDate`                         | <p>Dies ist das Datum oder das Datum und die Uhrzeit der Bestellung. Dies muss im Format des ISO-8601-Standards vorliegen und ein präziser, vollständiger Zeitstempel sein, z. B. 2019-03-14T15:06:17+10:00.<br><br>Muss in UTC-Zeit vorliegen oder wie im obigen Beispiel an die Zeitzone angepasst sein.</p>                                                      | Erforderlich                               | `2021-12-02T15:00:00Z`                                                                                                                              |
| `catalogId`                         | <p>Die Katalog-ID, für die Sie Bestellungen synchronisieren. Nützlich für die Synchronisierung mehrerer Händler über die API.<br>Nicht zutreffend für die Dateisynchronisierung.</p>                                                                                                                                                                                | Optional                                   | `6adb93d0-7he4-4d4e-9b47-e5d3714c976a`                                                                                                              |
| `orderItems`                        | Ein Array aller in der Bestellung übermittelten Artikel.                                                                                                                                                                                                                                                                                                            | Erforderlich                               | `[<br> {<br> "gtin": "9891998566P",<br> "quantity": 3,<br> "regularUnitPrice": "1.00",<br> "totalOrderItemPriceAfterDiscounts": "3.00"<br> }<br> ]` |
| `quantity`                          | Die Menge der bestellten Produkte                                                                                                                                                                                                                                                                                                                                   | Erforderlich                               | `3`                                                                                                                                                 |
| `regularUnitPrice`                  | Der reguläre Einzelpreis des Produkts in der Bestellung.                                                                                                                                                                                                                                                                                                            | Optional                                   | `2.99`                                                                                                                                              |
| `sessionId`                         | Dies ist eine von Ihnen gesteuerte, generierte ID, die die Sitzung eines Benutzers identifiziert. Epsilon Retail Media kann dies für die Kaufzuordnung verwenden.                                                                                                                                                                                                   | Erforderlich bei einer Standardintegration | `5cat7-9964-4f`                                                                                                                                     |
| `totalOrderItemPriceAfterDiscounts` | Dies ist der Gesamtpreis der Produkte mit Rabatten. Z. B. wenn eine Bestellposition 3 Artikel mit einem Preis von 2.00 enthält, beträgt der Wert `6.00`.                                                                                                                                                                                                            | Optional                                   | `5.98`                                                                                                                                              |
| `sellerId`                          | <p>Die eindeutige ID des Verkäufers. Nur erforderlich beim Onboarding von Marketplace-Verkäufern. Kann bei Nicht-Marketplace-Produkten leer gelassen werden.<br><br>Für die Integration von seller\_ids gelten zusätzliche Anforderungen, bitte lesen Sie weiter unter <a href="/pages/XqMQoEeNrWjGKHmiriWb">Marktplatz sellerId</a> für weitere Informationen.</p> | Optional                                   | `73nns-32sxr-32ss` Individuell 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/order-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.
