Event Provision
Function Description
Registers or modifies the delivery address for event gift delivery.
Detailed Description
If the miscellaneous gift delivery address number is absent, registers a delivery address
If the miscellaneous gift delivery address number is present, modifies the delivery address
Only delivery address information can be changed during modification.
(recipient, recipient phone number, delivery address, detailed delivery address, etc.)
The miscellaneous gift delivery address number is required when completing registration or modification.
Access Token
Register/Modify Gift Delivery Address Request
Other Gift Delivery Address No.
등록 시 null, 수정 시 기타사은품배송지번호Possible values: Other Free Gift Issuer Code (MK022) (Required upon Registration)
10Possible values: Other Gift Issuer No.
1Other Gift Issuer Detail No.
1Free Gift Name
10Customer No.
100000631Customer Name
홍길동Member ID
honggildongProduct No.
100000001Product Name
상품명Recipient Name
홍길동Postal Code
55221Postal Address
서울특별시 송파구 법원로10길 H비지니스파크Detailed Address
6층Mobile Phone Prefix Code
010Mobile Phone Exchange Code
1111Mobile Phone Last Digits
2222Delivery Message
10Other Common Entrance Access Method
기타 방법입니다.Common Entrance Password
1234Registrant ID
adminWinner Rank
1Common Entrance Access Method Code (ME040)
10Possible values: Success
Register/Modify Gift Delivery Address Request
Other Gift Delivery Address No.
1Other Gift Issuer No.
1Other Gift Issuer Detail No.
1Winner Rank
1Business processing error details
POST /api/order/v1/event/registModifyEtcGftDlvp HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 598
[
{
"etcGftDlvpNo": "등록 시 null, 수정 시 기타사은품배송지번호",
"etcGftIssuSubCd": "10",
"etcGftIssuSubNo": "1",
"etcGftIssuSubDtlNo": "1",
"etcGftNm": "10",
"mbrNo": "100000631",
"mbrNm": "홍길동",
"loginId": "honggildong",
"goodsNo": "100000001",
"goodsNm": "상품명",
"rcvmnNm": "홍길동",
"zipNo": "55221",
"zipAddr": "서울특별시 송파구 법원로10길 H비지니스파크",
"dtlAddr": "6층",
"cellSctNo": "010",
"cellTxnoNo": "1111",
"cellEndNo": "2222",
"deliMsg": "10",
"comnFrdrEtcMethod": "기타 방법입니다.",
"comnFrdrPwd": "1234",
"sysRegId": "admin",
"winRnk": 1,
"comnFrdrCogoMethodCd": "10"
}
][
{
"etcGftDlvpNo": "1",
"etcGftIssuSubNo": "1",
"etcGftIssuSubDtlNo": "1",
"winRnk": 1
}
]Function Description
Looks up a list of order amounts meeting the requested criteria within the member's requested period.
Detailed Description
Order amounts that were cancelled or returned are deducted or excluded.
Field criteria within the request are queried with AND conditions, and information within a field criterion (values within a list) is queried with OR conditions.
Access Token
Search Event Target Amount Request
Customer No.
100000001Purchase Period Start Date/Time
Purchase Period End Date/Time
Site List (Application Target)
["1"]Category List (Application Target)
["10000002"]Category List (Exclusion Target)
["10000003"]Special Promotion List (Application Target)
["19865"]Brand List (Application Target)
["100003"]Product List (Application Target)
["10002632"]Product List (Exclusion Target)
["10002634"]Channel List (Application Target)
["1"]Success
Search Event Target Amount Response
Total Order Amount in Order History
3110Business processing error details
POST /api/order/v1/event/evtOrdList HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 295
{
"mbrNo": "100000001",
"buyStrDtm": "2026-01-01T00:00:00.000Z",
"buyEndDtm": "2026-01-01T00:00:00.000Z",
"siteList": [
"1"
],
"categoryList": [
"10000002"
],
"exCategoryList": [
"10000003"
],
"mkDisplayList": [
"19865"
],
"brandList": [
"100003"
],
"goodsList": [
"10002632"
],
"exGoodsList": [
"10002634"
],
"channelList": [
"1"
]
}{
"orderList": [
{
"ordNo": "20230809O007055",
"ordDtm": "2026-01-01T00:00:00.000Z",
"ordAmt": 3110
}
],
"totOrdAmt": 3110
}Last updated