# 주문내역

고객이 온라인 쇼핑 과정에서 상품을 선택하고 구매한 이후의 과정을 다루며, 주문 조회부터 취소, 교환, 반품 등 프로세스를 지원합니다.

***

<details>

<summary><strong>주문조회</strong></summary>

이전 주문 내역을 확인하고 주문 상태를 조회할 수 있습니다.

</details>

<details>

<summary><strong>배송조회/수령확인</strong></summary>

주문한 상품의 배송 상태를 실시간으로 추적하고 상품 수령을 확인할 수 있습니다.전 주문 내역을 확인하고 주문 상태를 조회할 수 있습니다.

</details>

<details>

<summary><strong>주문취소/옵션변경</strong></summary>

주문을 취소하거나 상품 옵션을 변경할 수 있는 기능을 제공합니다.

</details>

<details>

<summary><strong>반품신청</strong></summary>

주문한 상품을 반품하고 환불을 요청할 수 있는 절차를 안내합니다.

</details>

<details>

<summary><strong>교환신청</strong></summary>

상품 교환을 요청하고 관련 정보를 제공하는 기능입니다.

</details>


---

# 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/store-front-api/undefined-4/undefined-8.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.
