> For the complete documentation index, see [llms.txt](https://shopping-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shopping-docs.toss.im/dev/api-1.md).

# API 연동 가이드

- [API 인증 토큰 발급받기](https://shopping-docs.toss.im/dev/api-1/token.md): 인증 토큰을 발급받고 API를 호출해보세요.
- [상품 등록하기](https://shopping-docs.toss.im/dev/api-1/register-product.md): 카테고리, 배송지 등 필요한 정보를 준비해서 상품을 등록하는 과정입니다.
- [클레임 처리하기](https://shopping-docs.toss.im/dev/api-1/claim.md): 클레임은 결제완료 이후에 일어난 취소, 반품, 교환 요청이에요.
- [취소 처리하기](https://shopping-docs.toss.im/dev/api-1/claim/cancel.md)
- [교환 처리하기](https://shopping-docs.toss.im/dev/api-1/claim/exchange.md)
- [반품 처리하기](https://shopping-docs.toss.im/dev/api-1/claim/return.md)
- [테스트 환경 설정하기](https://shopping-docs.toss.im/dev/api-1/test.md): 테스트 환경에 접근하고, 테스트 앱을 설치하는 방법을 알아보세요.
- [MCP 연동 가이드](https://shopping-docs.toss.im/dev/api-1/mcp.md)
- [AI 챗봇 사용 가이드](https://shopping-docs.toss.im/dev/api-1/ai.md)
- [API 인증 토큰 발급하기(통합솔루션사)](https://shopping-docs.toss.im/dev/api-1/integration-solution.md): 통합솔루션사가 Access Token을 발급받고 API를 호출하는 절차입니다.
- [변경이력](https://shopping-docs.toss.im/dev/api-1/changes.md): 주요 API / 정책 변경 이력을 공지해드려요.
- [2026.03.03 배송 정책 변경 Phase 1](https://shopping-docs.toss.im/dev/api-1/2026.03.03-phase-1.md): 2026.03.03 대고객 배포되는 배송 정책 변경에 따른 API 변경 사항입니다.
- [2026.04.04 희망일 배송/착불 배송 추가](https://shopping-docs.toss.im/dev/api-1/2026.04.04.md)
- [장바구니 알림 쿠폰 생성하기](https://shopping-docs.toss.im/dev/api-1/undefined.md): 장바구니에 상품을 담았지만 구매하지 않은 고객에게 쿠폰을 자동 발급하여 구매 전환을 유도해보세요. 사전신청 셀러에게 우선 오픈됩니다.


---

# 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://shopping-docs.toss.im/dev/api-1.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.
