> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/online-shop/order-management.md).

# 注文の管理

![](/files/nvd9r1CsBLva1UYYVZoV)

注文タブでは、ストアフロント全体と特定のファネル内のすべての受注の概要を把握することができます。以下の内容を表示・編集することができるようになります。

* 注文
* アーカイブ済み注文
* カゴ落ち
* 支払い状況の変更
* 注文状況
* 注文のエクスポート

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/OWRMoGsYjb.png)

### 注文

注文タブには、あなたから購入した人のリストが表示されます。ここでは、注文のステータスを選択し、更新することもできます。また、顧客を選択すると、CRM経由で顧客のプロフィールを見ることができます。

![](/files/qsECJ96SpZlgsyRPLb8o)

請求書番号「Invoice #201」の横にあるアクションタブで、以下のオプションを使用することができます。

1. 新しいアイテムを追加
2. 注文をアーカイブ
3. お客様に注文内容を送信
4. 印刷

![](/files/Xe8BvuhaNiYxqJcf2vXu)

1. **新しいアイテムを追加** - ユーザーのプロフィールにアイテムを追加することができるようになり、既存の注文に追加され、支払いメールが自動的に送信されるようになります。

#### 新しいアイテムを追加する

「新しいアイテムを追加」を選択 > リストから商品を選択 > 必要に応じて数量と価格を変更 > これで、以下のように顧客プロファイルに商品が追加されます。

![](/files/3jhBDUM0HLtw0Awo15GB)

ボタン「注文更新メールの送信」を使って、お客様にメールを送ることができるようになりました。


---

# 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://docs.opusbooster.com/platform/online-shop/order-management.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.
