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

# 注文のリファレンス

以下は、標準的な同期リクエストで可能なプロパティの概要です。 [API経由での注文データ同期](/retail-media-interface/integration/ja/data-api/order-data-1/syncing-order-data-via-api.md).

## リクエスト項目

| プロパティ                               | 説明                                                                                                                                                                                                            | 必須/任意      | 例                                                                                                                                                   |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gtin`                              | これは注文内の商品を特定するためのコードです。                                                                                                                                                                                       | 必須         | `9891998566P`                                                                                                                                       |
| `id`                                | <p>これは小売業者のシステムにおける注文の識別子です。<br><br>提供されない場合、 Epsilon Retail Media が識別子を生成します。</p>                                                                                                                            | 任意。        | `3h30e938-c158-4d78-a0af-b48bbwfrcss4`                                                                                                              |
| `orderDate`                         | <p>これは注文の日付、または日付と時間です。ISO-8601標準の形式である必要があり、例：2019-03-14T15:06:17+10:00 のように正確で完全なタイムスタンプでなければなりません。<br><br>UTC時間であるか、上記の例のようにタイムゾーンが調整されている必要があります。</p>                                                     | 必須         | `2021-12-02T15:00:00Z`                                                                                                                              |
| `catalogId`                         | <p>注文を同期しているカタログID。APIを介した複数小売業者間の同期に役立ちます。<br>ファイル同期には適用されません。</p>                                                                                                                                           | 任意         | `6adb93d0-7he4-4d4e-9b47-e5d3714c976a`                                                                                                              |
| `orderItems`                        | 注文内で送信されたすべての項目の配列。                                                                                                                                                                                           | 必須         | `[<br> {<br> "gtin": "9891998566P",<br> "quantity": 3,<br> "regularUnitPrice": "1.00",<br> "totalOrderItemPriceAfterDiscounts": "3.00"<br> }<br> ]` |
| `quantity`                          | 注文された商品の数量                                                                                                                                                                                                    | 必須         | `3`                                                                                                                                                 |
| `regularUnitPrice`                  | 注文内の商品の通常単価。                                                                                                                                                                                                  | 任意         | `2.99`                                                                                                                                              |
| `sessionId`                         | これは、ユーザーのセッションを識別するために顧客側で管理する生成されたIDです。 Epsilon Retail Media はこれを購買アトリビューションに使用できます。                                                                                                                         | 標準的な連携では必須 | `5cat7-9964-4f`                                                                                                                                     |
| `totalOrderItemPriceAfterDiscounts` | これは割引適用後の商品の合計金額です。例：注文項目に単価2.00の商品が3点含まれている場合、値は次のようになります： `6.00`.                                                                                                                                           | 任意         | `5.98`                                                                                                                                              |
| `sellerId`                          | <p>出品者の固有ID。マーケットプレイスの出品者をオンボーディングする場合のみ必要です。マーケットプレイス以外の商品については空欄のままで問題ありません。<br><br>seller\_idsを連携するには追加の要件があります。詳細については以下を参照してください： <a href="/pages/jM2PUi7m00cg6LBMOlac">マーケットプレイス sellerId</a> 詳細情報。</p> | 任意         | `73nns-32sxr-32ss` 連携ごとにカスタム                                                                                                                        |


---

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