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

# 注文情報の手動作成

{% hint style="info" %}
ECカートから連携されて入る注文情報とは別に商品の出庫を行いたい時にはこちらの手順をご参照ください。
{% endhint %}

{% hint style="warning" %}
◆注文テストをShopifyから作成し連携確認を行いたい場合

・Shopify側で手動で注文情報を作成し、その&#x969B;**「支払いなし」**&#x3092;ご選択ください。またAnyLogiへの連携が確認された後には、必ず**キャンセル処理**を行なってください。
{% endhint %}

### ① `注文情報`ページにアクセス

<div align="left"><img src="/files/-MeNHX9hK4ru8vOZhH2f" alt=""></div>

### ② `注文情報の追加`を押下

<div align="left"><img src="/files/-MeO8dIUfPCiExFKZ3n9" alt=""></div>

### ③ `注文情報`を入力

![](/files/-MeTdTlKeuApojxwjhpQ)

| 項目         | 説明                                 |
| ---------- | ---------------------------------- |
| **注文ID**   | 注文情報に対して割り振られる固有のID。空欄の場合は自動生成される。 |
| **支払方法\*** | 注文に対する支払方法                         |

###

### ④ `出荷情報`を入力

| 項目           | 説明                                          |
| ------------ | ------------------------------------------- |
| **配送サービス**   | 注文に対する配送サービス                                |
| **温度**       | 注文を配送する際に必要な温度設定                            |
| **お届け希望日**   | 注文のお届け希望日                                   |
| **お届け希望時間帯** | 注文のお届け希望時間帯                                 |
| **出荷特記事項**   | 出荷に関する特記事項。こちらに記載があるものは、倉庫の出荷担当者も見ることができます。 |

###

### ⑤ `商品`を入力

{% hint style="info" %}
**商品を追加**を押下した後、注文に入れる商品を選択してください。

必要に応じて個数・割引・配送も編集可能です。
{% endhint %}

###

### ⑥ `お届け先`（必要に応じて請求先と購入者備考もあわせて）を入力　

{% hint style="info" %}
**住所を追加**を押下した後、お届け先の詳細を入力してください。

お届け先と請求先が異なる場合、**編集**を押下することで、請求先の詳細を変更することができます。
{% endhint %}

{% hint style="info" %}
ご購入者様からの備考がある場合には、**購入者備考**に詳細をご入力ください。
{% endhint %}


---

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