홈화면 카테고리별 숏핑 조회

인기 숏핑(카테고리별로 5개), 라이브/숏핑 방송

Request

Param
categoryId: 카테고리 아이디 (default: 0, 전체 목록 )

Response

200 (Success)
{ "code": 200, "message": "success", "data": { "top5Shortping": [ { "id": "string", // 숏핑아이디 "title": "string", "sellerId": 0, "channel": "string", "profileUrl": "string", "productId": "string", "productThumbnailUrl": "string", "productName": "string", "price": 0, "discountPrice": 0 }, ... ], "latestShortping": [ ], "popularShortping": [ ] } }
JSON
복사