# 配送方法の登録・編集ページ

配送方法の登録・編集を行います。

***

## 「一般」タブ

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

<table><thead><tr><th width="257">項目</th><th>説明</th></tr></thead><tbody><tr><td><strong>インフォメーション ▼</strong></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>配送方法のアイコンを設定（ローカル/サーバー/URLから選択）</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>お届け日指定</td><td>お届け日の指定可否を設定</td></tr><tr><td>お届け日の表示日数</td><td>注文日からの表示期間を設定（休業日を計算に含めるかどうかを選択可）</td></tr><tr><td>重量上限</td><td>配送可能な重量の下限と上限を設定</td></tr><tr><td>新規ショップで使用</td><td>新規ショップでの使用可否を設定</td></tr></tbody></table>

***

## 「カスタマイズ」タブ

カスタマイズ可能な設定項目がある場合に表示されます。（通常は何も表示されません）

<figure><img src="/files/2XYo99AtDIDxDi6xREhK" alt=""><figcaption></figcaption></figure>

***

## 「配送期間と送料」タブ

配送期間と送料について設定します。ただし、佐川急便、ヤマト運輸、福山通運、日本郵便の配送サービスを設定する場合は送料が自動計算されるため、特に設定を行う必要はありません。

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

***

## 「送料計算」タブ

送料のシミュレーションができます。

<figure><img src="/files/6MtH4Xs388dvCkmy0asT" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="218">項目</th><th>説明</th></tr></thead><tbody><tr><td>重量 (kg)</td><td>配送する商品の重量を設定（1, 5, 10, 50, 100kgから選択可）</td></tr><tr><td><strong>受取人 ▼</strong></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><strong>差出人 ▼</strong></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><strong>送料計算結果 ▼</strong></td><td></td></tr><tr><td>ロケーション</td><td>配送可能なロケーションを表示</td></tr><tr><td>金額</td><td>計算された送料を表示</td></tr><tr><td>「送料を再計算」ボタン</td><td>送料を再計算する</td></tr></tbody></table>

***

## 「追加設定」タブ

配送方法に関する追加の設定を行います。

<figure><img src="/files/4xvFxsoVRZF8Jnu4O4qn" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="195">項目</th><th>説明</th></tr></thead><tbody><tr><td><strong>価格</strong></td><td></td></tr><tr><td>税金</td><td>税金の適用有無を設定</td></tr><tr><td>無料配送に使用</td><td>キャンペーンや商品の設定で送料が無料となる場合に使用する際にチェック</td></tr></tbody></table>

***

## 全タブ共通ヘッダー

<figure><img src="/files/0hfJEC6DxTcAM466xsC0" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="237">項目</th><th>説明</th></tr></thead><tbody><tr><td>「←」ボタン</td><td>前のページに戻る</td></tr><tr><td>歯車アイコン</td><td>以下のアクションを実行<br>・配送方法の追加<br>・配送方法<br>・すべてのショップ向けに配送を許可<br>・削除</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/edit_delivery_method.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.
