# 취소/반품/교환 내역

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

취소/반품/교환 내역 리스트는 주문/배송 조회와 동일한 API를 사용하여 리스트 화면을 제공합니다.\ <mark style="background-color:yellow;">orderRequestType</mark>의 값으로 클레임에 해당하는 주문상태값을 지정하여 호출하여 클레임 리스트만 구매자에게 제공할 수 있습니다.

* 클레임 주문 상태
  * 취소신청\[승인대기] <mark style="background-color:yellow;">CANCEL\_PROCESSING</mark>
  * 취소처리중&#x20;
  * 취소완료 <mark style="background-color:yellow;">CANCEL\_DONE</mark>
  * 교환신청\[승인대기] <mark style="background-color:yellow;">EXCHANGE\_PROCESSING</mark>
  * 교환처리중
  * 교환완료 <mark style="background-color:yellow;">EXCHANGE\_DONE</mark>
  * 반품신청\[승인대기 ] <mark style="background-color:yellow;">RETURN\_PROCESSING</mark>
  * 반품처리중
  * 반품완료 <mark style="background-color:yellow;">RETURN\_DONE</mark>


---

# 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://workspace-help.nhn-commerce.com/aurora-guide/api-1/mypage-shopping/claim-list.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.
