> 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/api-guides-en/store-front-api/my-page/order-history/product-order-inquiry.md).

# Product Order Inquiry

## Member Order Inquiry <a href="#plus" id="plus"></a>

<div 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=""></div>

### 1. View Order List <a href="#id-1" id="id-1"></a>

Displays the order list matching the member's search condition (period).

* **View Order History (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C/orderInfoList))\
  Retrieves and displays the member's order history.

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

### 2. View Order Details <a href="#id-2" id="id-2"></a>

Clicking the order number for a selected order displays the detailed information for that order number.

* **View Order Details (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C/orderDetailInfoList))\
  Retrieves the member's order detail information.

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

### 3. Change Delivery Address <a href="#id-3" id="id-3"></a>

On the order detail page, clicking Change Delivery Address displays the my delivery address list screen.

* **Change Order Delivery Address (FO) (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EB%B3%80%EA%B2%BD/ordDlvChangeFO))\
  Members and non-members both use the same delivery address change API.

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

## Non-Member Order Inquiry <a href="#plus" id="plus"></a>

<div 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=""></div>

### 1. Non-Member Login Processing <a href="#id-1" id="id-1"></a>

A non-member enters their 'order number and password' and clicks the function button, and the non-member order inquiry screen for that order number appears.

* **Non-Member Login (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EC%A3%BC%EB%AC%B8%EC%A1%B0%ED%9A%8C/nonMemberLoginProcess))\
  This API is used for non-member order inquiry.

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