> 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-1.md).

# 주문 모니터링 관리

쇼핑몰에서 발생하는 주문, 클레임, 프로모션, 결제 로그를 효율적으로 조회하고 관리하는 기능을 제공합니다.

***

## 주요 기능

* 주문, 클레임, 프로모션, 결제 로그로 업무가 구분되어 조회할 수 있습니다.
* 실패한 주문의 경우 회원 정보가 DB에 저장되어 있지 않아 오류 내용만 확인할 수 있습니다.

## 프로세스 정의

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

{% stepper %}
{% step %}

### 주문 모니터링 조회

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

{% step %}

### 주문 모니터링 상세 조회

선택한 주문의 모니터링 상세 내용을 조회합니다.
{% endstep %}
{% endstepper %}

## API 기능 목록

<table><thead><tr><th width="129">API</th><th width="398.4444580078125">설명</th><th width="92.4443359375">Server</th><th width="90.2222900390625">메소드</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%EB%AA%A8%EB%8B%88%ED%84%B0%EB%A7%81%20%EA%B4%80%EB%A6%AC&#x26;path=getOrderMonitorMgmtList">🔗API 확인하기 ></a></td></tr><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%EB%AA%A8%EB%8B%88%ED%84%B0%EB%A7%81%20%EA%B4%80%EB%A6%AC&#x26;path=getOrderMonitorMgmtDetail">🔗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-1.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.
