{"info":{"_postman_id":"f3cbc2f7-2037-461e-b283-83eedcb7b3dd","name":"node-assignment-2","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50840903","collectionId":"f3cbc2f7-2037-461e-b283-83eedcb7b3dd","publishedId":"2sBXcGFLPA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-26T04:22:43.000Z"},"item":[{"name":"get all products","id":"261622bb-9afa-497d-a3ed-6eb41810c13d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/products","urlObject":{"protocol":"http","port":"3000","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"261622bb-9afa-497d-a3ed-6eb41810c13d"},{"name":"get product by id","id":"756599b9-36a1-47da-8bab-6c7e5358892a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/products/:id","urlObject":{"protocol":"http","port":"3000","path":["products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"756599b9-36a1-47da-8bab-6c7e5358892a"},{"name":"filter products by category","id":"285bfe2a-3efc-48f8-b57b-6544e18dbd52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/products/category/Electronics","urlObject":{"protocol":"http","port":"3000","path":["products","category","Electronics"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"285bfe2a-3efc-48f8-b57b-6544e18dbd52"},{"name":"Add new products","id":"f063defb-3b3d-4ed4-94f9-10dc357d3e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"HeadPhone\",\r\n  \"category\": \"Electronics\",\r\n  \"price\": 1500,\r\n  \"stock\": 20,\r\n  \"rating\": 4.6\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products","urlObject":{"protocol":"http","port":"3000","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f063defb-3b3d-4ed4-94f9-10dc357d3e08"},{"name":"Update all fields except:id","id":"854ab5c0-0bd2-4425-8d48-c9b0654d55a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"bluetooth Keyboard\",\r\n  \"category\": \"Electronics\",\r\n  \"price\": 1200,\r\n  \"stock\": 30,\r\n  \"rating\": 4.5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products/1","urlObject":{"protocol":"http","port":"3000","path":["products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"854ab5c0-0bd2-4425-8d48-c9b0654d55a5"},{"name":"Update only stock","id":"44cdd2e0-80b9-4dd8-bdf4-19ad73763aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"stock\": 99\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products/1/stock","urlObject":{"protocol":"http","port":"3000","path":["products","1","stock"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"44cdd2e0-80b9-4dd8-bdf4-19ad73763aca"},{"name":"Update only price","id":"c6ce1d7e-b4a7-4edf-a426-88985d5bca4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/products/1/price","urlObject":{"protocol":"http","port":"3000","path":["products","1","price"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6ce1d7e-b4a7-4edf-a426-88985d5bca4d"}]}