{"info":{"_postman_id":"5537fb09-36c1-4009-ad6e-464e7ef48a3a","name":"Option","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25536437","collectionId":"5537fb09-36c1-4009-ad6e-464e7ef48a3a","publishedId":"2s9Y5SVR3m","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-18T13:37:53.000Z"},"item":[{"name":"상품 옵션 목록 조회","id":"4e73f57f-c8c5-4e16-85b8-07f2a4a122f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/option/auth/list/1","urlObject":{"protocol":"http","port":"8080","path":["option","auth","list","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6115b08f-3402-415e-929d-d6b1c21a0788","name":"상품 옵션 목록 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/option/auth/list/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 18 Aug 2023 12:12:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ono\": 1,\n        \"optionName\": \"테스트 상품\",\n        \"cost\": 5000,\n        \"price\": 3000\n    },\n    {\n        \"ono\": 2,\n        \"optionName\": \"테스트 상품3\",\n        \"cost\": 322,\n        \"price\": 3000\n    },\n    {\n        \"ono\": 3,\n        \"optionName\": \"테스트 상품3\",\n        \"cost\": 322,\n        \"price\": 3000\n    },\n    {\n        \"ono\": 4,\n        \"optionName\": \"테스트 상품3\",\n        \"cost\": 322,\n        \"price\": 3000\n    }\n]"}],"_postman_id":"4e73f57f-c8c5-4e16-85b8-07f2a4a122f7"},{"name":"상품 옵션 등록","id":"f573bee8-3318-417d-af37-b01e51101bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"optionName\": \"테스트 상품3\",\r\n    \"cost\": 322,\r\n    \"price\": 3000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/option/auth/register/1","urlObject":{"protocol":"http","port":"8080","path":["option","auth","register","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"97f388b4-eaac-4376-a1cf-55962e3f8f56","name":"상품 옵션 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"optionName\": \"테스트 상품3\",\r\n    \"cost\": 322,\r\n    \"price\": 3000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/option/auth/register/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 18 Aug 2023 12:12:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"옵션 등록 완료\"\n}"}],"_postman_id":"f573bee8-3318-417d-af37-b01e51101bb3"},{"name":"상품 옵션 수정","id":"0018fa68-f708-41dd-ad36-43908a2efd32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"optionName\": \"테스트 상품3\",\r\n    \"cost\": 322,\r\n    \"price\": 3000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/option/auth/modify/2","urlObject":{"protocol":"http","port":"8080","path":["option","auth","modify","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a779dc09-fb36-45df-b874-c349011d987d","name":"상품 옵션 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"optionName\": \"수정테스트\",\r\n    \"cost\": 1000,\r\n    \"price\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/option/auth/modify/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 18 Aug 2023 12:16:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"상품 옵션 수정 완료\"\n}"}],"_postman_id":"0018fa68-f708-41dd-ad36-43908a2efd32"},{"name":"상품 옵션 삭제","id":"91cab942-9569-46ff-8d8c-325a57ddf43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"optionName\": \"수정테스트\",\r\n    \"cost\": 1000,\r\n    \"price\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/option/auth/delete/1","urlObject":{"protocol":"http","port":"8080","path":["option","auth","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a8949be7-3292-4139-b6ec-abd14c0f61f9","name":"상품 옵션 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"optionName\": \"수정테스트\",\r\n    \"cost\": 1000,\r\n    \"price\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/option/auth/delete/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 18 Aug 2023 12:17:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"옵션 삭제 완료\"\n}"}],"_postman_id":"91cab942-9569-46ff-8d8c-325a57ddf43d"}]}