# カートの状況

お客様のカートの内容について確認できます。

<figure><img src="/files/TU8TvIo0gn2vZXgrxxf0" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="213">項目</th><th>説明</th></tr></thead><tbody><tr><td>お客様</td><td>顧客の名前、場所、電話番号</td></tr><tr><td>日時</td><td>カートが最後に更新された日時</td></tr><tr><td>カート</td><td>カート内の商品数れます</td></tr><tr><td>合計</td><td>カート内の商品の合計金額</td></tr><tr><td>お客様情報</td><td>顧客の詳細情報（Eメール、TEL、名前、IPアドレス）など</td></tr><tr><td>請求先・配送先住所</td><td>顧客の請求先および配送先の住所</td></tr><tr><td>商品</td><td>カート内の各商品の名前と詳細</td></tr><tr><td>数量</td><td>各商品の数量</td></tr><tr><td>価格</td><td>各商品の価格</td></tr><tr><td><strong>検索</strong></td><td></td></tr><tr><td>お客様</td><td>お客様名で検索</td></tr><tr><td>Eメール</td><td>メールアドレスで検索</td></tr><tr><td>合計（円）</td><td>注文金額の範囲で検索（下限-上限）</td></tr><tr><td>「検索」ボタン</td><td>指定条件で検索を実行</td></tr><tr><td>「詳細検索」ボタン</td><td>より詳細な検索条件を表示</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://manual-admin.cs-cart.jp/mall-admin/orders/cart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
