Coupon Issuance
Function Description
Looks up coupons downloadable/usable for a product
Detailed Description
This is a member-only API; non-members cannot use it.
Looks up coupons downloadable/usable for the product.
Usable coupon lookup (coupon type = 10)
Lookup conditions
Promotion type: Product discount coupon, cart coupon, stacking discount coupon, free-shipping coupon, free-return coupon
Coupon issuer: All
Coupon issuance method: All
Downloadable coupon lookup (coupon type = 20)
Lookup conditions
Promotion type: Product discount coupon, cart coupon, stacking discount coupon, free-shipping coupon, free-return coupon
Coupon issuer: Fixed promotional coupon
Coupon issuance method: Customer download issuance, discount coupon code issuance
Revision History
Release v2.00_240425: Added minimum purchase amount and maximum discount amount data
Release v2.00_240509: Added lookup of applicable target - special exhibition information
Access Token
Order Channel Code (OM007) 10 : Phone Consultation (CC) , 20 : PC , 30 : Mobile Web , 40 : Android App , 50 : iOS App , 60 : Subscription Order
20Possible values: Product Detail Coupon Search Condition 10 : Usable Coupons , 20 : Downloadable Coupons
10Possible values: Coupon Sort Order 10 : Most Recently Registered , 20 : Expiring Soon
10Possible values: Display Quantity per Screen
10Page No.
1Success
Coupon Issuance Quantity
1Display Quantity per Screen
10Page No.
1Business processing error details
POST /api/order/v1/marketing/goodsDetailCpnList HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 360
{
"ordMediaCd": "20",
"cpnType": "10",
"sortGb": "10",
"rowsPerPage": 10,
"pageIdx": 1,
"goodsList": [
{
"goodsNo": "10002031",
"itmNo": "001",
"supPcost": 8000,
"norPrc": 10000,
"salePrc": 9000,
"cnt": 1,
"stdCtgNo": "HT01020000",
"dispCtgNo": "213",
"brandNo": "100002",
"entrNo": "1000002",
"chlNo": "1000001",
"infDispCtgNoGbCd": "01",
"infDispCtgNo": "1000001",
"marketingDisplayNo": "1000001"
}
]
}{
"promoCnt": 1,
"rowsPerPage": 10,
"pageIdx": 1,
"cpnIssuList": [
{
"promoNo": "C1000000",
"promoNm": "프로모션명",
"promoTypCd": "11",
"promoDesc": "프로모션설명",
"cpnIsuNo": "0000001",
"valiStrtDtm": "2026-01-01T00:00:00.000Z",
"valiEndDtm": "2026-01-01T00:00:00.000Z",
"fixamtFxrtGbCd": "01",
"dcRateAmt": 1000,
"dcCpnCd": "dcCpnCd",
"minBuyAmt": 1,
"maxDcAmt": 1
}
]
}Function Description
An API used to download a coupon on FO.
Detailed Description
This is a member-only API; non-members cannot use it.
Promotion number
Only coupons with issuance method code 03 (customer download issuance) can be downloaded.
To receive multiple copies of the same coupon, enter the promotion number the desired number of times.
Discount coupon code
Only coupons with issuance method code 04 (discount coupon code issuance) can be downloaded.
Access Token
Promotion No. (cpnNo)
["C1000000, C1000001"]Discount Coupon Code
dcCpnCdSuccess
Business processing error details
POST /api/order/v1/marketing/cpnDown HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"promoNoList": [
"C1000000, C1000001"
],
"dcCpnCd": "dcCpnCd",
"downloadByPromoNo": true
}{
"cpnIssuList": [
{
"promoNo": "C1000000",
"promoNm": "프로모션명",
"cpnIsuNo": "0000001"
}
]
}Access Token
Promotion No. (cpnNo)
["C1000000, C1000001"]Member No.
100000000Coupon Issuance Reason Code (MK021) 01 : Product Defect , 02 : Delivery Delay , 03 : Incorrect Product Shipped , 04 : Product Out of Stock , 05 : Out-of-Stock Cancellation , 06 : Missing Product , 07 : Event Complaint , 08 : Site Error , 09 : Coupon Reissuance Due to Reorder , 10 : Coupon Reissuance Due to Exchange , 11 : Difficult Customer Claim , 12 : Other
01Possible values: System User No.
100000000Auto-Issuance Batch No.
20230101Success
Business processing error details
POST /api/order/v1/marketing/cpnDownBo HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 174
{
"promoNoList": [
"C1000000, C1000001"
],
"mbrNo": "100000000",
"csCpnPayCausCd": "01",
"systemUserNo": "100000000",
"autoIssuOdr": "20230101",
"downloadByPromoNo": true,
"dcCpnCd": "text"
}{
"cpnIssuList": [
{
"promoNo": "C1000000",
"promoNm": "프로모션명",
"cpnIsuNo": "0000001"
}
]
}Function Description
Retrieves coupon information matching the auto-issue type code.
Detailed Description
Can be used when a batch or program wants to issue coupons matching the same auto-issue type.
For example, to issue a birthday congratulation coupon, add the corresponding code to MK008,
then select that code as the auto-issue type on the coupon registration screen when registering.
Afterward, if the request of this API is set with the added code, it returns the list of coupons registered with that code.
Auto-Issue Type Code (MK008)
2101Member Grade Code (ME008) 10 : GREEN , 20 : FAMILY , 30 : GOLD , 40 : VIP , 50 : VVIP
10Possible values: Access Token
Success
Promotion Info
Business processing error details
GET /api/order/v1/marketing/getCouponListByAutoIssuTypCd?autoIssuTypCd=2101 HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
[
{
"promoNo": "text",
"promoNm": "text",
"promoTypCd": "text",
"ourChrgRate": 1,
"entrChrgRate": 1,
"fixAmtFxrtGbCd": "text",
"dcRateAmt": 1,
"minBuyAmt": 1,
"maxDcAmt": 1,
"autoIssuPotmCd": "text",
"anvyPreIsuDds": 1
}
]Function Description
Retrieves the coupon information held by the user in My Page's Coupon Box.
Detailed Description
This is a member-only API; non-members cannot use it.
Retrieves the coupon information held by the user.
However, coupons withdrawn by the administrator are not shown.
Revision History
Release v2.00_240401: Added minimum purchase quantity, minimum purchase amount, maximum applicable amount, and applicable media to My Page coupon information
Release v2.00_240425: Added site search condition
Coupon Sort Order 10 : Most Recently Registered , 20 : Expiring Soon
10Possible values: Display Quantity per Screen
10Page No.
1Access Token
Success
Total Usable Coupon Quantity
1Total Issued Coupon Quantity
1Display Quantity per Screen
10Page No.
1Business processing error details
GET /api/order/v1/marketing/cpnIssuList?sortGb=10&rowsPerPage=10&pageIdx=1 HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
"promoCnt": 1,
"totPromoCnt": 1,
"rowsPerPage": 10,
"pageIdx": 1,
"cpnIssuList": [
{
"promoNo": "C1000000",
"promoNm": "프로모션명",
"promoTypCd": "11",
"promoDesc": "프로모션설명",
"cpnIsuNo": "0000001",
"valiStrtDtm": "2026-01-01T00:00:00.000Z",
"valiEndDtm": "2026-01-01T00:00:00.000Z",
"remainingDay": "1",
"promoStat": "10",
"fixamtFxrtGbCd": "01",
"dcRateAmt": 1000,
"dcCpnCd": "dcCpnCd",
"minBuyQty": 1,
"minBuyAmt": 10,
"maxDcAmt": 1000,
"mediaCdNmArray": "Pc, Mobile, App"
}
]
}Last updated