상품
상품 검색
AuthorizationBearer <token>
회원 accessToken
In: header
Query Parameters
keyword*string
categoryId*string
minPrice*string
maxPrice*string
freeShipping*string
sort*string
page*string
size*string
Response Body
application/json
curl -X GET "https://example.com/storefront/v1/products?keyword=string&categoryId=string&minPrice=string&maxPrice=string&freeShipping=string&sort=string&page=string&size=string"{ "meta": { "status": 200, "code": "OK", "message": "OK", "isSuccess": true }, "data": { "page": 1, "size": 20, "totalElements": 1, "totalPages": 1, "contents": [ { "productId": "prod_3f9a1c2b7d4e", "name": "오버핏 코튼 반팔 티셔츠", "thumbnailUrl": "https://cdn.avarlabs.com/demo/tshirt-white.jpg", "salePrice": 29000, "discountedPrice": 26100, "discountRate": 10, "freeShipping": false, "averageRating": 4.7, "reviewCount": 128, "soldOut": false } ] }, "error": null}