For the complete documentation index, see llms.txt. This page is also available as Markdown.

Member Provision

Mask Withdrawn Member's Order Information

post

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.

Header parameters
AuthorizationanyOptional

Access Token

Body

Order Info Separate Storage/Masking Processing Request DTO

mbrNostringRequired

Member No.

Example: 100001311
Responses
200

Success

No content

post/v1/member/withdrawalMemberOrderInfo
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

Find Non-member Order Password

post

Function Description

  • Finds a non-member order password.


Detailed Description

  • Generates a temporary password.

  • Updates the non-member order's password with the generated temporary password.

  • Sends the generated temporary password via notification message to the phone number entered at order time.

Header parameters
AuthorizationanyOptional

Access Token

Body

Search Non-Member Password Request

ordNostringRequired

Order No.

Example: 20230809O007962
ordManNmstringRequired

Orderer Name

Example: 박진성
umemCellSctNostringRequired

Non-Member Mobile Phone Prefix No.

Example: 010
umemCellTxnoNostringRequired

Non-Member Mobile Phone Exchange No.

Example: 2023
umemCellEndNostringRequired

Non-Member Mobile Phone Last Digits

Example: 4046
Responses
200

Success

No content

post/v1/member/nonMbrOrdPwd
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

Look Up Purchase Amount by Period

post

Function Description

  • Looks up a list of order amounts placed by the member within the requested period.


Detailed Description

  • Order amounts that were cancelled or returned are deducted or excluded.

Header parameters
AuthorizationanyOptional

Access Token

Body
mbrNostringRequired

Customer No.

Example: 100001431
buyStrDtmstring · date-timeRequired

Purchase Period Start Date/Time

buyEndDtmstring · date-timeRequired

Purchase Period End Date/Time

Responses
200

Success

*/*

Search Event Target Amount Response

totOrdAmtinteger · int64Optional

Total Order Amount in Order History

Example: 3110
post/v1/member/getOrdTotAmt
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
}

Look Up Order/Delivery Claim Count

post

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

Header parameters
AuthorizationanyOptional

Access Token

Body

Search Order Claim Count Request DTO

reqGubunstringRequired

Request Type myPage: My Page, quit: Withdrawal Eligibility Check

Example: myPage
Responses
200

Success

*/*

Order/Claim Count Info

claimCntinteger · int32Optional

Claim Count

Example: 1
ordCntinteger · int32Optional

Order/Delivery Count

Example: 1
post/v1/member/getOrdClaimCnt
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
}

Search Ongoing Consultation Count

get

Function Description

  • Retrieves the count of the customer's ongoing consultations.


Detailed Description

  • Retrieves the count of the selected customer's ongoing consultations.

Query parameters
mbrNostringRequired

Member No.

Example: 100000513
accpStrDtstringOptional

1:1 Inquiry Start Date

Example: 20230801
accpEndDtstringOptional

1:1 Inquiry End Date

Example: 20230831
Header parameters
AuthorizationanyOptional

Access Token

Responses
200

Success

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/customerservice/getNotCompletedInquiryCount
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"
    }
  ]
}

Search 1:1 Inquiry Count

get

Function Description

  • Retrieves the count of the customer's 1:1 inquiries.


Detailed Description

  • Retrieves the count of the selected customer's 1:1 inquiries.

Query parameters
mbrNostringRequired

Member No.

Example: 100000513
accpStrDtstringOptional

1:1 Inquiry Start Date

Example: 20230801
accpEndDtstringOptional

1:1 Inquiry End Date

Example: 20230831
Header parameters
AuthorizationanyOptional

Access Token

Responses
200

Success

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/customerservice/getInquiryCount
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