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

# 상품 주문 조회

## 회원 주문조회 <a href="#plus" id="plus"></a>

<p align="center"><img src="https://tech.x2bee.com/download/attachments/266111341/%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C.drawio.png" alt=""></p>

&#x20;

### 1. 주문 목록 조회 <a href="#id-1" id="id-1"></a>

해당 사용회원의 조회 조건(기간)에 해당하는 주문 목록을 조회하여 나타납니다.

* **주문내역 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C/orderInfoList))\
  회원의 주문내역을 조회하여 나타냅니다.

```
POST/v1/mypage/order/orderInfoList 
```

### 2. 주문내역 상세 조회 <a href="#id-2" id="id-2"></a>

선택한 주문건에 대한 주문번호를 클릭하면, 해당 주문번호의 상세 정보가 나타납니다.

* **주문내역 상세 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C/orderDetailInfoList))\
  회원의 주문 상세 내역을 조회합니다.

```
POST/v1/mypage/order/orderDetailInfo 
```

### 3. 배송지 변경 <a href="#id-3" id="id-3"></a>

주문조회 상세 페이지에서 배송지 변경을 클릭하며, 나의 배송지 목록 화면이 나타납니다.

* **주문 배송지 변경 (FO) (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EB%B3%80%EA%B2%BD/ordDlvChangeFO))\
  회원과 비회원 모두 동일한 배송지 변경 API를 사용합니다.

```
POST/v1/claim/orderChange/ordDlvChangeFO 
```

&#x20;

## 비회원 주문조회 <a href="#plus" id="plus"></a>

<p align="center"><img src="https://tech.x2bee.com/download/attachments/266111341/%EB%B9%84%ED%9A%8C%EC%9B%90%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C.drawio.png" alt=""></p>

### 1. 비회원 로그인 처리 <a href="#id-1" id="id-1"></a>

비회원이 ‘주문번호 및 비밀번호’를 입력하여 기능버튼을 클릭하며, 해당 주문번호의 비회원주문조회 화면이 나타납니다.

* **비회원 로그인 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C/nonMemberLoginProcess))\
  비회원 주문조회 시 활용되는 API 입니다.

```
POST/v1/order/nonMember/loginProcess 
```


---

# 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, and the optional `goal` query parameter:

```
GET https://tech.x2bee.com/api-guide/store-front-api/undefined-4/undefined-8/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
