{"info":{"_postman_id":"f763feb8-81cb-4339-9cfc-35aa0059d75b","name":"Node.JS Assignment 2","description":"<html><head></head><body><p><strong>E-Commerce Product API (In-Memory – GET, POST, PUT)</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50841281","collectionId":"f763feb8-81cb-4339-9cfc-35aa0059d75b","publishedId":"2sBXcGEzg5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-25T16:38:50.000Z"},"item":[{"name":"products","id":"8309c2ee-766a-444a-899e-14c81eb48d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/products","urlObject":{"protocol":"http","port":"5000","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fd12df1d-6b5b-4939-945d-219b61944de6","name":"products","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/products"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"455"},{"key":"ETag","value":"W/\"1c7-M1yR7IZszrjOv9xhmlwkmzxLC4I\""},{"key":"Date","value":"Wed, 25 Feb 2026 16:20:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Wireless Mouse\",\n        \"category\": \"Electronics\",\n        \"price\": 799,\n        \"stock\": 25,\n        \"rating\": 4.3\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Running Shoes\",\n        \"category\": \"Footwear\",\n        \"price\": 2499,\n        \"stock\": 40,\n        \"rating\": 4.5\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Laptop Stand\",\n        \"category\": \"Accessories\",\n        \"price\": 999,\n        \"stock\": 30,\n        \"rating\": 4.2\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Smart Watch\",\n        \"category\": \"Electronics\",\n        \"price\": 4999,\n        \"stock\": 12,\n        \"rating\": 4.4\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Backpack\",\n        \"category\": \"Fashion\",\n        \"price\": 1599,\n        \"stock\": 50,\n        \"rating\": 4.1\n    }\n]"}],"_postman_id":"8309c2ee-766a-444a-899e-14c81eb48d38"},{"name":"specific product","id":"9aaef4f9-179c-43f4-a2ec-fcde97a66281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/products/1","urlObject":{"protocol":"http","port":"5000","path":["products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a4ca693-71f6-4a43-a97c-54cb4ae24454","name":"specific product","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/products/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-FxlC/0rUTvc56eUsFxbB+de7HTo\""},{"key":"Date","value":"Wed, 25 Feb 2026 16:23:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Wireless Mouse\",\n    \"category\": \"Electronics\",\n    \"price\": 799,\n    \"stock\": 25,\n    \"rating\": 4.3\n}"}],"_postman_id":"9aaef4f9-179c-43f4-a2ec-fcde97a66281"},{"name":"specific product's category","id":"a32c0044-a9dd-4279-802d-271ca4931d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/products/category/Electronics","urlObject":{"protocol":"http","port":"5000","path":["products","category","Electronics"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f592bed5-18e0-44f0-92b5-654dadcad416","name":"specific product's category","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/products/category/Electronics"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"ETag","value":"W/\"bb-EgvSjjI64EDKHg1xxfuZj/5OcI4\""},{"key":"Date","value":"Wed, 25 Feb 2026 16:24:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Wireless Mouse\",\n        \"category\": \"Electronics\",\n        \"price\": 799,\n        \"stock\": 25,\n        \"rating\": 4.3\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Smart Watch\",\n        \"category\": \"Electronics\",\n        \"price\": 4999,\n        \"stock\": 12,\n        \"rating\": 4.4\n    }\n]"}],"_postman_id":"a32c0044-a9dd-4279-802d-271ca4931d62"},{"name":"post product","id":"448f2c62-3d4a-4181-9a1f-861ff86e3db0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Bluetooth Speaker\",\r\n\"category\":\"Electronics\",\r\n\"price\":2999,\r\n\"stock\":20,\r\n\"rating\":4.6\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products","urlObject":{"protocol":"http","port":"5000","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a8f6d0ff-4393-4fc6-8eb7-7caa2c7e61c0","name":"post product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Bluetooth Speaker\",\r\n\"category\":\"Electronics\",\r\n\"price\":2999,\r\n\"stock\":20,\r\n\"rating\":4.6\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"ETag","value":"W/\"61-mej4fUxMkvTKXvPKjs+SUFlcbzw\""},{"key":"Date","value":"Wed, 25 Feb 2026 16:25:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"name\": \"Bluetooth Speaker\",\n    \"category\": \"Electronics\",\n    \"price\": 2999,\n    \"stock\": 20,\n    \"rating\": 4.6\n}"}],"_postman_id":"448f2c62-3d4a-4181-9a1f-861ff86e3db0"},{"name":"replace full product","id":"4a48416e-2830-4309-b256-ab09457689bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"New Mouse\",\r\n\"category\":\"Electronics\",\r\n\"price\":899,\r\n\"stock\":15,\r\n\"rating\":4.2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products/1","urlObject":{"protocol":"http","port":"5000","path":["products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a485b22f-72e7-4460-9853-fcbc21b82b03","name":"replace full product","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"New Mouse\",\r\n\"category\":\"Electronics\",\r\n\"price\":899,\r\n\"stock\":15,\r\n\"rating\":4.2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"ETag","value":"W/\"58-BQeEuMXDo+YRF831ehIUh0vtWko\""},{"key":"Date","value":"Wed, 25 Feb 2026 16:26:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"New Mouse\",\n    \"category\": \"Electronics\",\n    \"price\": 899,\n    \"stock\": 15,\n    \"rating\": 4.2\n}"}],"_postman_id":"4a48416e-2830-4309-b256-ab09457689bb"},{"name":"update stock","id":"50b45d4f-7aee-45da-afcb-f5820e533292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"stock\": 60 }","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products/2/stock","urlObject":{"protocol":"http","port":"5000","path":["products","2","stock"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"469f2033-ad73-48da-a5dc-7bf77a17da8c","name":"update stock","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"stock\": 60 }","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products/2/stock"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"ETag","value":"W/\"5a-6WcPK4dzc6M+NSlxnfvbqWKfGJw\""},{"key":"Date","value":"Wed, 25 Feb 2026 16:33:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Running Shoes\",\n    \"category\": \"Footwear\",\n    \"price\": 2499,\n    \"stock\": 60,\n    \"rating\": 4.5\n}"}],"_postman_id":"50b45d4f-7aee-45da-afcb-f5820e533292"},{"name":"update price","id":"b383a686-92c5-4ebc-bf1d-9c82201daca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"price\": 1299 }","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products/3/price","urlObject":{"protocol":"http","port":"5000","path":["products","3","price"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f7d153cc-1856-448f-8e89-724e1f055d5e","name":"update price","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"price\": 1299 }","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/products/3/price"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"ETag","value":"W/\"5c-wMLB3hBAEn/Cn8znqpgdaMM+fN0\""},{"key":"Date","value":"Wed, 25 Feb 2026 16:34:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Laptop Stand\",\n    \"category\": \"Accessories\",\n    \"price\": 1299,\n    \"stock\": 30,\n    \"rating\": 4.2\n}"}],"_postman_id":"b383a686-92c5-4ebc-bf1d-9c82201daca0"}]}