> For the complete documentation index, see [llms.txt](https://thirtymall.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thirtymall.gitbook.io/main/start/additional_shipping_cost.md).

# 4) 지역별 추가배송비 관리

{% hint style="info" %}
**먼저 읽어보세요!**

* 지역별 추가배송비를 등록하지 않을 경우, 도서/산간지역 주문건에 추가배송비 결제가 되지 않습니다.\
  미리 확인하고 배송비를 등록해 주세요.
  {% endhint %}

<div data-with-frame="true"><figure><img src="/files/MQ4nqijIDGCFuJRcfmor" alt=""><figcaption></figcaption></figure></div>

1. 메인화면 우측 상단의 "전체메뉴 열기"를 클릭 후, "상품관리"탭에서 "배송비 관리"를 클릭합니다.

<div data-with-frame="true"><figure><img src="/files/Ec82RZzlIpJS2lq3mdc7" alt=""><figcaption></figcaption></figure></div>

2. "지역별 추가배송비 관리" 탭을 클릭하고, 우측 "지역별추가배송비등록"을 클릭합니다.

<div data-with-frame="true"><figure><img src="/files/Zm1v2UK1bvZz5sVz7RLQ" alt=""><figcaption></figcaption></figure></div>

3. **지역별추가배송비명**
   1. 자유롭게 입력합니다. (기본, 제주 등)
4. **국가선택**
   1. 대한민국이 기본값입니다.
5. **지역별 추가배송비 설정**
   1. 2026년 4월 기준 총 104개의 지역이 기본으로 등록되어 있습니다.
   2. 전체 선택 후 금액을 일괄 적용할 수도 있고, 특정 지역만 금액을 달리 적용할 수도 있습니다.
   3. "지역추가"를 이용해 신규 지역을 추가할 수 있습니다.
6. "저장"을 클릭하면 등록이 완료됩니다.

{% hint style="warning" %}
**꼭 확인하세요!**

* 통상적인 배송비 범위를 벗어나는 과도한 금액이 등록되지 않도록 주의 바랍니다.\
  (예 : 제주도 추가배송비는 보통 3,000원 \~ 3,500원 정도인데 20,000원으로 입력하는 경우)
  {% 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:

```
GET https://thirtymall.gitbook.io/main/start/additional_shipping_cost.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.
