# 클레임(Claim) BO

## 개요

주문 교환/반품/취소 등과 같은 고객 클레임에 대한 API를 소개합니다.

***

## API 구성 <a href="#api" id="api"></a>

* [클레임 공통 API](/api-guide/back-office/claim-bo/api.md)
* [주문취소](/api-guide/back-office/claim-bo/undefined.md)
* [주문 교환](/api-guide/back-office/claim-bo/undefined-1.md)
* [주문 반품처리](/api-guide/back-office/claim-bo/undefined-2.md)
* [주문 클레임 처리](/api-guide/back-office/claim-bo/undefined-3.md)


---

# 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://tech.x2bee.com/api-guide/back-office/claim-bo.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.
