회원제공
Access Token
주문 정보 분리보관/마스킹 처리 요청 DTO
회원번호
100001311성공
No content
업무처리 오류 내용
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
비회원 비밀번호 찾기 Request
주문번호
20230809O007962주문자명
박진성비회원휴대폰구분번호
010비회원휴대폰국번번호
2023비회원휴대폰끝번호
4046성공
No content
업무처리 오류 내용
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
고객번호
100001431구매기간시작일시
구매기간종료일시
성공
이벤트 대상 금액 조회 Response
주문내역 총 주문금액
3110업무처리 오류 내용
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
}기능 설명
주문/배송 클레임 건수를 조회합니다.
상세 설명
요청구분(reqGubun)에 따라
myPage : 클레임 건수 : 살아있는 주문 중 주문
배송완료+10일 까지 건수주문/배송 건수 : 취소, 교환, 반품 살아있는 주문 접수완료+10일 까지 건수quit : 클레임 건수: 클레임 완료 전까지 교환/반품 건수 주문/배송 건수: 주문~배송완료+14일(ST006) 까지 건수
특이사항
요청구분(reqGubun)은 필수 값이며, myPage가 아닌경우 quit으로 요청됩니다.quit으로 요청하는 경우, 클레임가능일수(ST006)의 반품가능일수(10)의 참조1값을 참조하여, 배송완료일 + 클레임가능일수 까지의 주문/배송 건수를 조회합니다.
코드정리
요청구분(reqGubun): myPage: 마이페이지 주문/클레임 건수 요청, quit: 탈퇴 가능여부 체크시 요청
수정번호
Release v2.00_240401: myPage 클레임, 주문/배송 건수 주문접수일 기준 +7일
Release v2.00_240425 : 멀티 사이트 확장에 따른 사이트 번호(site_no) 추가
Access Token
주문클레임건수 조회 요청 DTO
요청구분 myPage:마이페이지, quit:탈퇴가능여부체크
myPage성공
주문/클레임 건수 정보
클레임 건수
1주문/배송 건수
1업무처리 오류 내용
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
}회원번호
1000005131:1 문의 시작일자
202308011:1 문의 종료일자
20230831Access Token
성공
result time
result code
result message
process check
is error
업무처리 오류 내용
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"
}
]
}회원번호
1000005131:1 문의 시작일자
202308011:1 문의 종료일자
20230831Access Token
성공
result time
result code
result message
process check
is error
업무처리 오류 내용
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"
}
]
}마지막 업데이트