> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/anylogi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/anylogi/fulfillment/order/edit.md).

# 注文情報の編集

{% hint style="danger" %}
**ECカート・ECモールから取り込んだ注文情報は、AnyLogi上では編集することができません。**

**ECカート・ECモールの管理画面から編集してください。（詳細は**[**こちら**](/anylogi/faq-2.md#ecktoecmrudewosuru)**）**

注文情報の編集が可能なのは、以下の出荷ステータスの注文情報のみです。

出荷ステータス：**入金待ち・引当待ち・確認待ち・出荷待ち**

上記出荷ステータス以外の注文情報を編集したい場合は、管理画面上のチャットからお問い合わせください。
{% endhint %}

{% hint style="danger" %}
**手動で作成された注文情報に関しては、AnyLogi上で編集可能です。**

**手動で作成された注文情報の編集は下記手順をご参考ください。**

注文情報の編集が可能なのは、以下の出荷ステータスの注文情報のみです。

出荷ステータス：**入金待ち**・**引当待ち**・**確認待ち・出荷待ち**

上記出荷ステータス以外の注文情報を編集したい場合は、管理画面上のチャットからお問い合わせください。
{% endhint %}

{% hint style="danger" %}
**受注に関する注意事項**&#x20;

Shopifyから作成された受注は、60日以上経過するとShopify上から編集できなくなります。
{% endhint %}

###

### ① 該当注文情報の詳細画面に遷移

{% hint style="info" %}
該当する注文の注文IDを押下すると、詳細画面に遷移できます。
{% endhint %}

![](/files/-MeTej1_gUbld516dLW7)

### ② 各種編集・変更をする

**編集可能項目**

* 入金ステータス
* 配送サービス
* 温度
* お届け希望日
* お届け希望時間帯
* メモ
* 注文内の商品
* 注文内の商品の個数
* 注文の割引額
* 注文の配送費
* お届け先詳細
* 請求先詳細
* 購入者備考
* 出荷特記事項

{% hint style="danger" %}
以下の項目を編集すると、編集箇所以外も含めた全ての情報がシステム上でアップデートされるため、出荷ステータスがもとに戻るなどの可能性があります。

※例：出荷待ちの受注で温度を編集したとき、お届け先住所に不備があったので、出荷ステータスが確認待ちに戻る

* 配送サービス
* お届け希望日
* お届け希望時間帯
* メモ
* 注文内の商品
* 注文内の商品の個数
* 購入者備考
* 出荷特記事項
  {% endhint %}

{% hint style="info" %}
編集可能項目の詳細については下記ページをご参照ください。
{% endhint %}

{% content-ref url="/pages/-MeK3RjxTNYmLB4NO9Rs" %}
[注文情報の手動作成](/anylogi/fulfillment/order/create.md)
{% endcontent-ref %}


---

# 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://anymind-group.gitbook.io/anylogi/fulfillment/order/edit.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.
