> 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/member/member-related-api.md).

# Member-Related API

APIs provided by the shopping mall's member module that support order information security, customer consultation, 1:1 inquiries, and other various functions, enabling effective operation of customer service.

***

## API Function List

<table><thead><tr><th width="121.22216796875">API</th><th width="349.333251953125">Description</th><th width="92.4444580078125">Server</th><th width="90.2222900390625">Method</th><th>Remarks</th></tr></thead><tbody><tr><td>Mask Withdrawn<br>Member Order<br>Information</td><td>Masks the order information of a member who requested withdrawal. If order information exists for the requested member number, the columns related to personal information in the order basic, order delivery address, order payment, refund information, and other gift delivery information tables are masked.</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">🔗View API ></a></td></tr><tr><td>Find Non-Member Order Password</td><td><p>Finds the password for a non-member order.<br>Generates a temporary password.<br>Updates the non-member order's password with the generated temporary password.</p><p>Sends the generated temporary password via alert talk to the mobile phone number entered at the time of the order.</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">🔗View API ></a></td></tr><tr><td>Get Purchase<br>Amount by Period</td><td>Retrieves the list of order amounts placed by a member within the requested period.<br>Order amounts for canceled or returned orders are deducted or excluded.</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">🔗View API ></a></td></tr><tr><td>Get Order/Delivery<br>Claim Count</td><td>Retrieves the order/delivery claim count.<br>When the request type is myPage, the claim count retrieves live orders from order placement through delivery completion + 10 days for exchange/return counts, and the order/delivery count retrieves live orders with cancellation, exchange, or return from acceptance through completion + 10 days.<br>When the request type is quit, the claim count retrieves exchange/return counts up until claim completion, and the order/delivery count retrieves counts from order placement through delivery completion + 14 days.</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">🔗View API ></a></td></tr><tr><td>Get In-Progress Inquiry Count</td><td>Retrieves the customer's in-progress inquiry count.<br>Retrieves the inquiry count registered for the requested member number and lookup period.</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">🔗View API ></a></td></tr><tr><td>Get 1:1 Inquiry Count</td><td>Retrieves the customer's 1:1 inquiry count.<br>Retrieves the 1:1 inquiry count corresponding to the requested member number and lookup period.</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">🔗View API ></a></td></tr></tbody></table>
