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

# Megrendelés-referencia

Az alábbiakban a standard szinkronizálási kérésben lehetséges tulajdonságok körvonalazódnak, ahogy az a következőkben szerepel: [Megrendelési adatok szinkronizálása API-n keresztül](/retail-media-interface/integration/hu/data-api/order-data-1/syncing-order-data-via-api.md).

## Kérési tételek

| Tulajdonság                         | Leírás                                                                                                                                                                                                                                                                                                                    | Kötelező/opcionális                 | Példa                                                                                                                                               |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gtin`                              | Ez a termék azonosítására szolgáló kód a megrendelésben.                                                                                                                                                                                                                                                                  | Kötelező                            | `9891998566P`                                                                                                                                       |
| `id`                                | <p>Ez a megrendelés azonosítója a kiskereskedő rendszerében.<br><br>Ha nincs megadva, Epsilon Retail Media létrehoz egy azonosítót.</p>                                                                                                                                                                                   | Opcionális.                         | `3h30e938-c158-4d78-a0af-b48bbwfrcss4`                                                                                                              |
| `orderDate`                         | <p>Ez a megrendelés dátuma vagy dátuma és időpontja. Ennek az ISO-8601 szabvány formátumában kell lennie, és pontos, teljes időbélyegnek kell lennie, pl. 2019-03-14T15:06:17+10:00.<br><br>UTC időben kell lennie, vagy az időzónához igazítva a fenti példa szerint.</p>                                                | Kötelező                            | `2021-12-02T15:00:00Z`                                                                                                                              |
| `catalogId`                         | <p>A katalógus-ID, amelyhez a megrendeléseket szinkronizálja. Hasznos több kiskereskedős szinkronizáláshoz API-n keresztül.<br>Fájlszinkronizálás esetén nem alkalmazható.</p>                                                                                                                                            | Opcionális                          | `6adb93d0-7he4-4d4e-9b47-e5d3714c976a`                                                                                                              |
| `orderItems`                        | A megrendelésen belül elküldött összes tétel tömbje.                                                                                                                                                                                                                                                                      | Kötelező                            | `[<br> {<br> "gtin": "9891998566P",<br> "quantity": 3,<br> "regularUnitPrice": "1.00",<br> "totalOrderItemPriceAfterDiscounts": "3.00"<br> }<br> ]` |
| `quantity`                          | A megrendelt termékek mennyisége                                                                                                                                                                                                                                                                                          | Kötelező                            | `3`                                                                                                                                                 |
| `regularUnitPrice`                  | A termék rendes egységára a megrendelésben.                                                                                                                                                                                                                                                                               | Opcionális                          | `2.99`                                                                                                                                              |
| `sessionId`                         | Ez egy Ön által vezérelt, generált id, amely azonosítja a felhasználó munkamenetét. Epsilon Retail Media ezt használhatja a vásárlási attribúcióhoz.                                                                                                                                                                      | Standard integráció esetén kötelező | `5cat7-9964-4f`                                                                                                                                     |
| `totalOrderItemPriceAfterDiscounts` | Ez a termékek kedvezményekkel csökkentett teljes ára. Stb. ha egy megrendelési tétel 3 darab 2.00 árú terméket tartalmaz, az érték ez lesz: `6.00`.                                                                                                                                                                       | Opcionális                          | `5.98`                                                                                                                                              |
| `sellerId`                          | <p>Eladó egyedi Id-ja. Csak a marketplace eladók bevezetésekor szükséges. Nem marketplace termékeknél üresen hagyható.<br><br>A seller\_ids integrálásához további követelmények kapcsolódnak, kérjük, olvassa el a következőt: <a href="/pages/rvl9zh8fV30wgad7qpuw">Marketplace sellerId</a> további információért.</p> | Opcionális                          | `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/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.
