# 배송지 가져오기

## 아이템 블록

Access Token 에 연결된 사용자의 배송지 정보를 가져옵니다

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

## 설정 팝업

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

## 설정 필드

### Access Token

사용자 인증 수단이며, 사용자 정보를 요청하고자 하는 사용자를 구분하는 키 입니다.

### 배송지 ID

배송지 정보가 많은 경우, 특정 배송지 정보만 얻고 싶을 때 배송지 ID 지정할 수 있습니다.

### 배송지 수정시간 기준

필수 값은 아닙니다.  여러 페이지에 걸쳐 응답이 제공될 때, 기준이 되는 배송지 `updated_at` 시각\
(해당 시각은미포함) 이전에 수정된 배송지부터 조회 합니다. 이전 페이지의 마지막 배송지의 `updated_at`을 다음 페이지 input으로 사용하세요.\
값을 0으로 전달하면 처음부터 조회

### 페이지당 조회수

2 이상 설정 가능합니다.  한 페이지에 포함할 배송지 목록의개수  입니다. (기본값: 10)

## 응답

상세한 응답 내용은 아래 링크를 통해 카카오 API 문서를 확인해 주세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#shipping-address-response>


---

# 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://docs.apidrag.com/kakao-api/references/kakao-login/shipping-address.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.
