# 회원관련 API

쇼핑몰의 회원 모듈에 제공하는 API로 주문 정보의 보안, 고객 상담, 1:1문의 등 다양한 기능을 지원하여 고객 서비스를 효과적으로 운영할 수 있도록 합니다.

***

## API 기능 목록

<table><thead><tr><th width="121.22216796875">API</th><th width="349.333251953125">설명</th><th width="92.4444580078125">Server</th><th width="90.2222900390625">메소드</th><th>비고</th></tr></thead><tbody><tr><td>탈퇴회원 <br>주문정보 <br>마스킹 처리</td><td>탈퇴 요청 회원의 주문 정보를 마스킹합니다. 요청 회원 번호 기준으로 주문 정보가 있을 경우, 주문기본, 주문배송지, 주문결제, 환불정보, 기타사은품배송정보 테이블의 개인정보와 관련된 컬럼에 마스킹 처리가 됩니다.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%ED%9A%8C%EC%9B%90%EC%A0%9C%EA%B3%B5&#x26;path=withdrawalMemberOrderInfo">🔗API 확인하기 ></a></td></tr><tr><td><p>비회원 주문 비밀번호 </p><p>찾기</p></td><td><p>비회원 주문 비밀번호를 찾습니다. <br>임시 비밀번호를 생성합니다.<br>비회원 주문의 비밀번호를 생성된 임시 비밀번호로 업데이트합니다.</p><p>주문시 입력한 휴대전화 번호에 알림톡으로 생성된 임시 비밀번호를 전송합니다.</p></td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%ED%9A%8C%EC%9B%90%EC%A0%9C%EA%B3%B5&#x26;path=getNonMbrOrdPwd">🔗API 확인하기 ></a></td></tr><tr><td>기간별<br>구매금액조회</td><td>요청 기간 내 회원이 주문한 주문 금액 리스트를 조회합니다. <br>취소나 반품을 진행한 주문 금액은 차감 또는 제외합니다.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%ED%9A%8C%EC%9B%90%EC%A0%9C%EA%B3%B5&#x26;path=getMemberOrderTotalAmt">🔗API 확인하기 ></a></td></tr><tr><td>주문/배송 <br>클레임 건수 조회</td><td>주문/배송 클레임 건수를 조회합니다. <br>요청구분이 myPage인 경우 클레임건수는 <br>살아있는 주문 중 주문~배송완료 + 10일까지의 건수, 주문/배송건수는 취소, 교환, 반품이 살아있는 주문 접수~완료 + 10일까지의 건수를 조회합니다. <br>요청구분이 quit인 경우 클레임건수는 클레임 완료 전까지 교환/반품 건수, 주문/배송 건수는 주문~배송완료 + 14일까지의 건수를 조회합니다.</td><td>Order</td><td>POST</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%ED%9A%8C%EC%9B%90%EC%A0%9C%EA%B3%B5&#x26;path=getMemberOrderClaimCnt">🔗API 확인하기 ></a></td></tr><tr><td>진행중인 상담 건수 조회</td><td>고객의 진행중인 상담 건수를 조회합니다. <br>조회시 요청한 회원번호, 조회기간에 등록한 상담 건수를 조회합니다.</td><td>Order</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%ED%9A%8C%EC%9B%90%EC%A0%9C%EA%B3%B5&#x26;path=getNotCompletedInquiryCount">🔗API 확인하기 ></a></td></tr><tr><td>1:1문의 건수 조회</td><td>고객의 1:1문의 개수를 조회합니다.<br>조회 시 요청한 회원번호, 조회기간에 해당하는 1:1문의 건수를 조회합니다.</td><td>Order</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%ED%9A%8C%EC%9B%90%EC%A0%9C%EA%B3%B5&#x26;path=getInquiryCount">🔗API 확인하기 ></a></td></tr></tbody></table>


---

# 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/member/api.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.
