-
Notifications
You must be signed in to change notification settings - Fork 0
✔️ 제품 전체 조회
gyeongseon edited this page Dec 5, 2020
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /product | 제품 전체 조회 |
{
"Content-Type": "application/json"
}
{
"status": 200,
"success": true,
"message": "조회 성공",
"data": [
{
"id": 1,
"title": "[FW20 ESSENTIAL] 캐시미어 Cashmere Handmade Coat Black",
"category": "closet",
"main_image": "https://kindersalmonshop.com/web/product/medium/202011/3395e26a1cd0b47af33dd88bd6174c8c.jpg",
"price": 398000,
"discount": "10%",
"star": 5,
"reviews": 3,
"likes": 124,
"is_likes": 0,
"sale_price": 39800
},
{
"id": 2,
"title": "[FW20 ESSENTIAL] 캐시미어 Cashmere Handmade Coat Camel",
"category": "closet",
"main_image": "http://kindersalmonshop.com/web/product/medium/202011/f1012c1909ac9db18c6158104f9be705.jpg",
"price": 325000,
"discount": "5%",
"star": 5,
"reviews": 53,
"likes": 234,
"is_likes": 0,
"sale_price": 16250
},
...
]
}