{"info":{"_postman_id":"0974d2c4-e6b1-47f3-853f-305bfa067399","name":"Ecart","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4059031","collectionId":"0974d2c4-e6b1-47f3-853f-305bfa067399","publishedId":"SzS8um5h","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-24T03:45:04.000Z"},"item":[{"name":"Carts","item":[{"name":"Create cart","id":"a136e4ab-4c34-4426-92c9-3c5fb5b71ed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"currency\":\"MXN\"\n}"},"url":"api.ecart.com/carts","urlObject":{"path":["carts"],"host":["api","ecart","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a136e4ab-4c34-4426-92c9-3c5fb5b71ed3"},{"name":"Info cart","event":[{"listen":"prerequest","script":{"id":"9e5cdf94-4612-479b-8e7d-f2ec616c604e","exec":["pm.globals.set(\"id\", \"5e305f042ee6250424bcc525\");"],"type":"text/javascript"}}],"id":"b15849a8-2c38-438d-b0fd-bc6f7a1e6f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/{{id}}","urlObject":{"port":"8001","path":["carts","{{id}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b15849a8-2c38-438d-b0fd-bc6f7a1e6f2c"},{"name":"Update cart","event":[{"listen":"prerequest","script":{"id":"098e4c12-0dac-4dd4-84a4-2cec235b7745","exec":["pm.globals.set(\"id\", \"5e419d491e9d77084c9a05df\");"],"type":"text/javascript"}}],"id":"40a7e07d-b88c-4f74-95f5-2e3485a4d462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"a.cruz@envia.com\",\n\t\"currency\": \"USD\",\n\t\"billing_address\": {\n\t\t\"first_name\": \"Roberto Alejandro\",\n\t\t\"last_name\": \"de la Cruz\",\n\t\t\"address1\": \"Jardines de Sauceda\",\n\t\t\"address2\": \"14\",\n\t\t\"country\": {\n\t\t\t\"code\": \"MXN\"\n\t\t},\n\t\t\"state\": {\n\t\t\t\"code\": \"ZAC\"\n\t\t},\n\t\t\"city\": \"Guadalupe\",\n\t\t\"postal_code\": \"98612\",\n\t\t\"phone\": \"4921347491\"\n\t},\n\t\"shipping_address\": {\n\t\t\"first_name\": \"Roberto Alejandro\",\n\t\t\"last_name\": \"de la Cruz\",\n\t\t\"address1\": \"Jardines de Sauceda\",\n\t\t\"address2\": \"14\",\n\t\t\"country\": {\n\t\t\t\"code\": \"MXN\"\n\t\t},\n\t\t\"state\": {\n\t\t\t\"code\": \"ZAC\"\n\t\t},\n\t\t\"city\": \"Guadalupe\",\n\t\t\"postal_code\": \"98612\",\n\t\t\"phone\": \"4921347491\"\n\t}\n}"},"url":"localhost:8001/carts/{{id}}","urlObject":{"port":"8001","path":["carts","{{id}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"40a7e07d-b88c-4f74-95f5-2e3485a4d462"},{"name":"Delete cart","id":"fd99febb-9549-47c8-8fef-4b357f72d6cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/5de9701a56821e0690a5ef26","urlObject":{"port":"8001","path":["carts","5de9701a56821e0690a5ef26"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd99febb-9549-47c8-8fef-4b357f72d6cd"},{"name":"Create item","event":[{"listen":"prerequest","script":{"id":"65a273ee-6961-47e1-9ceb-388aae1b72ac","exec":["pm.globals.set(\"cart_id\", \"5e3dd52d0346cd0b98667e96\");"],"type":"text/javascript"}}],"id":"934529bf-fe17-4c96-a627-11cf7eb65391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"item_id\":\"5e21fdb379c9b9054b5573ed\",\n\t\"quantity\": 2\n}"},"url":"localhost:8001/carts/{{cart_id}}/items","urlObject":{"port":"8001","path":["carts","{{cart_id}}","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"934529bf-fe17-4c96-a627-11cf7eb65391"},{"name":"Get all items","id":"a0408d3e-feed-4031-91bf-5213a0d84541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/5dd4545a14cc200c7e873699/items","urlObject":{"port":"8001","path":["carts","5dd4545a14cc200c7e873699","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0408d3e-feed-4031-91bf-5213a0d84541"},{"name":"Delete all items","id":"53fce3eb-6258-4a14-b6d8-9d07ac872d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/5de9707107b49206c89e8130/items","urlObject":{"port":"8001","path":["carts","5de9707107b49206c89e8130","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"53fce3eb-6258-4a14-b6d8-9d07ac872d81"},{"name":"Update all items","id":"ed15c952-0bc5-486a-bf69-99954530d9dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"localhost:8001/carts/5dd4545a14cc200c7e873699/items","urlObject":{"port":"8001","path":["carts","5dd4545a14cc200c7e873699","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed15c952-0bc5-486a-bf69-99954530d9dd"},{"name":"Get info item","id":"d28a661f-37cb-479e-85c0-aff7e08e8d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/5dd4545a14cc200c7e873699/items/5dd587007dac5a08c5e706f2","urlObject":{"port":"8001","path":["carts","5dd4545a14cc200c7e873699","items","5dd587007dac5a08c5e706f2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d28a661f-37cb-479e-85c0-aff7e08e8d98"},{"name":"Update  item","id":"52f244e1-044c-4705-95ea-aebf89852248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"quantity\": 2\n}"},"url":"localhost:8001/carts/5dd4545a14cc200c7e873699/items/5dd5d14a05c58616b530866b","urlObject":{"port":"8001","path":["carts","5dd4545a14cc200c7e873699","items","5dd5d14a05c58616b530866b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"52f244e1-044c-4705-95ea-aebf89852248"},{"name":"Delete  item","id":"44d954c7-7b11-419b-bbb2-ddcc6bafff5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/5dd4545a14cc200c7e873699/items/5dd5892d486f56095a5dd8e2","urlObject":{"port":"8001","path":["carts","5dd4545a14cc200c7e873699","items","5dd5892d486f56095a5dd8e2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"44d954c7-7b11-419b-bbb2-ddcc6bafff5d"},{"name":"Update cart user id","id":"32e8f545-bfd2-411e-8ad2-43ce31ace458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/5de809cb7b9cc5067f79870f/user","urlObject":{"port":"8001","path":["carts","5de809cb7b9cc5067f79870f","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"32e8f545-bfd2-411e-8ad2-43ce31ace458"},{"name":"Get total summary","id":"c6dba217-e797-423b-a362-5c4144077b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/5e13801da7b578091b483905/summary","urlObject":{"port":"8001","path":["carts","5e13801da7b578091b483905","summary"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6dba217-e797-423b-a362-5c4144077b32"},{"name":"Create a payment order","event":[{"listen":"prerequest","script":{"id":"91cfc9f5-9efc-42f9-ac71-ac07209515be","exec":["pm.globals.set(\"cart_id\", \"5de98cedbaf03a0004fe6955\");"],"type":"text/javascript"}}],"id":"ba8815ac-d03f-426d-b207-e94f6342b193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/carts/{{cart_id}}/order","urlObject":{"port":"8001","path":["carts","{{cart_id}}","order"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba8815ac-d03f-426d-b207-e94f6342b193"},{"name":"Create shipping rates","event":[{"listen":"prerequest","script":{"id":"f9173e5b-2367-423c-8f96-ffd511c3eca8","exec":["pm.globals.set(\"cart_id\", \"5e45e89b44749600048d3a85\");"],"type":"text/javascript"}}],"id":"1f56f15c-e917-42c7-9a39-21422f2c98bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{hostname}}/carts/{{cart_id}}/shipping/rates","urlObject":{"path":["carts","{{cart_id}}","shipping","rates"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f56f15c-e917-42c7-9a39-21422f2c98bb"},{"name":"Update shipping rate as selected","event":[{"listen":"prerequest","script":{"id":"9e5cdf94-4612-479b-8e7d-f2ec616c604e","exec":["pm.globals.set(\"cart_id\", \"5e305f042ee6250424bcc525\");","pm.globals.set(\"id\", \"5e33650346e8370829e05952\");"],"type":"text/javascript"}}],"id":"e4657c18-db97-4013-9cba-04ddac58dcff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"store_id\":\"5e1fc21f27317607bf59a98c\"\n}"},"url":"{{hostname}}/carts/{{cart_id}}/shipping/rates/{{id}}","urlObject":{"path":["carts","{{cart_id}}","shipping","rates","{{id}}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4657c18-db97-4013-9cba-04ddac58dcff"}],"id":"6b2f6335-6757-4619-8e79-ca18dbd5e988","_postman_id":"6b2f6335-6757-4619-8e79-ca18dbd5e988","description":""},{"name":"Orders","item":[{"name":"Get all orders","id":"4ea9ecda-e0c6-4f75-9042-e289d1626cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"{{hostname}}/orders","urlObject":{"path":["orders"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ea9ecda-e0c6-4f75-9042-e289d1626cb6"},{"name":"Get single order","event":[{"listen":"prerequest","script":{"id":"6a947e9b-3e01-4924-8f9c-169374ce77d9","exec":["pm.globals.set(\"id\", \"5e5ff66aceaf9274ae296f31\");"],"type":"text/javascript"}}],"id":"e907cc86-7fc4-423e-aadd-c1db51dc3a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"localhost:8001/orders/{{id}}","urlObject":{"port":"8001","path":["orders","{{id}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e907cc86-7fc4-423e-aadd-c1db51dc3a0d"}],"id":"3a4c29fd-19ea-442b-b292-0cfe3acfc058","_postman_id":"3a4c29fd-19ea-442b-b292-0cfe3acfc058","description":""},{"name":"Users","item":[{"name":"Recovery identify","id":"cb334f4c-943a-48e2-851c-d8cc120bc5ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"a.cruz@envia.com\"\n}"},"url":"localhost:8001/users/identify","urlObject":{"port":"8001","path":["users","identify"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb334f4c-943a-48e2-851c-d8cc120bc5ec"},{"name":"Recovery password","id":"f78e00c9-90dd-4789-aa59-d2866eef6c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\": \"acruz123\",\n\t\"password_confirmation\": \"acruz123\",\n\t\"recovery\": \"NWRjOWIyYzhkZDk1YjIwNDFkY2U1YzI3\"\n}"},"url":"localhost:8001/users/recovery","urlObject":{"port":"8001","path":["users","recovery"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f78e00c9-90dd-4789-aa59-d2866eef6c92"},{"name":"Get my user info","id":"5f587c41-cd65-4719-93fe-b776640a52f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{vault:json-web-token}}","type":"text"}],"url":"localhost:8001/users/me","urlObject":{"port":"8001","path":["users","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f587c41-cd65-4719-93fe-b776640a52f5"},{"name":"Update my user info","id":"4d4ba035-1fe4-44cf-9fc6-a01e1e902a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\": \"Alejandro\",\n\t\"email\": \"a.cruz@envia.com\"\n}"},"url":"localhost:8001/users/me","urlObject":{"port":"8001","path":["users","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d4ba035-1fe4-44cf-9fc6-a01e1e902a0a"},{"name":"Update my password","id":"a02c8ce8-6ae3-4a8c-a261-af408e2054fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\": \"acruz1234\",\n\t\"new\": \"acruz123\"\n}"},"url":"localhost:8001/users/me/password","urlObject":{"port":"8001","path":["users","me","password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a02c8ce8-6ae3-4a8c-a261-af408e2054fc"},{"name":"Get all user addresses","event":[{"listen":"prerequest","script":{"id":"8d185174-a6f1-4717-b101-96c53c5b48ec","exec":["pm.globals.set(\"id\", \"5dfd6acad1bc8917d85bd2c8\");"],"type":"text/javascript"}}],"id":"49387c5e-406f-42dc-8a11-febb3c88fa5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"localhost:8001/users/me/addresses/{{id}}/default","urlObject":{"port":"8001","path":["users","me","addresses","{{id}}","default"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"49387c5e-406f-42dc-8a11-febb3c88fa5e"},{"name":"Create user address","id":"c6c355fb-777d-4411-8989-738c6c84f015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"address_name\": \"Casa\",\n\t\"first_name\": \"Alex\",\n\t\"last_name\": \"de la Cruz\",\n\t\"address1\": \"Av. Jose Vasconcelos\",\n\t\"address2\": \"585\",\n\t\"country\": {\n\t\t\"code\": \"MX\",\n\t\t\"name\": \"Mexico\"\n\t},\n\t\"state\": {\n\t\t\"code\": \"NL\",\n\t\t\"name\": \"Nuevo León\"\n\t},\n\t\"city\": \"San Pedro\",\n\t\"postal_code\": \"66238\",\n\t\"phone\": \"4921347491\"\n}"},"url":"localhost:8001/users/me/addresses","urlObject":{"port":"8001","path":["users","me","addresses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6c355fb-777d-4411-8989-738c6c84f015"},{"name":"Get info user addresses","id":"6418ab6c-4579-4de9-becf-6c76497c7c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{vault:json-web-token}}","type":"text"}],"url":"localhost:8001/users/me/addresses/5ddeee4a2a07710cd278f248","urlObject":{"port":"8001","path":["users","me","addresses","5ddeee4a2a07710cd278f248"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6418ab6c-4579-4de9-becf-6c76497c7c11"},{"name":"Update user addresses","id":"9dd8b7b6-b6b9-433b-b87b-075998fd391b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\": \"Roberto\"\n}"},"url":"localhost:8001/users/me/addresses/5de56fc49e58650603077c65","urlObject":{"port":"8001","path":["users","me","addresses","5de56fc49e58650603077c65"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd8b7b6-b6b9-433b-b87b-075998fd391b"},{"name":"Delete user addresses","id":"727d9df6-20ac-4b97-ac07-e152e3dae404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{vault:json-web-token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8001/users/me/addresses/5ddeee4a2a07710cd278f248","urlObject":{"port":"8001","path":["users","me","addresses","5ddeee4a2a07710cd278f248"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"727d9df6-20ac-4b97-ac07-e152e3dae404"},{"name":"Get user cart pending","id":"fdc610f1-cc0e-4567-bf0c-80c176950ce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"localhost:8001/users/me/cart","urlObject":{"port":"8001","path":["users","me","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdc610f1-cc0e-4567-bf0c-80c176950ce1"},{"name":"Update user default address","event":[{"listen":"prerequest","script":{"id":"8d185174-a6f1-4717-b101-96c53c5b48ec","exec":["pm.globals.set(\"id\", \"5dfd6b3c133d7817f6707b7e\");"],"type":"text/javascript"}}],"id":"74a8166b-52ba-490e-adbf-2806e692d21d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"localhost:8001/users/me/addresses/{{id}}/default","urlObject":{"port":"8001","path":["users","me","addresses","{{id}}","default"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74a8166b-52ba-490e-adbf-2806e692d21d"}],"id":"3da0687a-1ebb-4d6d-bd42-dad295754b6c","_postman_id":"3da0687a-1ebb-4d6d-bd42-dad295754b6c","description":""},{"name":"Categories","item":[{"name":"Get all categories","id":"198fe179-307c-4216-8698-25aa1d472be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8001/categories?lang=es-ES","urlObject":{"port":"8001","path":["categories"],"host":["localhost"],"query":[{"key":"lang","value":"es-ES"}],"variable":[]}},"response":[],"_postman_id":"198fe179-307c-4216-8698-25aa1d472be9"},{"name":"Get info category","id":"319ded28-4921-4a08-8f92-efaa834f3663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8001/categories/5de03c468f1df40b22b558c1","urlObject":{"port":"8001","path":["categories","5de03c468f1df40b22b558c1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"319ded28-4921-4a08-8f92-efaa834f3663"},{"name":"Get all subcategories from a single category","id":"38996c1c-ce04-496f-9d84-108fed5f1a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8001/categories/5de03c468f1df40b22b558c1/subcategories","urlObject":{"port":"8001","path":["categories","5de03c468f1df40b22b558c1","subcategories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38996c1c-ce04-496f-9d84-108fed5f1a19"},{"name":"Get best categories","id":"8949b487-792d-4b65-83e1-3721c3b73dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"8949b487-792d-4b65-83e1-3721c3b73dfd"}],"id":"b4eb1768-f29c-40d9-9971-dee49c011f9c","_postman_id":"b4eb1768-f29c-40d9-9971-dee49c011f9c","description":""},{"name":"Pages","item":[{"name":"Get home page","id":"597b7d14-9f14-47a7-b386-513f8a9f7e2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/pages/home?lang=es-ES","urlObject":{"path":["pages","home"],"host":["{{hostname}}"],"query":[{"key":"lang","value":"es-ES"}],"variable":[]}},"response":[],"_postman_id":"597b7d14-9f14-47a7-b386-513f8a9f7e2b"},{"name":"Get categories menu","id":"302d3b38-6415-4e4b-9860-c39cf2f64bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8001/pages/categories/menu","urlObject":{"port":"8001","path":["pages","categories","menu"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"302d3b38-6415-4e4b-9860-c39cf2f64bc6"}],"id":"a708caec-0226-47bb-9369-dce581e43d7e","_postman_id":"a708caec-0226-47bb-9369-dce581e43d7e","description":""},{"name":"Cards","item":[{"name":"Get all user cards","id":"ddee1ced-4070-4669-b425-14126d142ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"{{token}}","type":"text"}],"url":"localhost:8001/cards","urlObject":{"port":"8001","path":["cards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddee1ced-4070-4669-b425-14126d142ede"},{"name":"create a user card","id":"8ae6a561-f4d8-404d-95f5-fddae6a62bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Roberto Alejandro de la Cruz Martinez\",\n\t\"expiration\": {\n\t\t\"month\": \"01\",\n\t\t\"year\": \"22\"\n\t},\n\t\"last\": \"4569\",\n\t\"brand\": \"visa\",\n\t\"type\": \"debit\",\n\t\"country\":\"MX\",\n\t\"card_id\":\"12345678\"\n}"},"url":"localhost:8001/cards","urlObject":{"port":"8001","path":["cards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ae6a561-f4d8-404d-95f5-fddae6a62bc4"},{"name":"Get info single user cards","id":"43227f67-f1b0-4064-ac49-3db807fab617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"{{token}}","type":"text"}],"url":"localhost:8001/cards/5de960d09ff26605eea55d3c","urlObject":{"port":"8001","path":["cards","5de960d09ff26605eea55d3c"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"43227f67-f1b0-4064-ac49-3db807fab617"},{"name":"update single user card","id":"5623cb14-475c-47da-ac15-9578a86d6eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authorization","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Roberto Alejandro de la Cruz Martinez\",\n\t\"expiration\": {\n\t\t\"month\": \"01\",\n\t\t\"year\": \"22\"\n\t},\n\t\"last\": \"4569\",\n\t\"brand\": \"visa\",\n\t\"type\": \"debit\",\n\t\"country\":\"MX\"\n}"},"url":"localhost:8001/cards/5de960d09ff26605eea55d3c","urlObject":{"port":"8001","path":["cards","5de960d09ff26605eea55d3c"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5623cb14-475c-47da-ac15-9578a86d6eaa"},{"name":"Delete single user cards","id":"15fe0a8c-1e19-4dfd-ba36-f94c5fa49062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"{{token}}","type":"text"}],"url":"localhost:8001/cards/5de9612b58b70305ff5c1890","urlObject":{"port":"8001","path":["cards","5de9612b58b70305ff5c1890"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"15fe0a8c-1e19-4dfd-ba36-f94c5fa49062"}],"id":"bb2ff916-4c58-4234-a838-02209cceb208","_postman_id":"bb2ff916-4c58-4234-a838-02209cceb208","description":""},{"name":"Stores","item":[{"name":"Get single store info","event":[{"listen":"prerequest","script":{"id":"e6c95fb8-02ee-47ed-a819-d09ee6251b2c","exec":["pm.globals.set(\"id\", \"5e541d53ec06f90a7d6a7322\");"],"type":"text/javascript"}}],"id":"8956597a-37da-4a51-91a5-32d60bc4ab4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/stores/{{id}}","urlObject":{"path":["stores","{{id}}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8956597a-37da-4a51-91a5-32d60bc4ab4b"},{"name":"Get products by store","event":[{"listen":"prerequest","script":{"id":"9771296b-f550-48d2-a29a-8f9f8d7155f5","exec":["pm.globals.set(\"store_id\", \"5e221d1279c9b9054b5b5011\");"],"type":"text/javascript"}}],"id":"6e192e25-fbbb-47db-b605-1e67f0c92419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/stores/{{store_id}}/products?limit=10&page=2","urlObject":{"path":["stores","{{store_id}}","products"],"host":["{{hostname}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"6e192e25-fbbb-47db-b605-1e67f0c92419"}],"id":"d5b67dbd-f55e-414b-ba9d-51cc770ef7e1","_postman_id":"d5b67dbd-f55e-414b-ba9d-51cc770ef7e1","description":""},{"name":"Login","id":"f6c3bf81-b744-412b-afa4-a820e52effbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"a.cruz@envia.com\",\n\t\"password\": \"acruz123\"\n}"},"url":"{{hostname}}/login","urlObject":{"path":["login"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6c3bf81-b744-412b-afa4-a820e52effbb"},{"name":"Register","id":"7ebde92a-8801-4137-81ac-313d11eec75a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"a.cruz@envia.com\",\n\t\"password\": \"test\"\n}"},"url":"{{hostname}}/register","urlObject":{"path":["register"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ebde92a-8801-4137-81ac-313d11eec75a"},{"name":"User confirmation","id":"ef45708e-0c2f-4886-89b4-a8d0ff2fc304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8001/activate/user/{{id}}","urlObject":{"port":"8001","path":["activate","user","{{id}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef45708e-0c2f-4886-89b4-a8d0ff2fc304"},{"name":"Geta  all  countries","id":"b7827f07-5b5f-4679-8a4d-c330f5ac0d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/countries","urlObject":{"path":["countries"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7827f07-5b5f-4679-8a4d-c330f5ac0d02"},{"name":"Geta states by country","id":"738c828f-6530-4b9f-88b4-7c1fd9d8d70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8001/states?country=mx","urlObject":{"port":"8001","path":["states"],"host":["localhost"],"query":[{"key":"country","value":"mx"}],"variable":[]}},"response":[],"_postman_id":"738c828f-6530-4b9f-88b4-7c1fd9d8d70e"},{"name":"Get currencies","id":"bc18b92a-eab0-436d-874c-2e293ffd8765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/currencies","urlObject":{"path":["currencies"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc18b92a-eab0-436d-874c-2e293ffd8765"},{"name":"Get languages","id":"5ac25621-f009-492d-85de-de9484b8161a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/languages","urlObject":{"path":["languages"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ac25621-f009-492d-85de-de9484b8161a"}],"event":[{"listen":"prerequest","script":{"id":"4eeed0c5-0896-47dd-ad35-dfd27bc8c4d4","type":"text/javascript","exec":["pm.environment.set('hostname', 'localhost:8001');","pm.environment.set('token', '{{vault:json-web-token}}')"]}},{"listen":"test","script":{"id":"8eb2a7f3-f863-4919-89ba-461f152b6e21","type":"text/javascript","exec":[""]}}]}