> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/setting/default/address.md).

# 주소지정보

## 주소지 정보란?

상품 배송 시 사용하는 출고지의 주소와 반품 시 사용하는 반품지 주소를 설정하게 됩니다.

구매자는 상품 구매 시 출고지의 정보를 확인할 수 있으며, 반품요청 시 반품지의 주소를 확인하게 됩니다.\
출고지와 반품,교환지의 주소가 동일하다면 하나의 주소로 사용할 수 있으며, 필요에 따라 다르게 \
설정하거나 주소지 추가를 할 수 있습니다.

## 1. 주소지 목록

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

<table data-header-hidden><thead><tr><th width="132">버리는 항목</th><th></th></tr></thead><tbody><tr><td>항목</td><td>설명</td></tr><tr><td><strong>주소지명</strong></td><td>관리를 위해 구분짓는 주소지의 이름을 표시합니다.</td></tr><tr><td><strong>담당자명</strong></td><td>담당자의 이름을 표시합니다</td></tr><tr><td><strong>주소</strong></td><td><p>주소를 표시합니다.</p><ul><li>출고지 / 반품지 함께 사용 가능</li></ul></td></tr><tr><td><strong>대표 연락처</strong></td><td>판매자 또는 운영자의 연락처를 표시합니다.</td></tr><tr><td><strong>보조 연락처</strong></td><td><p>판매자 또는 운영자의 보조 연락처를 표시합니다.</p><ul><li>보조 연락처가 없을 경우 표시 되지 않음</li></ul></td></tr><tr><td><strong>설정 버튼</strong></td><td><p>대표 주소지 지정 및 편집, 삭제 등을 할 수 있습니다.</p><ul><li>대표 주소지 삭제 불가</li></ul></td></tr></tbody></table>

## 2. 주소지 등록/수정

새로운 주소지를 추가하거나, 등록이 된 주소지의 정보를 수정합니다.

주소지 정보 오른쪽 위 **\[주소지 등록]**&#xBC84;튼을 클릭하여 새로운 주소지를 추가하거나 \
주소지 클릭 또는 **\[설정 버튼 > 편집하기]**&#xB97C; 통해 주소지를 수정할 수 있습니다.

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

<table data-header-hidden><thead><tr><th width="181">버리는 항목</th><th></th></tr></thead><tbody><tr><td>항목</td><td>설명</td></tr><tr><td><strong>주소지명</strong></td><td>관리를 위해 구분짓는 주소지의 이름을 표시합니다.</td></tr><tr><td><strong>담당자명</strong></td><td>담당자의 이름을 표시합니다</td></tr><tr><td><strong>대표 연락처</strong></td><td>판매자 또는 운영자의 연락처를 표시합니다.</td></tr><tr><td><strong>보조 연락처(선택)</strong></td><td>판매자 또는 운영자의 보조 연락처를 표시합니다.</td></tr><tr><td><strong>주소</strong></td><td><p>주소를 표시합니다.</p><ul><li>출고지 / 반품지 함께 사용 가능</li></ul></td></tr><tr><td><strong>대표주소지</strong></td><td>등록 또는 수정한 주소를 대표 출고/반품지로 지정합니다.</td></tr></tbody></table>


---

# 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://help.qshop.ai/customer_support/guide/setting/default/address.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.
