{"info":{"_postman_id":"ad612342-c21d-436a-b831-11538826eb90","name":"E-COMMERCE","description":"<html><head></head><body><p>Simple API CRUD of products and users</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6516976","collectionId":"ad612342-c21d-436a-b831-11538826eb90","publishedId":"UVXona7D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-21T21:42:37.000Z"},"item":[{"name":"DEVELOPMENT","item":[{"name":"CATEGORIES","item":[{"name":"GET categories","id":"4c17e082-9bdc-4994-984e-e649f4b65272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/categories/","description":"<p>GET a single category</p>\n","urlObject":{"path":["api","v1","categories",""],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c17e082-9bdc-4994-984e-e649f4b65272"},{"name":"POST Create new category","id":"2f095f8d-3ca0-49d5-acd2-7235688cb1ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Categoty 2\",\n    \"image\": \"http://placeimg.com/640/480\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/categories","description":"<p><code>POST a single category</code></p>\n<h3 id></h3>\n","urlObject":{"path":["api","v1","categories"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f095f8d-3ca0-49d5-acd2-7235688cb1ca"},{"name":"GET by ID Get categories by Id","id":"cf95a82a-549f-4287-9c70-9b902624f21b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/categories/2","description":"<p><code>GET a category by ID</code></p>\n<h3 id></h3>\n","urlObject":{"path":["api","v1","categories","2"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf95a82a-549f-4287-9c70-9b902624f21b"}],"id":"7a63aa25-4f19-46b4-a324-ceaa3225a52e","description":"<p>All API requests in development mode in categories section</p>\n","_postman_id":"7a63aa25-4f19-46b4-a324-ceaa3225a52e"},{"name":"CUSTOMERS","item":[{"name":"POST Create new customer","id":"6bbbe092-f97a-41a5-969e-4568b0d40e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Carolina2\",\n    \"lastName\": \"ZZZ\",\n    \"phone\": \"678fgdfg\",\n    \"user\": {\n        \"email\": \"carolina2@mail.com\",\n        \"password\": \"123123\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/v1/customers","description":"<p><code>POST Create a new customer</code></p>\n<h3 id></h3>\n","urlObject":{"path":["v1","customers"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bbbe092-f97a-41a5-969e-4568b0d40e45"},{"name":"GET Get all customers","id":"49322a4b-2d83-4fd3-abf6-b2b50f3dc16b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/customers","description":"<p><strong>GET Get all customers</strong></p>\n","urlObject":{"path":["api","v1","customers"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49322a4b-2d83-4fd3-abf6-b2b50f3dc16b"}],"id":"721b5601-6e52-42c8-af64-0e2aed832715","description":"<p><code>All API requests in development mode in customers section</code></p>\n<h3 id></h3>\n","_postman_id":"721b5601-6e52-42c8-af64-0e2aed832715"},{"name":"ORDERS","item":[{"name":"POST Create new order","id":"a2b3709c-f762-4bd5-b8c9-72a30ae9a409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": 1\n\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}api/v1/orders","description":"<p>POST Create new order</p>\n","urlObject":{"path":["v1","orders"],"host":["{{DEV}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2b3709c-f762-4bd5-b8c9-72a30ae9a409"},{"name":"GET Get by id","id":"7d2475d7-cccf-4182-a752-b6004cb9d0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/orders/","description":"<p><strong>GET Get by id</strong></p>\n","urlObject":{"path":["api","v1","orders",""],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2475d7-cccf-4182-a752-b6004cb9d0b3"},{"name":"POST Add Item","id":"206369c9-b3f5-447b-9270-a69a17b179ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderId\": 9,\n    \"productId\": 5,\n    \"amount\": 4\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/orders/add-item","description":"<p><strong>POST Add Item</strong></p>\n","urlObject":{"path":["api","v1","orders","add-item"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"206369c9-b3f5-447b-9270-a69a17b179ad"}],"id":"cf378e76-190c-45ce-b2ba-3440efb59b5e","_postman_id":"cf378e76-190c-45ce-b2ba-3440efb59b5e","description":""},{"name":"PRODUCTS","item":[{"name":"GET products","id":"1fe0cbb7-a93c-4057-b8a9-ac23083bbf0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/products/","urlObject":{"path":["api","v1","products",""],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fe0cbb7-a93c-4057-b8a9-ac23083bbf0d"},{"name":"POST Create new product","id":"ab8d26a4-04ec-40ee-b6ee-172bae900ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"redbull gr oo\",\n    \"price\": 60,\n    \"image\": \"http://placeimg.com/640/480\", \n    \"description\": \"redbull grandes oo new\",\n    \"categoryId\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/products","description":"<p><strong>POST Create new product</strong></p>\n","urlObject":{"path":["api","v1","products"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab8d26a4-04ec-40ee-b6ee-172bae900ef9"},{"name":"PUT Update product","id":"8ed32368-6070-4e2e-95cb-0f52862f2db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Product 13\",\n    \"price\": \"13\",\n    \"image\": \"http://placeimg.com/640/480\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/products/1313","description":"<p><strong>PUT Update product</strong></p>\n","urlObject":{"path":["api","v1","products","1313"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ed32368-6070-4e2e-95cb-0f52862f2db4"},{"name":"PATCH Partially update ","id":"81774174-f92c-4cf9-9b8a-dfdeaff8ba60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"updated\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/products/2e319518-2bb7-486b-af4e-684852adcdca","description":"<p><strong>PATCH Partially update</strong></p>\n","urlObject":{"path":["api","v1","products","2e319518-2bb7-486b-af4e-684852adcdca"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81774174-f92c-4cf9-9b8a-dfdeaff8ba60"},{"name":"DELETE Delete product","id":"d5a80d66-59d3-4353-a463-cff6696b9fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{DEV}}/api/v1/products/123456-f6e7-423b-82fa-249f71276de6","description":"<p><strong>DELETE product</strong></p>\n","urlObject":{"path":["api","v1","products","123456-f6e7-423b-82fa-249f71276de6"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5a80d66-59d3-4353-a463-cff6696b9fbe"},{"name":"GET Get a single product","id":"a0ff7d0e-4e11-4324-a51a-a3f7e18eb282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/products/a284339f-8828-4065-86f6-86b","description":"<p><strong>Get a single product</strong></p>\n","urlObject":{"path":["api","v1","products","a284339f-8828-4065-86f6-86b"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0ff7d0e-4e11-4324-a51a-a3f7e18eb282"},{"name":"GET Pagination of products","id":"edd6d86f-9fbb-4456-95de-b366148b8197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/products/?limit=8&offset=0","description":"<p><strong>GET Pagination of product</strong></p>\n","urlObject":{"path":["api","v1","products",""],"host":["{{DEV}}"],"query":[{"key":"limit","value":"8"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"edd6d86f-9fbb-4456-95de-b366148b8197"},{"name":"GET PRICE getting products by price","id":"8d351aea-64d6-4f93-ba12-fba4bc3b4576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{DEV}}/api/v1/products/?price_min=60&price_max=100","description":"<p><strong>getting products by price</strong></p>\n","urlObject":{"path":["api","v1","products",""],"host":["{{DEV}}"],"query":[{"disabled":true,"key":"limit","value":"8"},{"disabled":true,"key":"offset","value":"0"},{"key":"price_min","value":"60"},{"key":"price_max","value":"100"}],"variable":[]}},"response":[],"_postman_id":"8d351aea-64d6-4f93-ba12-fba4bc3b4576"}],"id":"37a87aee-784e-4b76-9440-ccfac059f5e6","description":"<p><code>All API requests in development mode in products section</code></p>\n","_postman_id":"37a87aee-784e-4b76-9440-ccfac059f5e6"},{"name":"USERS","item":[{"name":"GET Users","id":"5eac1bcc-04bc-4eab-9335-4f36c5cf0ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/users","description":"<p><strong>GET Users</strong></p>\n","urlObject":{"path":["api","v1","users"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5eac1bcc-04bc-4eab-9335-4f36c5cf0ec0"},{"name":"POST Create user","id":"2ed6099b-9d6c-4d11-a059-b49d66a57602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Duchita baby3\",\n    \"email\": \"duchitababy3@mail.com\",\n    \"password\": \"123123123\",\n    \"role\": \"custom\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/users","description":"<p><strong>POST Create user</strong></p>\n","urlObject":{"path":["api","v1","users"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ed6099b-9d6c-4d11-a059-b49d66a57602"},{"name":"PATCH Update user","id":"d6f032f9-1bdf-47eb-8741-dbab260c3f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lucibabylove\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/users/0f40e42e-8f84-4a9a-b80f-530ee65abd79","description":"<p><strong>PATCH Update user</strong></p>\n","urlObject":{"path":["api","v1","users","0f40e42e-8f84-4a9a-b80f-530ee65abd79"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6f032f9-1bdf-47eb-8741-dbab260c3f52"},{"name":"GET Get a user","id":"36cbd684-ee0e-41b2-a803-4dedd9064e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{DEV}}/api/v1/users/5","description":"<p><strong>Get a user</strong></p>\n","urlObject":{"path":["api","v1","users","5"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36cbd684-ee0e-41b2-a803-4dedd9064e86"},{"name":"DELETE Delete a user","id":"2aded664-d108-4411-992f-d91cfe67aa69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{DEV}}/api/v1/users/3dc475ae-add8-44de-9a9a-5ff2c5fcf787","description":"<p><strong>Delete a user</strong></p>\n","urlObject":{"path":["api","v1","users","3dc475ae-add8-44de-9a9a-5ff2c5fcf787"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aded664-d108-4411-992f-d91cfe67aa69"},{"name":"PUT Partially update a user","id":"fcff66fb-ab66-4722-a8a3-0d359ac1b156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"La perejila\",\n    \"email\": \"laperejilaloca@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DEV}}/api/v1/users/afeaad51-3fe2-449e-b6ba-5a5d1d1a8b3c","description":"<p><strong>PUT Partially update a user</strong></p>\n","urlObject":{"path":["api","v1","users","afeaad51-3fe2-449e-b6ba-5a5d1d1a8b3c"],"host":["{{DEV}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcff66fb-ab66-4722-a8a3-0d359ac1b156"}],"id":"e6370984-25ed-44d1-8a4e-d1fab9f9b9bc","description":"<p><code>All API requests in development mode in users section</code></p>\n<h3 id></h3>\n","_postman_id":"e6370984-25ed-44d1-8a4e-d1fab9f9b9bc"}],"id":"87980205-9082-4641-a0c3-40ad0484e3e0","description":"<p>All API requests on Development mode</p>\n","_postman_id":"87980205-9082-4641-a0c3-40ad0484e3e0"},{"name":"PRODUCTION","item":[{"name":"CATEGORIES","item":[{"name":"GET categories","id":"771a594f-ab47-4163-a76f-a929275b0de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/categories/","description":"<p><strong>GET categories</strong></p>\n","urlObject":{"path":["api","v1","categories",""],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"771a594f-ab47-4163-a76f-a929275b0de9"},{"name":"POST Create new category","id":"b97a429e-7986-4547-b611-0297a6c42ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Categoty 2\",\n    \"image\": \"http://placeimg.com/640/480\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/categories","description":"<p><strong>POST Create new category</strong></p>\n","urlObject":{"path":["api","v1","categories"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b97a429e-7986-4547-b611-0297a6c42ff5"},{"name":"GET by ID Get categories by Id","id":"3092d40c-5bb5-4d9e-b2fb-03f88f8c5bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/categories/2","description":"<p><strong>Get categories by Id</strong></p>\n","urlObject":{"path":["api","v1","categories","2"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3092d40c-5bb5-4d9e-b2fb-03f88f8c5bfd"}],"id":"f94d29f6-c48d-46d8-9422-ea6b913cb145","description":"<p><code>All API requests in production mode in category section</code></p>\n","_postman_id":"f94d29f6-c48d-46d8-9422-ea6b913cb145"},{"name":"CUSTOMERS","item":[{"name":"POST Create new customer","id":"16733e05-c237-4964-9ec5-208a18462c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Carolina2\",\n    \"lastName\": \"ZZZ\",\n    \"phone\": \"678fgdfg\",\n    \"user\": {\n        \"email\": \"carolina2@mail.com\",\n        \"password\": \"123123\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/customers","description":"<p><strong>Create new customer</strong></p>\n","urlObject":{"path":["api","v1","customers"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"16733e05-c237-4964-9ec5-208a18462c75"},{"name":"GET Get all customers","id":"c48b3c97-97b4-4666-8929-df2d7470b3f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/customers","description":"<p><strong>Get all customers</strong></p>\n","urlObject":{"path":["api","v1","customers"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c48b3c97-97b4-4666-8929-df2d7470b3f0"}],"id":"6c5fd888-1071-49d9-9d99-33595ff07513","description":"<p><code>All API requests in production mode in customers section</code></p>\n<h3 id></h3>\n","_postman_id":"6c5fd888-1071-49d9-9d99-33595ff07513"},{"name":"ORDERS","item":[{"name":"POST Create new order","id":"83f0e974-c2cd-4157-9339-4fcc8cc8cbed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": 1\n\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/orders","description":"<p><strong>Create new order</strong></p>\n","urlObject":{"path":["api","v1","orders"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83f0e974-c2cd-4157-9339-4fcc8cc8cbed"},{"name":"GET Get by Id","id":"e326f2fb-a906-46ca-887d-9ce524263cc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/orders/","description":"<p><strong>Get by Id</strong></p>\n","urlObject":{"path":["api","v1","orders",""],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e326f2fb-a906-46ca-887d-9ce524263cc0"},{"name":"POST Add Item","id":"9d6ab4cd-639f-4947-b009-615a00156f9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderId\": 9,\n    \"productId\": 5,\n    \"amount\": 4\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/orders/add-item","description":"<p><strong>Add Item</strong></p>\n","urlObject":{"path":["api","v1","orders","add-item"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d6ab4cd-639f-4947-b009-615a00156f9a"}],"id":"3c013b8e-a227-45c2-b549-88c3d22144e3","_postman_id":"3c013b8e-a227-45c2-b549-88c3d22144e3","description":""},{"name":"PRODUCTS","item":[{"name":"GET products","id":"5fbca4ce-1831-40f2-934f-87337e7a037e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/products/","description":"<p><strong>GET products</strong></p>\n","urlObject":{"path":["api","v1","products",""],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fbca4ce-1831-40f2-934f-87337e7a037e"},{"name":"POST Create new product","id":"98736b8b-0908-42e2-8ed3-dc025e1366ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"monster 2\",\n    \"price\": 40,\n    \"image\": \"http://placeimg.com/640/480\", \n    \"description\": \"monster green\",\n    \"categoryId\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/products","description":"<p><strong>Create new product</strong></p>\n","urlObject":{"path":["api","v1","products"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98736b8b-0908-42e2-8ed3-dc025e1366ab"},{"name":"PUT Update product","id":"77c171b4-cc98-4eb8-a48d-45f27964eb16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Product 13\",\n    \"price\": \"13\",\n    \"image\": \"http://placeimg.com/640/480\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/products/1313","description":"<p><strong>Update product</strong></p>\n","urlObject":{"path":["api","v1","products","1313"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77c171b4-cc98-4eb8-a48d-45f27964eb16"},{"name":"PATCH Partially update","id":"4a457a0b-8ebf-42c9-826d-89dd2709b338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"updated\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/products/2e319518-2bb7-486b-af4e-684852adcdca","description":"<p><strong>PATCH Partially update</strong></p>\n","urlObject":{"path":["api","v1","products","2e319518-2bb7-486b-af4e-684852adcdca"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a457a0b-8ebf-42c9-826d-89dd2709b338"},{"name":"DELETE Delete product","id":"6ddb1ed9-2d6c-4ced-a426-3a5cae991dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PROD}}/api/v1/products/123456-f6e7-423b-82fa-249f71276de6","description":"<p><strong>Delete product</strong></p>\n","urlObject":{"path":["api","v1","products","123456-f6e7-423b-82fa-249f71276de6"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ddb1ed9-2d6c-4ced-a426-3a5cae991dce"},{"name":"GET Get a single product","id":"d0f0b195-2dd1-4306-a16a-d5b994d5469d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/products/a284339f-8828-4065-86f6-86b","description":"<p><strong>Get a single product</strong></p>\n","urlObject":{"path":["api","v1","products","a284339f-8828-4065-86f6-86b"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0f0b195-2dd1-4306-a16a-d5b994d5469d"},{"name":"GET Pagination of products","id":"ebd7c348-9ff8-47ff-88a6-a577045cbed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/products/?limit=8&offset=0","description":"<p><strong>Pagination of products</strong></p>\n","urlObject":{"path":["api","v1","products",""],"host":["{{PROD}}"],"query":[{"key":"limit","value":"8"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"ebd7c348-9ff8-47ff-88a6-a577045cbed6"},{"name":"GET PRICE getting products by price","id":"9b99b65f-eba8-49c0-a946-386e8fece5a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{PROD}}/api/v1/products/?price_min=20&price_max=100","description":"<p><strong>Getting products by price</strong></p>\n","urlObject":{"path":["api","v1","products",""],"host":["{{PROD}}"],"query":[{"disabled":true,"key":"limit","value":"8"},{"disabled":true,"key":"offset","value":"0"},{"key":"price_min","value":"20"},{"key":"price_max","value":"100"}],"variable":[]}},"response":[],"_postman_id":"9b99b65f-eba8-49c0-a946-386e8fece5a2"}],"id":"e5e71cb8-c380-4c53-9615-0016304aee4f","description":"<p><code>All API requests in production mode in products section</code></p>\n","_postman_id":"e5e71cb8-c380-4c53-9615-0016304aee4f"},{"name":"USERS","item":[{"name":"GET Users","id":"13c36ac1-465e-4274-8bb3-cae2ca4f610b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/users","description":"<p><strong>GET Users</strong></p>\n","urlObject":{"path":["api","v1","users"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13c36ac1-465e-4274-8bb3-cae2ca4f610b"},{"name":"POST Create user","id":"ee1c9bb2-a4f5-4abf-818d-ec4e5f9d442b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Duchita baby 4\",\n    \"email\": \"duchitababy4@mail.com\",\n    \"password\": \"123123123\",\n    \"role\": \"custom\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/users","description":"<p><strong>POST Create user</strong></p>\n","urlObject":{"path":["api","v1","users"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee1c9bb2-a4f5-4abf-818d-ec4e5f9d442b"},{"name":"PATCH Update user","id":"922555f4-634e-4694-953a-6ab596e4bbe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lucibabylove\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/users/0f40e42e-8f84-4a9a-b80f-530ee65abd79","description":"<p><strong>PATCH Update user</strong></p>\n","urlObject":{"path":["api","v1","users","0f40e42e-8f84-4a9a-b80f-530ee65abd79"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"922555f4-634e-4694-953a-6ab596e4bbe4"},{"name":"GET Get a user","id":"a142e40a-fe39-4c3f-b9de-0cbccc58f3d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PROD}}/api/v1/users/5","description":"<p><strong>Get a user</strong></p>\n","urlObject":{"path":["api","v1","users","5"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a142e40a-fe39-4c3f-b9de-0cbccc58f3d5"},{"name":"DELETE Delete a user","id":"114aa8dc-bdfb-4f9e-b7f2-2d9de20f3af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PROD}}/api/v1/users/3dc475ae-add8-44de-9a9a-5ff2c5fcf787","description":"<p><strong>Delete a user</strong></p>\n","urlObject":{"path":["api","v1","users","3dc475ae-add8-44de-9a9a-5ff2c5fcf787"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"114aa8dc-bdfb-4f9e-b7f2-2d9de20f3af4"},{"name":"PUT Partially update a user","id":"e846bae3-2632-48f0-8809-34f085422b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"La perejila\",\n    \"email\": \"laperejilaloca@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PROD}}/api/v1/users/afeaad51-3fe2-449e-b6ba-5a5d1d1a8b3c","description":"<p><strong>PUT Partially update a user</strong></p>\n","urlObject":{"path":["api","v1","users","afeaad51-3fe2-449e-b6ba-5a5d1d1a8b3c"],"host":["{{PROD}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e846bae3-2632-48f0-8809-34f085422b9d"}],"id":"7c15d817-27a4-4e1c-b4ed-4c3e2831ec5e","description":"<p><code>All API requests in production mode in users section</code></p>\n<h3 id></h3>\n","_postman_id":"7c15d817-27a4-4e1c-b4ed-4c3e2831ec5e"}],"id":"a39dc48d-1036-4877-a2e6-08bcf8f57e9e","description":"<p><code>All API requests in production mode</code></p>\n","_postman_id":"a39dc48d-1036-4877-a2e6-08bcf8f57e9e"}]}