{"info":{"_postman_id":"ae397332-b4ad-4cfd-81ad-a70873e61a07","name":"Supermarket Microservice","description":"<html><head></head><body><p>The Supermarket Microservice Postman Collection is a sample project designed for educational purposes to demonstrate the implementation of microservices. It includes several microservices built using different technologies, all connected through an API Gateway running on the default port 8080. This project provides a practical resource for learning and exploring microservices architecture.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36681432","collectionId":"ae397332-b4ad-4cfd-81ad-a70873e61a07","publishedId":"2sAYdZutrE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"589AAF"},"publishDate":"2025-02-19T16:49:48.000Z"},"item":[{"name":"getOrders","id":"dc8a0f8f-8ee2-4bc8-b9f7-1544060b5b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/order-service/api/v1/orders","description":"<p>Retreives a list of orders ( example string / text )</p>\n","urlObject":{"protocol":"http","port":"8080","path":["order-service","api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ad4df128-0e61-4ec9-b652-eb28a868905b","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/order-service/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"32"},{"key":"Date","value":"Wed, 19 Feb 2025 15:51:15 GMT"}],"cookie":[],"responseTime":null,"body":"Order: order-1, order-2, order-3"}],"_postman_id":"dc8a0f8f-8ee2-4bc8-b9f7-1544060b5b6a"},{"name":"getProducts","id":"3d3c9ab6-4119-4e41-894c-8d7952fe0e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/product-service/api/v1/product","description":"<p>Retreives a list of products ( example string / text )</p>\n","urlObject":{"protocol":"http","port":"8080","path":["product-service","api","v1","product"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"11ead519-b040-44a4-b413-6dd5965db414","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/product-service/api/v1/product"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 19 Feb 2025 15:51:33 GMT"}],"cookie":[],"responseTime":null,"body":"Product: product-1, Product-2, Product-3"}],"_postman_id":"3d3c9ab6-4119-4e41-894c-8d7952fe0e90"},{"name":"getEmployees","id":"8b4dfd14-52dc-4c41-97bb-da681ee9a209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/employee-service/api/v1/employee","description":"<p>Retreives a list of employees ( example string / text )</p>\n","urlObject":{"protocol":"http","port":"8080","path":["employee-service","api","v1","employee"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a6f765a9-46da-4665-b007-01460c259f64","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/employee-service/api/v1/employee"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"44"},{"key":"Date","value":"Wed, 19 Feb 2025 15:51:41 GMT"}],"cookie":[],"responseTime":null,"body":"Employee: employee-1, employee-2, employee-3"}],"_postman_id":"8b4dfd14-52dc-4c41-97bb-da681ee9a209"},{"name":"getInventory","id":"ea8b0304-dcae-4a05-8379-20a55a7b8311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/inventory-service/api/v1/inventory","description":"<p>Retreives an inventory list ( example string / text )</p>\n","urlObject":{"protocol":"http","port":"8080","path":["inventory-service","api","v1","inventory"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"928dc5e5-43e1-4f23-8496-bb12bf409c7d","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/inventory-service/api/v1/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-ZLPc/6pmtwgneCjEbKkClJJQuSU\""},{"key":"Date","value":"Wed, 19 Feb 2025 15:51:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        \"apple\",\n        \"banana\",\n        \"orange\"\n    ],\n    \"message\": \"This is inventory service\"\n}"}],"_postman_id":"ea8b0304-dcae-4a05-8379-20a55a7b8311"},{"name":"getCustomer","id":"2e704d0c-7479-4f62-ae2d-9cb5cc3b3d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/customer-service/api/v1/customers","description":"<p>Retreives a list of customers ( example string / text )</p>\n","urlObject":{"protocol":"http","port":"8080","path":["customer-service","api","v1","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"494b2074-7ab7-49cc-b8d0-4a26ff841470","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer-service/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.12.6"},{"key":"Date","value":"Thu, 27 Feb 2025 06:11:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"John Doe\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Jane Doe\"\n    }\n]"}],"_postman_id":"2e704d0c-7479-4f62-ae2d-9cb5cc3b3d1e"}]}