{"info":{"_postman_id":"bc869104-6931-45b7-b67e-45c37da045f8","name":"Virtual Store API","description":"<html><head></head><body><p>Documentation about available requests of the Virtual Store API REST.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5319131","collectionId":"bc869104-6931-45b7-b67e-45c37da045f8","publishedId":"UzJFwyje","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-04T16:26:08.000Z"},"item":[{"name":"Categories","item":[{"name":"GET Categories","id":"af92895d-9dd3-4978-b33f-63797e32ba5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/categories","urlObject":{"protocol":"http","port":"3000","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"47511284-c887-46ac-9b40-c992228d0e5d","name":"GET Categories","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"319"},{"key":"ETag","value":"W/\"13f-57oyIeTuLRHTsfsATzuQii54Ufk\""},{"key":"Date","value":"Mon, 04 Jul 2022 16:40:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Accesorios de computadora\",\n        \"createdAt\": \"2022-07-02T20:51:24.073Z\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Accesorio de consola\",\n        \"createdAt\": \"2022-07-02T20:52:29.817Z\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Componentes de PC\",\n        \"createdAt\": \"2022-07-04T01:52:04.425Z\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Accesorio para celulares\",\n        \"createdAt\": \"2022-07-02T20:52:29.817Z\"\n    }\n]"}],"_postman_id":"af92895d-9dd3-4978-b33f-63797e32ba5b"},{"name":"CREATE Category","id":"a6cebd8e-c89c-48ac-936b-c93340e81e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Componente de Ejemplo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/categories","urlObject":{"protocol":"http","port":"3000","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d3df835-b956-46b9-a88c-9c61db523758","name":"CREATE Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Componente de Ejemplo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-1rpGQ2cnZnSrw1Q1lFuCBElxL1A\""},{"key":"Date","value":"Mon, 04 Jul 2022 16:40:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2022-07-04T16:40:31.664Z\",\n    \"id\": 7,\n    \"name\": \"Componente de Ejemplo\"\n}"}],"_postman_id":"a6cebd8e-c89c-48ac-936b-c93340e81e64"},{"name":"GET Category by ID","id":"1a25954e-a07b-4f04-aad7-c1167303b658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/categories/7","urlObject":{"protocol":"http","port":"3000","path":["api","v1","categories","7"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39412458-3b99-4582-818a-0c18e351d116","name":"GET Category by ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/categories/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-E0MHyfSraHtnkDz6w7+UUXJzOYA\""},{"key":"Date","value":"Mon, 04 Jul 2022 16:40:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"name\": \"Componente de Ejemplo\",\n    \"createdAt\": \"2022-07-04T16:40:31.664Z\"\n}"}],"_postman_id":"1a25954e-a07b-4f04-aad7-c1167303b658"},{"name":"UPDATE Category by ID","id":"43bb83ae-ee94-4014-95db-d59edddef640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Accesorio para celulares\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/categories/3","urlObject":{"protocol":"http","port":"3000","path":["api","v1","categories","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"43bb83ae-ee94-4014-95db-d59edddef640"},{"name":"DELETE Category","id":"b8de3a75-8a3a-48ae-9e1d-df3fa05ec121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/categories/6","urlObject":{"protocol":"http","port":"3000","path":["api","v1","categories","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8de3a75-8a3a-48ae-9e1d-df3fa05ec121"}],"id":"4099453b-acc9-469a-aedd-17bee46466ef","description":"<p>Categories CRUD (Create, Read, Update and Delete)</p>\n","_postman_id":"4099453b-acc9-469a-aedd-17bee46466ef"},{"name":"Products","item":[{"name":"GET Products","id":"c27245be-c980-496c-828d-cf7f9c1ab218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/products","urlObject":{"protocol":"http","port":"3000","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cfa24c8f-007b-4db2-a8e4-035de365d272","name":"GET Products","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"642"},{"key":"ETag","value":"W/\"282-Sl9RoTrvaG/EAY8xVLxCoR0kmxo\""},{"key":"Date","value":"Thu, 07 Jul 2022 23:41:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"categoryId\": 1,\n        \"code\": \"2022A000001\",\n        \"image\": \"generic-headphones.jpg\",\n        \"name\": \"Audifonos blancos inalámbricos\",\n        \"description\": \"Audífonos con Bluetooth.\",\n        \"price\": 69,\n        \"discount\": 0,\n        \"createdAt\": \"2022-07-04T19:34:18.046Z\",\n        \"category\": {\n            \"id\": 1,\n            \"name\": \"Accesorios de computadora\",\n            \"createdAt\": \"2022-07-02T20:51:24.073Z\"\n        }\n    },\n    {\n        \"id\": 2,\n        \"categoryId\": 2,\n        \"code\": \"2022A000002\",\n        \"image\": \"ps4-controller.jpg\",\n        \"name\": \"Mando de PS4\",\n        \"description\": \"Control con Bluetooth para una consola de PlayStation 4.\",\n        \"price\": 189,\n        \"discount\": 10,\n        \"createdAt\": \"2022-07-04T19:34:18.046Z\",\n        \"category\": {\n            \"id\": 2,\n            \"name\": \"Accesorio de consola\",\n            \"createdAt\": \"2022-07-02T20:52:29.817Z\"\n        }\n    }\n]"}],"_postman_id":"c27245be-c980-496c-828d-cf7f9c1ab218"},{"name":"GET  Product by ID","id":"b2644e02-c7ec-40ba-8300-b118465f632e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/products/1","urlObject":{"protocol":"http","port":"3000","path":["api","v1","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3cac98b9-5a7c-4f29-8d67-a4ac7a183e59","name":"GET  Product by ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"317"},{"key":"ETag","value":"W/\"13d-x7uj9B39C6Y0fUr3VbmJk7jsfVA\""},{"key":"Date","value":"Fri, 08 Jul 2022 00:37:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"categoryId\": 1,\n    \"code\": \"2022A000001\",\n    \"image\": \"generic-headphones.jpg\",\n    \"name\": \"Audifonos blancos inalámbricos\",\n    \"description\": \"Audífonos con Bluetooth.\",\n    \"price\": 69,\n    \"discount\": 0,\n    \"createdAt\": \"2022-07-04T19:34:18.046Z\",\n    \"category\": {\n        \"id\": 1,\n        \"name\": \"Accesorios de computadora\",\n        \"createdAt\": \"2022-07-02T20:51:24.073Z\"\n    }\n}"}],"_postman_id":"b2644e02-c7ec-40ba-8300-b118465f632e"},{"name":"CREATE Product","id":"ebc1fe4a-fcd8-43c2-8f5a-fd8d08e6acfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"categoryId\": 2,\r\n    \"code\": \"2022A000002\",\r\n    \"name\": \"Mando de PS4\",\r\n    \"image\": \"ps4-controller.jpg\",\r\n    \"description\": \"Control con Bluetooth para una consola de PlayStation 4.\",\r\n    \"price\": 189,\r\n    \"discount\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/products","urlObject":{"protocol":"http","port":"3000","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebc1fe4a-fcd8-43c2-8f5a-fd8d08e6acfe"},{"name":"UPDATE Product by ID","id":"2aef71f2-8cb7-4192-9322-4e6811b732b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Audífonos con Bluetooth.\",\r\n    \"price\": 69,\r\n    \"discount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/products/1","urlObject":{"protocol":"http","port":"3000","path":["api","v1","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aef71f2-8cb7-4192-9322-4e6811b732b9"},{"name":"DELETE Product","id":"84946286-21ff-4622-bb87-9b47f8a27e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/products/2","urlObject":{"protocol":"http","port":"3000","path":["api","v1","products","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"84946286-21ff-4622-bb87-9b47f8a27e01"}],"id":"7930aea1-f0af-4ef9-919a-ac3598883dcc","description":"<p>Products CRUD (Create, Read, Update and Delete)</p>\n","_postman_id":"7930aea1-f0af-4ef9-919a-ac3598883dcc"}]}