Special Exhibition
Function Description
API for retrieving special exhibition information based on the corresponding site/mall.
Detailed Description
Retrieves special exhibition information based on site and mall.
If a special exhibition number is provided, retrieves the information corresponding to that number.
Retrieves special exhibition information according to brand number, sort type (latest, closing soon), and progress status.
Special exhibition exposure is restricted through authority checks based on membership grade and employee status.
Special Notes
The authority check criteria are based on AND conditions: if ① Display Membership Grade (GREEN) and ② Employee-Only are both checked, the special exhibition is exposed only to 'employees + GREEN members'.
If none are checked, it is exposed to all users, including non-members.
string
20string
10051string
recentinteger
1integer
10string
yAccess Token
Retrieve Special Exhibition Success
Total Count
10Retrieve Special Exhibition Failure
GET /api/display/v1/plan/planList?dispMediaCd=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"totalCount": 10,
"planInfoList": [
{
"mkdpNo": 14862,
"mkdpNm": "기획전명",
"tmplNo": 10020,
"brefDesc": "간략설명 내용",
"introConts": "소개글 내용",
"pcTopYn": "N",
"dispSeq": 1,
"totalCount": 20,
"startDate": "2023-01-01 00:00:00",
"endDate": "2023-12-31 00:00:00",
"wishContYn": "N",
"imageList": [
{
"mkdpNo": 14862,
"imgTypCd": "02",
"contGbCd": 10,
"bnrImgPathNm": "/imagePath",
"bnrImgAltCont": "이미지 대체텍스트"
}
]
}
]
}Function Description
API for retrieving special exhibition information based on the corresponding site/mall.
Detailed Description
Retrieves special exhibition information based on site and mall.
If a special exhibition number is provided, retrieves the information corresponding to that number.
Retrieves special exhibition information according to brand number, sort type (latest, closing soon), and progress status.
Special exhibition exposure is restricted through authority checks based on membership grade and employee status.
Special Notes
The authority check criteria are based on AND conditions: if ① Display Membership Grade (GREEN) and ② Employee-Only are both checked, the special exhibition is exposed only to 'employees + GREEN members'.
If none are checked, it is exposed to all users, including non-members.
string
20string
10051string
recentinteger
1integer
10string
yAccess Token
Retrieve Special Exhibition Success
Total Count
10Retrieve Special Exhibition Failure
GET /api/display/v1/plan/planWishList?dispMediaCd=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"totalCount": 10,
"planInfoList": [
{
"mkdpNo": 14862,
"mkdpNm": "기획전명",
"tmplNo": 10020,
"brefDesc": "간략설명 내용",
"introConts": "소개글 내용",
"pcTopYn": "N",
"dispSeq": 1,
"totalCount": 20,
"startDate": "2023-01-01 00:00:00",
"endDate": "2023-12-31 00:00:00",
"wishContYn": "N",
"imageList": [
{
"mkdpNo": 14862,
"imgTypCd": "02",
"contGbCd": 10,
"bnrImgPathNm": "/imagePath",
"bnrImgAltCont": "이미지 대체텍스트"
}
]
}
]
}Function Description
This API retrieves products by divider using the promotion number and divider number.
Detailed Description
If no divider number is provided, retrieves information for all dividers.
Promotion dividers are displayed in order of display order, then divider number.
The product sort code can be used to set the display order of products. (default: 10)
If there are no products for the divider, an empty value is returned.
Notes
The language code (dataLangCd) can be set via the promotion preview in the BO.
Code Summary
Product Sort Code: 10: Newest, 20: Best-selling, 30: Highest price, 40: Lowest price, 50: Most reviewed
string
14862string
20string
1string
10string
koAccess Token
Products by promotion divider retrieved successfully
Promotion Divider DTO
Classifier No.
1Delimiter Name
구분자 이름명Divider Type Code
20Display Order
1Display Template No.
10020Text Delimiter Name
텍스트구분자명Divider Image Path
구분자이미지경로명Divider Image Alt Text
구분자이미지대체텍스트HTML File Content
HTML내용Coupon Download Status
NCoupon No.
C1001442Coupon Banner Path
쿠폰경로명Product No.
10002031Failed to retrieve products by promotion divider
GET /api/display/v1/plan/planGoodsInfo?mkdpNo=text&dispMediaCd=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"divobjNo": 1,
"divobjNm": "구분자 이름명",
"divobjGbCd": 20,
"dispSeq": 1,
"tmplNo": 10020,
"textDivobjNm": "텍스트구분자명",
"bnrImgPathNm": "구분자이미지경로명",
"bnrImgAltCont": "구분자이미지대체텍스트",
"htmlFileCont": "HTML내용",
"cpnDnldYn": "N",
"cpnNo": "C1001442",
"cpnBnrImgPathNm": "쿠폰경로명",
"goodsNo": 10002031,
"goodsList": [
{
"goodsNo": 100000001,
"goodsNm": "상품명",
"entrNo": 1000001,
"goodsCompCd": 10,
"goodsTypCd": 10,
"saleMethCd": 10,
"brandNo": 1000001,
"brandNm": "브랜드명",
"buyrAgeLmtCd": 0,
"dispYn": "Y",
"saleStatCd": 10,
"goodsRegDtm": "2021-01-01 00:00:00",
"saleStrDtm": "2021-01-01 00:00:00",
"saleEndDtm": "2029-01-01 00:00:00",
"stkMgrYn": "Y",
"deliProcTypCd": 10,
"deliGoodsGbCd": "01",
"deliWayCd": 10,
"deliDday": 1,
"deliPolcNo": 1,
"prcHistStrDtm": "2021-01-01 00:00:00",
"prcHistEndDtm": "2029-01-01 00:00:00",
"rcntSalePrc": 10000,
"salePrc": 10000,
"aplyPrc": 10000,
"dispCtgNo": 1,
"dlexTypCd": 10,
"goodsImmedDcCpnNo": 1,
"goodsImmedDcAplyStrDtm": "2021-01-01 00:00:00",
"goodsImmedDcAplyEndDtm": "2029-01-01 00:00:00",
"goodsRepImgContSn": 1,
"rservSaleYn": "Y",
"rservStrDtm": "2021-01-01 00:00:00",
"rservEndDtm": "2029-01-01 00:00:00",
"goodsRevCnt": 1,
"goodsRevHlpfulCnt": 1,
"goodsRevStarscrAvgVal": 1,
"fixamtFxrtGbCd": "01",
"dcRateAmt": 1,
"dcRate": 1,
"wishListCnt": 10,
"goodsRepImgPathNm": "text",
"trnfTextCont": "text",
"adlCertiYn": "text",
"iconList": [
"text"
],
"prcTimeDealYn": "text"
}
]
}Function Description
This API retrieves the basic information, divider information, and related product information for a promotion using the promotion number.
Detailed Description
Retrieves the promotion's basic information, divider list, related product list, recent promotion list, and promotion image list.
Products per divider are displayed in the configured display order.
If there are no products for the divider, an empty value is returned.
Promotion exposure is restricted based on a permission check according to member grade and employee status.
Notes
The permission check applies an AND condition: if ① display member grade (GREEN) and ② employees-only are both checked, the promotion is displayed only to 'employees + GREEN'.
If neither is checked, the promotion is displayed to all users, including non-members.
If previewDate has a value, the promotion is displayed regardless of member grade or display status.
The language code (dataLangCd) can be set via the promotion preview in the BO.
Validation Details
Error code 1003: No promotion data
Error code 7010: Promotion requires login
Error code 7020: Promotion member grade restricted
string
14862string
20localDate
2024-12-31string
koAccess Token
Promotion details retrieved successfully
Promotion Detail Response DTO
Error Result Code
1003Error Result Message
데이터가 존재하지 않습니다.Special Exhibition No.
14862Special Exhibition Name
기획전 명Template No.
10020Template File Name
MarketingTemplate1Start Date
2023-01-01 00:00:00End Date
2023-12-31 00:00:00Introduction
소개글 내용Brief Description
간략설명 내용Title HTML
타이틀HTML 내용PC Title HTML
PC타이틀HTML 내용Footer File Content
푸터파일 내용Wishlist Status
NPinned Status
NEmployee Status
NNo promotion data
Member login required
Promotion member grade restricted
GET /api/display/v1/plan/planDetail/{mkdpNo}?dispMediaCd=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"resultCd": 1003,
"resultMsg": "데이터가 존재하지 않습니다.",
"mkdpNo": 14862,
"mkdpNm": "기획전 명",
"tmplNo": 10020,
"tmplFileNm": "MarketingTemplate1",
"startDate": "2023-01-01 00:00:00",
"endDate": "2023-12-31 00:00:00",
"introCont": "소개글 내용",
"briefDescription": "간략설명 내용",
"titleHtml": "타이틀HTML 내용",
"titleHtmlPc": "PC타이틀HTML 내용",
"footerContents": "푸터파일 내용",
"wishContYn": "N",
"pcTopYn": "N",
"staffYn": "N",
"planDivObjList": [
{
"divobjNo": 1,
"divobjNm": "구분자 이름명",
"divobjGbCd": 20,
"dispSeq": 1,
"tmplNo": 10020,
"textDivobjNm": "텍스트구분자명",
"bnrImgPathNm": "구분자이미지경로명",
"bnrImgAltCont": "구분자이미지대체텍스트",
"htmlFileCont": "HTML내용",
"cpnDnldYn": "N",
"cpnNo": "C1001442",
"cpnBnrImgPathNm": "쿠폰경로명",
"goodsNo": 10002031,
"goodsList": [
{
"goodsNo": 100000001,
"goodsNm": "상품명",
"entrNo": 1000001,
"goodsCompCd": 10,
"goodsTypCd": 10,
"saleMethCd": 10,
"brandNo": 1000001,
"brandNm": "브랜드명",
"buyrAgeLmtCd": 0,
"dispYn": "Y",
"saleStatCd": 10,
"goodsRegDtm": "2021-01-01 00:00:00",
"saleStrDtm": "2021-01-01 00:00:00",
"saleEndDtm": "2029-01-01 00:00:00",
"stkMgrYn": "Y",
"deliProcTypCd": 10,
"deliGoodsGbCd": "01",
"deliWayCd": 10,
"deliDday": 1,
"deliPolcNo": 1,
"prcHistStrDtm": "2021-01-01 00:00:00",
"prcHistEndDtm": "2029-01-01 00:00:00",
"rcntSalePrc": 10000,
"salePrc": 10000,
"aplyPrc": 10000,
"dispCtgNo": 1,
"dlexTypCd": 10,
"goodsImmedDcCpnNo": 1,
"goodsImmedDcAplyStrDtm": "2021-01-01 00:00:00",
"goodsImmedDcAplyEndDtm": "2029-01-01 00:00:00",
"goodsRepImgContSn": 1,
"rservSaleYn": "Y",
"rservStrDtm": "2021-01-01 00:00:00",
"rservEndDtm": "2029-01-01 00:00:00",
"goodsRevCnt": 1,
"goodsRevHlpfulCnt": 1,
"goodsRevStarscrAvgVal": 1,
"fixamtFxrtGbCd": "01",
"dcRateAmt": 1,
"dcRate": 1,
"wishListCnt": 10,
"goodsRepImgPathNm": "text",
"trnfTextCont": "text",
"adlCertiYn": "text",
"iconList": [
"text"
],
"prcTimeDealYn": "text"
}
]
}
],
"recentPlanList": [
{
"mkdpNo": 14862,
"mkdpNm": "기획전명",
"tmplNo": 10020,
"brefDesc": "간략설명 내용",
"introConts": "소개글 내용",
"pcTopYn": "N",
"dispSeq": 1,
"totalCount": 20,
"startDate": "2023-01-01 00:00:00",
"endDate": "2023-12-31 00:00:00",
"wishContYn": "N",
"imageList": [
{
"mkdpNo": 14862,
"imgTypCd": "02",
"contGbCd": 10,
"bnrImgPathNm": "/imagePath",
"bnrImgAltCont": "이미지 대체텍스트"
}
]
}
],
"titleImgMovList": "리스트 이미지1, 리스트 이미지2"
}Function Description
This API retrieves the list of promotion groups for the site and mall.
Detailed Description
Retrieves the promotion group list using the site number and mall number from the cookie value.
Retrieves only information where the usage status is Y and the current date falls within the display period.
The promotion group list is displayed in ascending order of display order.
Access Token
Promotion group retrieved successfully
Promotion Group Information DTO
Display Group No.
132Display Group Name
통합몰 그룹Display Order
1Failed to retrieve promotion group
GET /api/display/v1/plan/group HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"dispGrpNo": 132,
"dispGrpNm": "통합몰 그룹",
"dispSeq": 1
}Display Media Code (DP018)
20Access Token
Promotion brand retrieved successfully
Brand DTO
Brand No.
Usage Status
Brand Image Path
Brand Image File Name
Brand Name
Brand Description
Search Keyword
Failed to retrieve promotion brand
GET /api/display/v1/plan/brand?dispMediaCd=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"brandNo": "text",
"useYn": "text",
"brandImgPathNm": "text",
"brandImgFileNm": "text",
"brandNm": "text",
"brandDescCmt": "text",
"schKwdNm": "text"
}Last updated