# 주문(Order)

쇼핑몰의 주문과 관련된 다양한 기능을 활용하기 위한 주문(Order) API는 개발자들에게 주문 처리 및 관리에 필요한 다양한 엔드포인트를 제공합니다. 이 문서는 주문 API의 전반적인 내용을 설명하며, 개발자들이 API를 효과적으로 사용할 수 있도록 안내합니다.

***

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

* [장바구니 등록](/api-guide/store-front/order/undefined.md)
* [주문서](/api-guide/store-front/order/undefined-1.md)
* [정기주문 서비스](/api-guide/store-front/order/undefined-2.md)
* [선물함](/api-guide/store-front/order/undefined-3.md)
* [결제 정보](/api-guide/store-front/order/undefined-4.md)
* [주문 조회](/api-guide/store-front/order/undefined-5.md)
* [배송](/api-guide/store-front/order/undefined-6.md)
* [클레임 공통](/api-guide/store-front/order/undefined-7.md)
* [주문 취소](/api-guide/store-front/order/undefined-8.md)
* [주문변경](/api-guide/store-front/order/undefined-9.md)
* [주문교환](/api-guide/store-front/order/undefined-10.md)
* [주문 반품](/api-guide/store-front/order/undefined-11.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/store-front/order.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.
