{"info":{"_postman_id":"477add69-19f7-4d01-a853-1c28ef1edecd","name":"SideDish V1","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11799893","collectionId":"477add69-19f7-4d01-a853-1c28ef1edecd","publishedId":"Uyr7GyC1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-19T08:24:54.000Z"},"item":[{"name":"음식 타입 조회 - main","id":"a0ef141d-c19b-4f24-a9b3-a6db9dd13861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/products?meal=main","description":"<p>음식 타입 조회 API는 아래와 같습니다.</p>\n<p><code>/api/products?meal='value'</code></p>\n<p>value의 값은 <code>main</code>, <code>soup</code> , <code>side</code> 3가지가 존재합니다.</p>\n<p><strong>Response Body Json - Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td>unique 제품 id</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>string</td>\n<td>이미지 URL 주소</td>\n</tr>\n<tr>\n<td><code>productName</code></td>\n<td>string</td>\n<td>제품 이름</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>제품 설명</td>\n</tr>\n<tr>\n<td><code>fixedPrice</code></td>\n<td>integer</td>\n<td>확정 가격 (할인이 있거나 없거나 최종 결제 금액)</td>\n</tr>\n<tr>\n<td><code>orignialPrice</code></td>\n<td>integer</td>\n<td>상품 정상 가격</td>\n</tr>\n<tr>\n<td><code>event</code></td>\n<td>string</td>\n<td>이벤트 카테고리 - 2개 존재 : <code>이벤트특가</code> <code>런칭특가</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","products"],"host":["{{url}}"],"query":[{"key":"meal","value":"main"}],"variable":[]}},"response":[{"id":"a04eff8b-972e-4cc8-94f1-510e1d62581c","name":"Default","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/products?meal=main","host":["{{url}}"],"path":["api","products"],"query":[{"key":"meal","value":"main"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\n        \"productName\": \"오리 주물럭 반조리\",\n        \"description\": \"감칠맛 나는 매콤한 양념\",\n        \"fixedPrice\": 12640,\n        \"originalPrice\": 15800,\n        \"event\": \"런칭특가\"\n    },\n    {\n        \"id\": 2,\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\n        \"productName\": \"잡채\",\n        \"description\": \"탱글한 면과 맛깔진 고명이 가득\",\n        \"fixedPrice\": 11610,\n        \"originalPrice\": 12900,\n        \"event\": \"이벤트특가\"\n    },\n    {\n        \"id\": 3,\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\n        \"productName\": \"소갈비찜\",\n        \"description\": \"촉촉하게 밴 양념이 일품\",\n        \"fixedPrice\": 26010,\n        \"originalPrice\": 28900,\n        \"event\": \"이벤트특가\"\n    },\n    {\n        \"id\": 4,\n        \"image\": \"https://s3-alpha-sig.figma.com/img/33bc/7060/2cdf7235b65a114abff05b9133f90085?Expires=1651449600&Signature=GkIDXNQYgylWHG6s0156N~naar2gkF38JhOATAhWKeeHbRT-kL2ijeaFLLZOKSD73FeHAN9qEVDVseXH4fvzR~936Jydsw4S8W7DsU4IBU48TMJdv~VpUo9~W-OHQu68L~rB5n3ol0VvEX1eJAzJqmotiVC1GSRtcpwjzg4DpUKkhnmfDs7j0lP9a7ggNSZdyCxs85cOYFqSwPAOOK~CeL~iO8a9kvq24BzQIlHkIwBVZ4cZQy43TAj4S-Cy3Nu8ck6NVmyi9HHIdKpWzxN0E6sTTPtmgsvoItVvpqpK9DbkaTMwdxj16-AraqhH36l0zqFeKBJslCXkq-9XXIxJAw__&Key-Pair-Id=APKAINTVSUGEWH5XD5UA\",\n        \"productName\": \"간장 코다리조림\",\n        \"description\": \"쫀득한 코다리를 국내산 간장소스로맛있게 조렸어요\",\n        \"fixedPrice\": 14900,\n        \"originalPrice\": 14900,\n        \"event\": \"\"\n    }\n]"}],"_postman_id":"a0ef141d-c19b-4f24-a9b3-a6db9dd13861"},{"name":"음식 타입 조회 - soup","id":"7a6acad3-762c-4faf-8b4d-05c49ed26638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/products?meal=soup","urlObject":{"path":["api","products"],"host":["{{url}}"],"query":[{"key":"meal","value":"soup"}],"variable":[]}},"response":[{"id":"d325154c-a3a5-499f-b792-6eb37419a48c","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products?meal=soup","host":["{{url}}"],"path":["api","products"],"query":[{"key":"meal","value":"soup"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 5,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"한돈 돼지 김치찌개\",\r\n        \"description\": \"김치찌개에는 역시 돼지고기\",\r\n        \"fixedPrice\": 8370,\r\n        \"originalPrice\": 9300,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 6,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"된장찌개\",\r\n        \"description\": \"특별하지 않아서 더 좋은 우리맛\",\r\n        \"fixedPrice\": 7920,\r\n        \"originalPrice\": 8800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 7,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"미역오이냉국\",\r\n        \"description\": \"어름엔 시원한 냉국이 최고\",\r\n        \"fixedPrice\": 7020,\r\n        \"originalPrice\": 7800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 8,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"동태찌개\",\r\n        \"description\": \"겨울철 보양식으로 안성맞춤\",\r\n        \"fixedPrice\": 10900,\r\n        \"originalPrice\": 10900,\r\n        \"event\": \"\"\r\n    }\r\n]"}],"_postman_id":"7a6acad3-762c-4faf-8b4d-05c49ed26638"},{"name":"음식 타입 조회 - side","id":"a8f17687-57aa-4009-8eb4-d95ca4391d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/products?meal=side","urlObject":{"path":["api","products"],"host":["{{url}}"],"query":[{"key":"meal","value":"side"}],"variable":[]}},"response":[{"id":"2452c3ec-6275-4ae7-a522-3afeb98ab448","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products?meal=side","host":["{{url}}"],"path":["api","products"],"query":[{"key":"meal","value":"side"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 9,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"새콤달콤 오징어무침\",\r\n        \"description\": \"국내산 오징어를 새콤달콤하게\",\r\n        \"fixedPrice\": 6000,\r\n        \"originalPrice\": 7500,\r\n        \"event\": \"런칭특가\"\r\n    },\r\n    {\r\n        \"id\": 10,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"호두 멸치볶음\",\r\n        \"description\": \"잔명치와 호두가 만나 짭쪼름하지만 고소하게!\",\r\n        \"fixedPrice\": 5220,\r\n        \"originalPrice\": 5800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 11,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"한동 매콤 안심장조림\",\r\n        \"description\": \"촉촉하게 밴 양념이 일품\",\r\n        \"fixedPrice\": 6210,\r\n        \"originalPrice\": 6900,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 12,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"야채 어묵볶음\",\r\n        \"description\": \"첨가물 없는 순수어묵과 야채와 만남\",\r\n        \"fixedPrice\": 4410,\r\n        \"originalPrice\": 4900,\r\n        \"event\": \"이벤트특가\"\r\n    }\r\n]"}],"_postman_id":"a8f17687-57aa-4009-8eb4-d95ca4391d05"},{"name":"베스트 음식 조회 - meat","id":"a1e45b6f-d3ab-4d7d-927f-b258d73a4ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/products/best?category=meat","description":"<p>베스트 음식 조회 API는 아래와 같습니다.</p>\n<p><code>/api/products/best?category='value'</code></p>\n<p>value의 값은 <code>meat</code>, <code>easy</code> , <code>season</code>, <code>kids</code> 4가지가 존재합니다.</p>\n<p><strong>Response Body Json - Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td>unique 제품 id</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>string</td>\n<td>이미지 URL 주소</td>\n</tr>\n<tr>\n<td><code>productName</code></td>\n<td>string</td>\n<td>제품 이름</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>제품 설명</td>\n</tr>\n<tr>\n<td><code>fixedPrice</code></td>\n<td>integer</td>\n<td>확정 가격 (할인이 있거나 없거나 최종 결제 금액)</td>\n</tr>\n<tr>\n<td><code>orignialPrice</code></td>\n<td>integer</td>\n<td>상품 정상 가격</td>\n</tr>\n<tr>\n<td><code>event</code></td>\n<td>string</td>\n<td>이벤트 카테고리 - 2개 존재 : <code>이벤트특가</code> <code>런칭특가</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","products","best"],"host":["{{url}}"],"query":[{"key":"category","value":"meat"}],"variable":[]}},"response":[{"id":"8b1684a5-980c-4e5e-bcdd-61fd3fcd7be5","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products/best?category=meat","host":["{{url}}"],"path":["api","products","best"],"query":[{"key":"category","value":"meat"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"오리 주물럭 반조리\",\r\n        \"description\": \"감칠맛 나는 매콤한 양념\",\r\n        \"fixedPrice\": 12640,\r\n        \"originalPrice\": 15800,\r\n        \"event\": \"런칭특가\"\r\n    },\r\n    {\r\n        \"id\": 3,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"소갈비찜\",\r\n        \"description\": \"촉촉하게 밴 양념이 일품\",\r\n        \"fixedPrice\": 12640,\r\n        \"originalPrice\": 15800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 13,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"쭈꾸미 한돈 제육볶음 반조리\",\r\n        \"description\": \"쭈꾸미는 문어보다 오징어랑 더 친하다고 해요\",\r\n        \"fixedPrice\": 16900,\r\n        \"originalPrice\": 16900,\r\n        \"event\": \"\"\r\n    }\r\n]"}],"_postman_id":"a1e45b6f-d3ab-4d7d-927f-b258d73a4ad0"},{"name":"베스트 음식 조회 - easy","id":"6f01404a-5806-4a8d-8f87-b80bb9e0eb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/products/best?category=easy","urlObject":{"path":["api","products","best"],"host":["{{url}}"],"query":[{"key":"category","value":"easy"}],"variable":[]}},"response":[{"id":"5ae5c0f4-e119-40db-b4e4-2fbb134050b4","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products/best?category=easy","host":["{{url}}"],"path":["api","products","best"],"query":[{"key":"category","value":"easy"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 2,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"잡채\",\r\n        \"description\": \"탱글한 면과 맛깔진 고명이 가득\",\r\n        \"fixedPrice\": 11610,\r\n        \"originalPrice\": 12900,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 4,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"간장 코다리조림\",\r\n        \"description\": \"촉촉하게 밴 양념이 일품\",\r\n        \"fixedPrice\": 14900,\r\n        \"originalPrice\": 14900,\r\n        \"event\": \"\"\r\n    },\r\n    {\r\n        \"id\": 5,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"한돈 돼지 김치찌개\",\r\n        \"description\": \"김치찌개에는 역시 돼지고기\",\r\n        \"fixedPrice\": 8370,\r\n        \"originalPrice\": 9300,\r\n        \"event\": \"이벤트특가\"\r\n    }\r\n]"}],"_postman_id":"6f01404a-5806-4a8d-8f87-b80bb9e0eb71"},{"name":"베스트 음식 조회 - season","id":"754e1701-c87f-4957-80e3-47ced2da37cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/products/best?category=season","urlObject":{"path":["api","products","best"],"host":["{{url}}"],"query":[{"key":"category","value":"season"}],"variable":[]}},"response":[{"id":"5ffad993-6fea-457e-964c-7fb9dfbb0acb","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products/best?category=season","host":["{{url}}"],"path":["api","products","best"],"query":[{"key":"category","value":"season"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 6,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"된장찌개\",\r\n        \"description\": \"특별하지 않아서 더 좋은 우리맛\",\r\n        \"fixedPrice\": 7920,\r\n        \"originalPrice\": 8800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 7,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"미역오이냉국\",\r\n        \"description\": \"여름엔 시원한 냉국이 최고\",\r\n        \"fixedPrice\": 7800,\r\n        \"originalPrice\": 7020,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 8,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"동태찌개\",\r\n        \"description\": \"겨울철 보양식으로 안성맞춤\",\r\n        \"fixedPrice\": 10900,\r\n        \"originalPrice\": 10900,\r\n        \"event\": \"\"\r\n    }\r\n]"}],"_postman_id":"754e1701-c87f-4957-80e3-47ced2da37cc"},{"name":"베스트 음식 조회 - kids","id":"c5475636-8193-417a-bdca-6bc84181ed9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/products/best?category=kids","urlObject":{"path":["api","products","best"],"host":["{{url}}"],"query":[{"key":"category","value":"kids"}],"variable":[]}},"response":[{"id":"a2e996ed-05f7-4987-9af2-5c68604c7d1a","name":"Default","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{url}}/api/products/best?category=kids","host":["{{url}}"],"path":["api","products","best"],"query":[{"key":"category","value":"kids"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 9,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"새콤달콤 오징어무침\",\r\n        \"description\": \"국내산 오징어를 새콤달콤하게\",\r\n        \"fixedPrice\": 6000,\r\n        \"originalPrice\": 7500,\r\n        \"event\": \"런칭특가\"\r\n    },\r\n    {\r\n        \"id\": 10,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"호두 멸치볶음\",\r\n        \"description\": \"잔멸치와 호두가 만나 짭쪼름하지만 고소하게!\",\r\n        \"fixedPrice\": 5220,\r\n        \"originalPrice\": 5800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 11,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"한돈 매콤 안심장조림\",\r\n        \"description\": \"부드러운 한돈 안심살의 매콤함\",\r\n        \"fixedPrice\": 6210,\r\n        \"originalPrice\": 6900,\r\n        \"event\": \"이벤트특가\"\r\n    }\r\n]"}],"_postman_id":"c5475636-8193-417a-bdca-6bc84181ed9e"},{"name":"특정 음식 디테일 정보","id":"9aac13f0-8330-44c8-b1d0-d9073f080ee4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/api/products/1","description":"<p>특정 음식 상세조회 API는 아래와 같습니다.</p>\n<p><code>/api/products/{id}</code></p>\n<p>{id}의 값은 integer 입니다.</p>\n<p><strong>Response Body Json - Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td>unique 제품 id</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>Array</td>\n<td>이미지 URL 주소 (n개의 이미지)</td>\n</tr>\n<tr>\n<td><code>productName</code></td>\n<td>string</td>\n<td>제품 이름</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>제품 설명</td>\n</tr>\n<tr>\n<td><code>fixedPrice</code></td>\n<td>integer</td>\n<td>확정 가격 (할인이 있거나 없거나 최종 결제 금액, 단위 : 원)</td>\n</tr>\n<tr>\n<td><code>orignialPrice</code></td>\n<td>integer</td>\n<td>상품 정상 가격 (단위 : 원)</td>\n</tr>\n<tr>\n<td><code>event</code></td>\n<td>string</td>\n<td>이벤트 카테고리 - 2개 존재 : <code>이벤트특가</code> <code>런칭특가</code></td>\n</tr>\n<tr>\n<td><code>mileage</code></td>\n<td>integer</td>\n<td>적립금 (단위 : 원)</td>\n</tr>\n<tr>\n<td><code>deliveryInfo</code></td>\n<td>string</td>\n<td>배송 지역 범위 (현재 요구사항에선 고정된 값)</td>\n</tr>\n<tr>\n<td><code>deliveryCharge</code></td>\n<td>integer</td>\n<td>기본 배송비 (단위 : 원)</td>\n</tr>\n<tr>\n<td><code>freeDeliveryOverAmout</code></td>\n<td>integer</td>\n<td>무료배송을 위한 조건 금액 (단위 : 원)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","products","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f9762667-20fe-4d55-b0f1-be5c700fa53a","name":"특정 음식 디테일 정보","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/api/products/1","host":["{{url}}"],"path":["api","products","1"],"query":[{"key":"","value":"application/json","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"images\": [\n        \"https://s3-alpha-sig.figma.com/img/33bc/7060/2cdf7235b65a114abff05b9133f90085?Expires=1651449600&Signature=GkIDXNQYgylWHG6s0156N~naar2gkF38JhOATAhWKeeHbRT-kL2ijeaFLLZOKSD73FeHAN9qEVDVseXH4fvzR~936Jydsw4S8W7DsU4IBU48TMJdv~VpUo9~W-OHQu68L~rB5n3ol0VvEX1eJAzJqmotiVC1GSRtcpwjzg4DpUKkhnmfDs7j0lP9a7ggNSZdyCxs85cOYFqSwPAOOK~CeL~iO8a9kvq24BzQIlHkIwBVZ4cZQy43TAj4S-Cy3Nu8ck6NVmyi9HHIdKpWzxN0E6sTTPtmgsvoItVvpqpK9DbkaTMwdxj16-AraqhH36l0zqFeKBJslCXkq-9XXIxJAw__&Key-Pair-Id=APKAINTVSUGEWH5XD5UA\",\n        \"https://s3-alpha-sig.figma.com/img/2164/9a9b/cd7fc04d16c7a729bbd297e958b5afe6?Expires=1651449600&Signature=Z8Cc3ik8y4FoESTuPAf0S3D~bu~zju2NblwaePrDHDP1yOZF6EwwKZDKjZakWzygG-H7bjs7xg2gHg0fx8Zyjf0NEfea~celLL76-5pyC0TfJhJeOWqcL2hXuZguHb0qQBZvMaHrLCJTSCbDNeD0latWlLgwI~H7qdLjOnMfHyT0iMFJmebeijevY30gg-AC1tqqWcWRbzBBEOlfKULek0pBXzomds8XP5A8EXkpB7TK4IYF-EF5pVSXK57I8aGVOLrXJKfnFpjZpWDPFH~947EsJa46wbZpjlbGLtgSovIfby25bGOvBsNhutbfmuMzPFfvgqiKiKn~rmZUpFtf2Q__&Key-Pair-Id=APKAINTVSUGEWH5XD5UA\",\n        \"https://s3-alpha-sig.figma.com/img/3088/a859/b9248239edb10b3a2070ffb2266270be?Expires=1651449600&Signature=Y~OB068C3tvFJepjA9l-61ueSOvmJo6lwWIvakUdgVBi4irfitwn0Ux61lOFRW4TMecLKxyuu~gnNXJ-vJVBQ03oG0-8gk31LoQ2ZXjkgR3I44u8aqruEvLvfvHtD1AEnHhhw3TudIwJAj1k-wU2Q3YphUktbeIknILBuzy0qDbHb3qMeX0E2qlORqdZq-mfZKyby0GSnb0ZlfagJVcpBGYO0QnvjCenDMC1RxfirqTtYKkQ4tYkRQiJ7LQRZaxO6tlQBJO91Bn27nJdmKjV6m5-dV3U7WtkhnCA-bM6sKtF-HehOnqtXWkH4oiWiC-lC-9gmrzkHpEn~puLUl6yOw__&Key-Pair-Id=APKAINTVSUGEWH5XD5UA\"\n    ],\n    \"productName\": \"오리 주물럭 반조리\",\n    \"description\": \"감칠맛 나는 매콤한 양념\",\n    \"fixedPrice\": 12640,\n    \"originalPrice\": 15800,\n    \"event\": \"런칭특가\",\n    \"mileage\": 126,\n    \"deliveryInfo\": \"서울 경기 새벽 배송, 전국 택배 배송\",\n    \"deliveryCharge\": 2500,\n    \"freeDeliveryOverAmount\": 40000\n}"}],"_postman_id":"9aac13f0-8330-44c8-b1d0-d9073f080ee4"},{"name":"추천 정보","id":"dfba3bbb-9962-4510-871d-5e1b611d50cf","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/api/products/recommendation","description":"<p>음식 추천 조회 API는 아래와 같습니다.</p>\n<p><code>/api/products/recommandation</code></p>\n<p>데이터 타입은 아래 json이 배열로 응답됩니다.</p>\n<p><strong>Response Body Json - Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td>unique 제품 id</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>string</td>\n<td>이미지 URL 주소</td>\n</tr>\n<tr>\n<td><code>productName</code></td>\n<td>string</td>\n<td>제품 이름</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>제품 설명</td>\n</tr>\n<tr>\n<td><code>fixedPrice</code></td>\n<td>integer</td>\n<td>확정 가격 (할인이 있거나 없거나 최종 결제 금액)</td>\n</tr>\n<tr>\n<td><code>orignialPrice</code></td>\n<td>integer</td>\n<td>상품 정상 가격</td>\n</tr>\n<tr>\n<td><code>event</code></td>\n<td>string</td>\n<td>이벤트 카테고리 - 2개 존재 : <code>이벤트특가</code> <code>런칭특가</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","products","recommendation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bd38b1d2-9c21-44a6-8aaa-c1f29a0e07b9","name":"추천 정보","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":{"raw":"{{url}}/api/products/recommendation","host":["{{url}}"],"path":["api","products","recommendation"],"query":[{"key":"","value":"application/json","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"오리 주물럭 반조리\",\r\n        \"description\": \"감칠맛 나는 매콤한 양념\",\r\n        \"fixedPrice\": 12640,\r\n        \"originalPrice\": 15800,\r\n        \"event\": \"런칭특가\"\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"잡채\",\r\n        \"description\": \"탱글한 면과 맛깔진 고명이 가득\",\r\n        \"fixedPrice\": 11610,\r\n        \"originalPrice\": 12900,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 3,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"소갈비찜\",\r\n        \"description\": \"촉촉하게 밴 양념이 일품\",\r\n        \"fixedPrice\": 26010,\r\n        \"originalPrice\": 28900,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 4,\r\n        \"image\": \"https://s3-alpha-sig.figma.com/img/33bc/7060/2cdf7235b65a114abff05b9133f90085?Expires=1651449600&Signature=GkIDXNQYgylWHG6s0156N~naar2gkF38JhOATAhWKeeHbRT-kL2ijeaFLLZOKSD73FeHAN9qEVDVseXH4fvzR~936Jydsw4S8W7DsU4IBU48TMJdv~VpUo9~W-OHQu68L~rB5n3ol0VvEX1eJAzJqmotiVC1GSRtcpwjzg4DpUKkhnmfDs7j0lP9a7ggNSZdyCxs85cOYFqSwPAOOK~CeL~iO8a9kvq24BzQIlHkIwBVZ4cZQy43TAj4S-Cy3Nu8ck6NVmyi9HHIdKpWzxN0E6sTTPtmgsvoItVvpqpK9DbkaTMwdxj16-AraqhH36l0zqFeKBJslCXkq-9XXIxJAw__&Key-Pair-Id=APKAINTVSUGEWH5XD5UA\",\r\n        \"productName\": \"간장 코다리조림\",\r\n        \"description\": \"쫀득한 코다리를 국내산 간장소스로맛있게 조렸어요\",\r\n        \"fixedPrice\": 14900,\r\n        \"originalPrice\": 14900,\r\n        \"event\": \"\"\r\n    },\r\n    {\r\n        \"id\": 5,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"한돈 돼지 김치찌개\",\r\n        \"description\": \"김치찌개에는 역시 돼지고기\",\r\n        \"fixedPrice\": 8370,\r\n        \"originalPrice\": 9300,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 6,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"된장찌개\",\r\n        \"description\": \"특별하지 않아서 더 좋은 우리맛\",\r\n        \"fixedPrice\": 7920,\r\n        \"originalPrice\": 8800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 7,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"미역오이냉국\",\r\n        \"description\": \"어름엔 시원한 냉국이 최고\",\r\n        \"fixedPrice\": 7020,\r\n        \"originalPrice\": 7800,\r\n        \"event\": \"이벤트특가\"\r\n    },\r\n    {\r\n        \"id\": 8,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"동태찌개\",\r\n        \"description\": \"겨울철 보양식으로 안성맞춤\",\r\n        \"fixedPrice\": 10900,\r\n        \"originalPrice\": 10900,\r\n        \"event\": \"\"\r\n    },\r\n    {\r\n        \"id\": 9,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"새콤달콤 오징어무침\",\r\n        \"description\": \"국내산 오징어를 새콤달콤하게\",\r\n        \"fixedPrice\": 6000,\r\n        \"originalPrice\": 7500,\r\n        \"event\": \"런칭특가\"\r\n    },\r\n    {\r\n        \"id\": 10,\r\n        \"image\": \"https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/5fb9f882810cc18567c01faeb6773ba8.jpg\",\r\n        \"productName\": \"호두 멸치볶음\",\r\n        \"description\": \"잔명치와 호두가 만나 짭쪼름하지만 고소하게!\",\r\n        \"fixedPrice\": 5220,\r\n        \"originalPrice\": 5800,\r\n        \"event\": \"이벤트특가\"\r\n    }\r\n]"}],"_postman_id":"dfba3bbb-9962-4510-871d-5e1b611d50cf"},{"name":"특정 상품 주문","id":"c0f16541-c021-47e8-ace8-1f95e5dd0d57","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"count\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/products/1/order","description":"<p>음식 주문 API는 아래와 같습니다.</p>\n<p><code>/api/products/{id}/order</code></p>\n<p>특정 상품 id에 대한 order 입니다.</p>\n<p>request Json은 주문할 상품 id의 주문 개수를 넣어 보냅니다.</p>\n<p>응답은 아래와 같습니다.</p>\n<p><strong>Response Body Json - Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderId</code></td>\n<td>integer</td>\n<td>unique 주문 id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","products","1","order"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5da851b2-da29-4fb8-9ce2-786ea05fd7b6","name":"특정 상품 주문","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"count\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/products/1/order","host":["{{url}}"],"path":["api","products","1","order"],"query":[{"key":"","value":"application/json","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderId\": 1\r\n}"}],"_postman_id":"c0f16541-c021-47e8-ace8-1f95e5dd0d57"}]}