# ロケーションの登録・編集ページ

ロケーションの登録・編集を行います。

{% hint style="info" %}
**ロケーション** **とは？**

国や地域（州/県、市区町村、郵便番号）単位でグルーピングした「ロケーション」を作成し、利用できる配送方法などを制御するために用いられる機能です。

EUなど国境をまたぐ配送が頻発するケースで活用されますが、日本国内で展開するECモールではデフォルト設定（グルーピングなし）で利用されることがほとんどです。
{% endhint %}

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

<table><thead><tr><th width="225">項目</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>対象国を選択（複数選択可）</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></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/settings/delivery_methods/locations/edit_location.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.
