Member Provision
Function Description
Masks the order information of a member requesting withdrawal.
Detailed Description
Member No. (mbrNo) is a required parameter.
If order information exists for the requested member number, in the order basic, order delivery address, order payment, refund information, and miscellaneous gift delivery information tables, the columns related to personal information are masked.
Access Token
Order Info Separate Storage/Masking Processing Request DTO
Member No.
100001311Success
No content
Business processing error details
POST /api/order/v1/member/withdrawalMemberOrderInfo HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"mbrNo": "100001311"
}No content
Access Token
Search Non-Member Password Request
Order No.
20230809O007962Orderer Name
박진성Non-Member Mobile Phone Prefix No.
010Non-Member Mobile Phone Exchange No.
2023Non-Member Mobile Phone Last Digits
4046Success
No content
Business processing error details
POST /api/order/v1/member/nonMbrOrdPwd HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 119
{
"ordNo": "20230809O007962",
"ordManNm": "박진성",
"umemCellSctNo": "010",
"umemCellTxnoNo": "2023",
"umemCellEndNo": "4046"
}No content
Access Token
Customer No.
100001431Purchase Period Start Date/Time
Purchase Period End Date/Time
Success
Search Event Target Amount Response
Total Order Amount in Order History
3110Business processing error details
POST /api/order/v1/member/getOrdTotAmt HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 99
{
"mbrNo": "100001431",
"buyStrDtm": "2026-01-01T00:00:00.000Z",
"buyEndDtm": "2026-01-01T00:00:00.000Z"
}{
"orderList": [
{
"ordNo": "20230809O007055",
"ordDtm": "2026-01-01T00:00:00.000Z",
"ordAmt": 3110
}
],
"totOrdAmt": 3110
}Function Description
Looks up the order/delivery claim count.
Detailed Description
Based on request classification (reqGubun)
myPage : Claim count: count for live orders from order to delivery-completion+10 days Order/delivery count: count for live cancel/exchange/return orders from acceptance to completion+10 days
quit : Claim count: exchange/return count until claim completion Order/delivery count: count from order to delivery-completion+14 days (ST006)
Notes
Request classification (reqGubun)is a required value; if not myPage, it is requested as quit.When requested as quit, looks up the order/delivery count up to delivery-completion-date + claim-allowed-days, referencing the reference1 value of the return-allowed-days (10) under the claim-allowed-days (ST006) group code.
Code Reference
Request classification (reqGubun): myPage: My Page order/claim count request, quit: request when checking withdrawal eligibility
Revision History
Release v2.00_240401: myPage claim and order/delivery count based on order acceptance date +7 days
Release v2.00_240425 : Added site number (site_no) for multi-site expansion
Access Token
Search Order Claim Count Request DTO
Request Type myPage: My Page, quit: Withdrawal Eligibility Check
myPageSuccess
Order/Claim Count Info
Claim Count
1Order/Delivery Count
1Business processing error details
POST /api/order/v1/member/getOrdClaimCnt HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"reqGubun": "myPage"
}{
"claimCnt": 1,
"ordCnt": 1
}Member No.
1000005131:1 Inquiry Start Date
202308011:1 Inquiry End Date
20230831Access Token
Success
result time
result code
result message
process check
is error
Business processing error details
GET /api/order/v1/customerservice/getNotCompletedInquiryCount?mbrNo=100000513 HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"inquiryCnt": 1
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Member No.
1000005131:1 Inquiry Start Date
202308011:1 Inquiry End Date
20230831Access Token
Success
result time
result code
result message
process check
is error
Business processing error details
GET /api/order/v1/customerservice/getInquiryCount?mbrNo=100000513 HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"inquiryCnt": 1
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Last updated