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

# Referencia pre objednávku

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

## Položky požiadavky

| Vlastnosť                           | Popis                                                                                                                                                                                                                                                                                                          | Povinné/voliteľné                      | Príklad                                                                                                                                             |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gtin`                              | Toto je kód na identifikáciu produktu v objednávke.                                                                                                                                                                                                                                                            | Povinné                                | `9891998566P`                                                                                                                                       |
| `id`                                | <p>Toto je identifikátor objednávky v systéme predajcu.<br><br>Ak nie je k dispozícii, Epsilon Retail Media vygeneruje identifikátor.</p>                                                                                                                                                                      | Voliteľné.                             | `3h30e938-c158-4d78-a0af-b48bbwfrcss4`                                                                                                              |
| `orderDate`                         | <p>Toto je dátum alebo dátum a čas objednávky. Musí byť vo formáte štandardu ISO-8601 a musí to byť presná, úplná časová pečiatka, napr. 2019-03-14T15:06:17+10:00.<br><br>Musí byť v čase UTC alebo s upraveným časovým pásmom podľa príkladu vyššie.</p>                                                     | Povinné                                | `2021-12-02T15:00:00Z`                                                                                                                              |
| `catalogId`                         | <p>ID katalógu, pre ktorý synchronizujete objednávky. Užitočné pre synchronizáciu viacerych predajcov cez API.<br>Neplatí pre synchronizáciu súborov.</p>                                                                                                                                                      | Voliteľné                              | `6adb93d0-7he4-4d4e-9b47-e5d3714c976a`                                                                                                              |
| `orderItems`                        | Pole všetkých položiek odoslaných v rámci objednávky.                                                                                                                                                                                                                                                          | Povinné                                | `[<br> {<br> "gtin": "9891998566P",<br> "quantity": 3,<br> "regularUnitPrice": "1.00",<br> "totalOrderItemPriceAfterDiscounts": "3.00"<br> }<br> ]` |
| `quantity`                          | Množstvo objednaných produktov                                                                                                                                                                                                                                                                                 | Povinné                                | `3`                                                                                                                                                 |
| `regularUnitPrice`                  | Běžná jednotková cena produktu v objednávke.                                                                                                                                                                                                                                                                   | Voliteľné                              | `2.99`                                                                                                                                              |
| `sessionId`                         | Toto je vygenerované ID, ktoré spravujete vy a ktoré identifikuje reláciu používateľa. Epsilon Retail Media môže toto použiť na atribuciu nákupu.                                                                                                                                                              | Vyžaduje sa pri štandardnej integrácii | `5cat7-9964-4f`                                                                                                                                     |
| `totalOrderItemPriceAfterDiscounts` | Toto je celková cena produktov so zľavami. Napr. ak položka objednávky obsahuje 3 položky s cenou 2.00, hodnota bude `6.00`.                                                                                                                                                                                   | Voliteľné                              | `5.98`                                                                                                                                              |
| `sellerId`                          | <p>Unikátne Id predajcu. Vyžaduje sa len pri registrácii predajcov na trhovisku. Pre produkty mimo trhoviska je možné nechať prázdne.<br><br>Pre integráciu seller\_ids existujú dodatočné požiadavky, pozrite si prosím <a href="/pages/NgX5qN7if6WZ4568ut0U">sellerId trhoviska</a> pre viac informácií.</p> | Voliteľné                              | `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/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.
