> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/back-office/order-bo/undefined.md).

# 주문조회

쇼핑몰에서 검색 조건에 따라 주문 건의 목록을 효과적으로 조회하는 기능을 제공합니다. 주문 데이터를 빠르게 확인하고 필요한 정보를 손쉽게 찾을 수 있습니다.

***

## 주요 기능

* 검색 조건에 따른 주문 목록 조회

## 프로세스 정의

<figure><img src="/files/3lxjVKI6W3xBcqKTvPGb" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### 주문 목록 조회

주문DB에서 검색 조건에 맞는 주문건들의 정보를 조회합니다.
{% endstep %}
{% endstepper %}

## API 기능 목록

<table data-header-hidden><thead><tr><th width="92.4444580078125">API</th><th width="326.77783203125">설명</th><th width="92.444580078125">Server</th><th width="93.5555419921875">메소드</th><th>비고</th></tr></thead><tbody><tr><td>주문목록 조회</td><td>검색 조건에 맞는 주문목록을 조회합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=order&#x26;depth=%EC%A3%BC%EB%AC%B8%20%EC%A1%B0%ED%9A%8C&#x26;path=getOrderQueryList">🔗API 확인하기 ></a></td></tr></tbody></table>


---

# 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:

```
GET https://tech.x2bee.com/api-guide/back-office/order-bo/undefined.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.
