채널별 숏핑 조회

Request

Path
memberId: Long

Response

200 (Success)
{ "statusCode": 200, "status": "success", "data": [ { "id": "1", "title": "폭삭한 앙고라 니트", "createdAt": "2024-02-09T10:36:58", "memberId": 1, "channel": "김지우", "profile": "profile-url", "productId": "30FD88R5Y5XM", "thumbnail": "product_thumnail_url-example", "price": 10000, "discountPrice": 3000 } ] }
JSON
복사