v1
latestOpenAPI 3.0.02026-07-24360247.6 KB큐레이션 상세 조회
큐레이션 상세 조회 API입니다.
get/V1/front/curation/{partnerId}/{curationId}
Query parameters
partnerIdstring required
발급 받은 파트너 아이디
curationIdstring required
큐레이션 Id
returnLimitstring
반환 개수(min: 1, max: 100)
nextKeystring
다음 페이지 조회 키가 있을 때 해당 키를 입력합니다.
Response
200
Example response
{
"code": "SU0000",
"message": "성공하였습니다.",
"response": {
"items": [
{
"thumbnailList": [
{
"thumbnailUrl": "https://www.fnordware.com/superpng/pnggrad16rgb.png",
"isRepresentative": true
}
],
"broadcastThumbnailList": [
{
"thumbnailUrl": "https://www.fnordware.com/superpng/pnggrad16rgb.png",
"isRepresentative": true
}
],
"broadcastId": "string",
"broadcastName": "string",
"explanation": "브로드캐스트 설명",
"broadcastTypeCode": "live",
"broadcastStateCode": "standby",
"programmingStartDt": "2020-12-01T12:59:59.000Z",
"programmingEndDt": "2020-12-01T12:59:59.000Z",
"broadcastStartDt": "2020-12-01T00:00:00.000Z",
"broadcastEndDt": "2020-12-01T00:00:00.000Z",
"outputPath": "string",
"shopName": "string",
"partnerProfileImageUrl": "string",
"productListDetail": [
{
"productId": "string",
"productName": "상품 이름",
"productThumbnailUrlList": [
{
"thumbnailUrl": "http://www.sauceflex.com/kr/wp-content/uploads/2021/03/solution_img_01.png",
"isRepresentative": true
}
],
"priceTypeCode": "basic",
"price": "1000",
"sellingPrice": "0",
"discountTypeCode": "none",
"discountRate": "0.0",
"discountPrice": "0"
}
]
}
]
}
}