Order Lookup
Function Description
Validates the order and creates non-member cookie information when looking up a non-member order
Detailed Description
Checks whether the order exists and whether the non-member password for the order is valid
Sets the order number and non-member password cookie information after successful validation
Access Token
Order No.
Non-Member Password
SYSTEM (System Type) * 10 : FO * 20 : BO
10Possible values: Non-member Login Processing Success
Business processing error details
POST /api/order/v1/order/nonMember/loginProcess HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 56
{
"ordNo": "text",
"nonMemberPwd": "text",
"systemType": "10"
}Function Description
Looks up the order history list.
Detailed Description
Looks up the order list corresponding to the member number.
Non-members cannot look up the order history list.
Only looks up orders included between the lookup start datetime and lookup end datetime.
The order status classification code is passed as 'O' when clicking Order/Delivery, and 'C' when clicking Cancel/Exchange/Return, under My Page > Order Status.
When passed as Order/Delivery, all orders are listed; when passed as Cancel/Exchange/Return, only orders in Cancel/Exchange/Return status are listed.
For each order product, retrieves the codes matching the order history status code (ref_1_val) and order history type code (ref_2_val) of the FO system claim-processable-status (ST007) group code, to display buttons on the screen (orderButtonList).
Revision History
release_231220 : Added delivery address column
Release v2.00_240401:
Added single-product status
Added main-product order sequence no. (for matching gifts to the product)
Added expected shipment date for reserved products
Changed so that when orderClassificationCode is 'O', only Order/Delivery is looked up instead of all
Release v2.00_240729 : Added order-cancellation-allowed status (ordCnclPsbYn), added e-coupon product to product type code (goodsTypCd) filtering
Access Token
Search Order List DTO
Display Quantity per Screen
10Page No.
1Search Start Date
2023-08-02Search End Date
2023-08-09Order Status Classification Code Value (All Orders: O / Claims: C / Gift Box: G)
CPaging Status
YSuccess
Order List DTO
Order Count
10Display Quantity per Screen
10Page No.
1Business processing error details
POST /api/order/v1/mypage/order/orderInfoList HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 117
{
"rowsPerPage": 10,
"pageIdx": 1,
"stdDt": "2023-08-02",
"endDt": "2023-08-09",
"orderClassificationCode": "C",
"pagingYn": "Y"
}{
"totCnt": 10,
"rowsPerPage": 10,
"pageIdx": 1,
"ordList": [
{
"ordNo": "20230809O007943",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"deliMethodCd": "10",
"deliMethodNm": "10",
"ordManNm": "홍길동",
"ordManCellNo": "Y",
"mbrNo": "100001452",
"ordGbCd": "10",
"rcvmnNm": "홍길동",
"rcvmnCellNo": "Y",
"prdList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
],
"aeEvtList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
],
"dlvpInfo": [
{
"dlvpSeq": "1",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길",
"dtlAddr": "에이치비지니스파크 D동 6층23",
"deliAddr": "서울 송파구 법원로9길 에이치비지니스파크 D동 6층23",
"rcvmnEmailAddr": "test@plateer.com",
"rcvmnCellSctNo": "010",
"rcvmnCellTxnoNo": "1234",
"rcvmnCellEndNo": "5678",
"deliMsg": "문 앞에 두고 가주세요.",
"deliMsgCd": "10",
"deliMsgCdNm": "배송 전 연락바랍니다.",
"comnFrdrEtcMethod": "자유출입가능",
"comnFrdrPwd": "1234",
"comnFrdrCogoMethodCd": "10",
"persCstmCd": "text",
"deliNo": "101016693",
"deliInfoGroupList": [
{
"deliNo": "1",
"prdList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
],
"aeEvtList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
]
}
]
}
],
"payInfo": [
{
"type": "R",
"ordNo": "20230809O007943",
"totOrdPrc": 1000,
"totAplyAdtnAmt": 1000,
"totDcAmt": 1000,
"saveMileageAmt": 10,
"addPayAmt": 1000,
"totPayAmt": 0,
"mileagePayAmt": 1000,
"pgGbCd": "1000",
"payMethodResponses": [
{
"payWayCd": "11",
"payWayCdNm": "신용카드",
"payReqCardcoCd": "201",
"payReqCardcoCdNm": "현대카드",
"acqrCd": "201",
"acqrCdNm": "현대카드",
"bankCd": "10",
"bankCdNm": "우리은행",
"actnNo": "계좌번호 암호화",
"dpmnNm": "김플래티어",
"dptFcstDt": "20990101",
"dlvMonCnt": 6,
"nintDivYn": "Y",
"payAmt": 1000
}
],
"accumulatedMileageResponses": [
{
"type": "FRS",
"adtnDtlGbCd": "41",
"adtnDtlGbCdNm": "기본적립",
"aplyAdtnAmt": 1000
}
]
}
]
}
]
}Function Description
Looks up order history details.
Detailed Description
Looks up order details (order product information, initial payment information, initial accrued mileage, final refund information, etc.) corresponding to the order number.
For non-members, looks up the order details if an order exists whose non-member password and order number match.
For each order product, retrieves the codes matching the order history status code (ref_1_val) and order history type code (ref_2_val) of the FO system claim-processable-status (ST007) group code, to display buttons on the screen (orderButtonList).
Revision History
release_231206 : Added delivery group list (deliInfoGroupList) under the Response DTO's delivery address information list (changed UI display structure: delivery address > delivery group > product/gift list)
Release v2.00_240425 : Added site number (site_no) for multi-site expansion
Release v2.00_240711 : Added lookup of delivery policy number (deli_polc_no) due to additional delivery fee improvements
Release v2.00_240729 : Added order-cancellation-allowed status (ordCnclPsbYn), added e-coupon product to product type code (goodsTypCd) filtering
Access Token
Search Order Detail DTO
Order No.
20230809O007943SYSTEM (System Type) * 10 : FO * 20 : BO
10Possible values: Paging Status
YPossible values: Success
Order History Detail Info DTO
Order No.
20230809O007943Order Receipt Date/Time
Delivery Method Code (LO010)
10Delivery Method Code Name
10Orderer Name
홍길동Orderer Mobile Phone No.
YMember No.
100001452Order Classification Code (OM002)
10Recipient Name
홍길동Recipient Mobile Phone No.
YBusiness processing error details
POST /api/order/v1/mypage/order/orderDetailInfo HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"ordNo": "20230809O007943",
"systemType": "10",
"pagingYn": "Y"
}{
"ordNo": "20230809O007943",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"deliMethodCd": "10",
"deliMethodNm": "10",
"ordManNm": "홍길동",
"ordManCellNo": "Y",
"mbrNo": "100001452",
"ordGbCd": "10",
"rcvmnNm": "홍길동",
"rcvmnCellNo": "Y",
"prdList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
],
"aeEvtList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
],
"dlvpInfo": [
{
"dlvpSeq": "1",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길",
"dtlAddr": "에이치비지니스파크 D동 6층23",
"deliAddr": "서울 송파구 법원로9길 에이치비지니스파크 D동 6층23",
"rcvmnEmailAddr": "test@plateer.com",
"rcvmnCellSctNo": "010",
"rcvmnCellTxnoNo": "1234",
"rcvmnCellEndNo": "5678",
"deliMsg": "문 앞에 두고 가주세요.",
"deliMsgCd": "10",
"deliMsgCdNm": "배송 전 연락바랍니다.",
"comnFrdrEtcMethod": "자유출입가능",
"comnFrdrPwd": "1234",
"comnFrdrCogoMethodCd": "10",
"persCstmCd": "text",
"deliNo": "101016693",
"deliInfoGroupList": [
{
"deliNo": "1",
"prdList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
],
"aeEvtList": [
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
]
}
]
}
],
"payInfo": [
{
"type": "R",
"ordNo": "20230809O007943",
"totOrdPrc": 1000,
"totAplyAdtnAmt": 1000,
"totDcAmt": 1000,
"saveMileageAmt": 10,
"addPayAmt": 1000,
"totPayAmt": 0,
"mileagePayAmt": 1000,
"pgGbCd": "1000",
"payMethodResponses": [
{
"payWayCd": "11",
"payWayCdNm": "신용카드",
"payReqCardcoCd": "201",
"payReqCardcoCdNm": "현대카드",
"acqrCd": "201",
"acqrCdNm": "현대카드",
"bankCd": "10",
"bankCdNm": "우리은행",
"actnNo": "계좌번호 암호화",
"dpmnNm": "김플래티어",
"dptFcstDt": "20990101",
"dlvMonCnt": 6,
"nintDivYn": "Y",
"payAmt": 1000
}
],
"accumulatedMileageResponses": [
{
"type": "FRS",
"adtnDtlGbCd": "41",
"adtnDtlGbCdNm": "기본적립",
"aplyAdtnAmt": 1000
}
]
}
]
}Function Description
[BO-only] Looks up only the button list to display for order product entries in BO order claim processing.
Detailed Description
In BO, looks up the order product list corresponding to a single order and passes it as a parameter.
Looks up the codes matching the order history status code (ref_1_val) and order history type code (ref_2_val) of the BO system claim-processable-status (ST008) group code, to display buttons on the screen.
Revision History
Release v2.00_240729 : Added order-cancellation-allowed status (ordCnclPsbYn), collection status (wthdYn), e-coupon number (ecpnNo), e-ticket number (etcktNo) / added button filtering by product type
Access Token
Order Product Info List DTO
SYSTEM (System Type) * 10 : FO * 20 : BO
10Possible values: Delivery Sequence No.
1Order No.
20230809O007943Order Detail Classification Code (OM003)
10Order Detail Classification Code Name
주문완료Order Classification Code (OM002)
10Order Classification Code Name
일반주문Order Sequence No.
1Order Processing Sequence No.
1Claim No.
20230725C006642Main Item Order Sequence No.
1Product No.
10002042Product Name
P직매입20Item No.
001Item Name
레드>190x190Single Product Status
YProduct Type Code (PR002)
10Product Type Code Name
일반상품Brand No.
100002Brand Name
멀버리Order Detail Sub-Type Code (OM005)
12Order Detail Sub-Type Code Name
주문완료Gift Item Name
증정품Regular Price
1000Selling Price
1000Discount Amount
0Order Quantity
1Cancellation Quantity
1Return Quantity
1Order Amount
1000Delivery No.
1Delivery Type Code (LO009)
10Delivery Type Code Name
일반배송Shipping Hold Reason Code (LO007)
10Shipping Hold Reason Code Name
재고부족Delivery Product Classification Code (PR010)
01Delivery Product Classification Code Name
일반상품Delivery Type Code (LO001)
10Delivery Policy No.
10000431Recipient Name
홍길동Postal Code
5837Postal Address
서울 송파구 법원로9길 26Detailed Address
비즈니스파크Delivery Address
서울 송파구 법원로9길 26 비즈니스파크Delivery Method Code (LO010)
10Delivery Method Code Name
택배배송Order Reception Date
Order Completion Date
Product Review Written Status
NDelivery Completion Date/Time
Product Image
/urlReturn Availability Status
NGift Status Code (OM044)
10Claim Subcategory Code (OM006)
100Claim Responsibility Type (10: Customer Responsibility / 20: Company Responsibility)
10Collection Completion Classification Code (LO011)
10Exchange Availability Status
NCancellation Availability Status
YCollection Status
YE-Coupon No.
ORD0001E-Ticket No.
ORD0001Sales Method Code (PR003)
20Delivery Instruction Reservation Date/Time
Overseas Direct Purchase Product Status
Tax/Duty-Free Classification Code (PR007)
Success
Business processing error details
POST /api/order/v1/mypage/order/getAvailableBOButtonList HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 1453
[
{
"system": "10",
"dlvpSeq": "1",
"ordNo": "20230809O007943",
"ordDtlGbCd": "10",
"ordDtlGbCdNm": "주문완료",
"ordGbCd": "10",
"ordGbCdNm": "일반주문",
"ordSeq": "1",
"ordProcSeq": "1",
"claimNo": "20230725C006642",
"aeOrdSeq": "1",
"goodsNo": "10002042",
"goodsNm": "P직매입20",
"itmNo": "001",
"itmNm": "레드>190x190",
"sngGoodsYn": "Y",
"goodsTypCd": "10",
"goodsTypCdNm": "일반상품",
"brandNo": "100002",
"brandNm": "멀버리",
"ordDtlStatCd": "12",
"ordDtlStatCdNm": "주문완료",
"prestNm": "증정품",
"norPrc": 1000,
"salePrc": 1000,
"dcAmt": 0,
"ordQty": 1,
"cnclQty": 1,
"rtnQty": 1,
"ordAmt": 1000,
"deliNo": "1",
"deliKindCd": "10",
"deliKindCdNm": "일반배송",
"shipWaitCaus": "10",
"shipWaitCausNm": "재고부족",
"deliTypCd": "01",
"deliTypCdNm": "일반상품",
"deliGbCd": "10",
"deliPolcNo": "10000431",
"rcvmnNm": "홍길동",
"zipNo": 5837,
"zipAddr": "서울 송파구 법원로9길 26",
"dtlAddr": "비즈니스파크",
"deliAddr": "서울 송파구 법원로9길 26 비즈니스파크",
"deliMethodCd": "10",
"deliMethodCdNm": "택배배송",
"ordAccpDtm": "2026-01-01T00:00:00.000Z",
"ordFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsRevWrtYn": "N",
"deliFnshDtm": "2026-01-01T00:00:00.000Z",
"goodsImg": "/url",
"rtnPsbYn": "N",
"prstStatCd": "10",
"claimMgrpCd": "100",
"claimCauseFaultType": "10",
"wthdFnshGbCd": "10",
"exchPsbYn": "N",
"ordCnclPsbYn": "Y",
"wthdYn": "Y",
"ecpnNo": "ORD0001",
"etcktNo": "ORD0001",
"saleMethCd": "20",
"deliIndiRsvDtm": "2026-01-01T00:00:00.000Z",
"frgnDirPurGoodsYn": "text",
"taxGbCd": "text"
}
][
"text"
]Last updated