{"info":{"_postman_id":"eeafe4df-d53e-420e-93a5-0243979844d9","name":"Shoptiq-Website","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50840681","collectionId":"eeafe4df-d53e-420e-93a5-0243979844d9","publishedId":"2sBXqKof5Z","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-02T14:13:17.000Z"},"item":[{"name":"check if server working","id":"24f6e76c-4db8-456a-bf05-3d2b22bf4e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Team standup agenda\",\r\n  \"content\": \"Discuss sprint blockers and deployment plan\",\r\n  \"category\": \"work\",\r\n  \"isPinned\": true\r\n}"},"url":"http://localhost:5000","urlObject":{"protocol":"http","port":"5000","host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24f6e76c-4db8-456a-bf05-3d2b22bf4e36"},{"name":"get webiste","id":"3ec5e35b-2409-4ca2-bb4c-d62021c39aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5173","urlObject":{"protocol":"http","port":"5173","host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ec5e35b-2409-4ca2-bb4c-d62021c39aa9"},{"name":"get products","id":"6026ca24-6065-4f93-8d58-de25e30a88fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/products","urlObject":{"protocol":"http","port":"5000","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6026ca24-6065-4f93-8d58-de25e30a88fa"},{"name":"pet prod by uid","id":"e44aa1a3-4be1-4cce-9c89-8e8f53f2d6a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e44aa1a3-4be1-4cce-9c89-8e8f53f2d6a4"},{"name":"login","id":"78ffbd51-b623-4431-95a6-cd20af0f12b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"78ffbd51-b623-4431-95a6-cd20af0f12b2"},{"name":"api message","id":"b27013c6-47d8-41ac-bca9-c3c989f6c2cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productId\": \"69f5d32df8fec5f4b263958c\",\r\n  \"senderId\": \"69f5d32cf8fec5f4b2639585\",\r\n  \"senderRole\": \"buyer\",\r\n  \"text\": \"Can you lower the price?\",\r\n  \"type\": \"text\",\r\n  \"offerPrice\": 17000,\r\n  \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/messages","urlObject":{"protocol":"http","port":"5000","path":["api","messages"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b27013c6-47d8-41ac-bca9-c3c989f6c2cb"},{"name":"New Request","id":"fc78749c-805b-4f49-baa5-6ddfb7f9b324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Noise Cancelling Headphones\",\r\n  \"price\": 18500,\r\n  \"stock\": 30,\r\n  \"category\": \"Electronics\",\r\n  \"description\": \"Studio-grade sound quality\",\r\n  \"rating\": 4.5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/products","urlObject":{"protocol":"http","port":"5000","path":["api","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc78749c-805b-4f49-baa5-6ddfb7f9b324"},{"name":"product and buyer id","id":"33546cb0-3f4a-4fc8-8b5c-57ee39a879fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:5000/api/messages/:productId/:buyerId","urlObject":{"protocol":"http","port":"5000","path":["api","messages",":productId",":buyerId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"69f5d32df8fec5f4b263958c","key":"productId"},{"type":"any","value":"69f5d32cf8fec5f4b2639585","key":"buyerId"}]}},"response":[],"_postman_id":"33546cb0-3f4a-4fc8-8b5c-57ee39a879fa"},{"name":"put api negotition price","id":"507d54a7-a030-4f9d-ae43-0e06c06ec334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productId\": \"69f5d32df8fec5f4b263958c\",\r\n  \"buyerId\": \"69f5d32cf8fec5f4b2639585\",\r\n  \"agreedPrice\": 18000,\r\n  \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/negotiation/price","urlObject":{"protocol":"http","port":"5000","path":["api","negotiation","price"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"507d54a7-a030-4f9d-ae43-0e06c06ec334"},{"name":"put negotition deals","id":"9c84ecaa-f523-471e-a045-c8bf23126234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productId\": \"69f5d32df8fec5f4b263958c\",\r\n  \"buyerId\": \"69f5d32cf8fec5f4b2639585\",\r\n  \"status\": \"ACCEPTED\",\r\n  \"price\": 18000,\r\n  \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/negotiation/deal","urlObject":{"protocol":"http","port":"5000","path":["api","negotiation","deal"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c84ecaa-f523-471e-a045-c8bf23126234"},{"name":"post negotitation buzz","id":"0614ff26-47d1-493e-98ea-e998400c20ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productId\": \"69f5d32df8fec5f4b263958c\",\r\n  \"buyerId\": \"69f5d32cf8fec5f4b2639585\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/negotiation/buzz","urlObject":{"protocol":"http","port":"5000","path":["api","negotiation","buzz"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0614ff26-47d1-493e-98ea-e998400c20ae"},{"name":"post message","id":"c897212e-d108-46f7-b15f-15a97d90bd55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productId\": \"69f5d32df8fec5f4b263958c\",\r\n  \"senderId\": \"69f5d32cf8fec5f4b2639585\",\r\n  \"senderRole\": \"buyer\",\r\n  \"text\": \"Can you do 17000?\",\r\n  \"type\": \"offer\",\r\n  \"offerPrice\": 17000,\r\n  \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/messages","urlObject":{"protocol":"http","port":"5000","path":["api","messages"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c897212e-d108-46f7-b15f-15a97d90bd55"},{"name":"auth login","id":"cb396a34-981e-4cb1-b26f-d13d37c5850a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"anisha@email.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb396a34-981e-4cb1-b26f-d13d37c5850a"},{"name":"New Request","id":"8f5dd430-f46d-4e76-82d8-0a44d7c53799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:5000/api/products/:id","urlObject":{"protocol":"http","port":"5000","path":["api","products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"69f5d32df8fec5f4b263958a","key":"id"}]}},"response":[],"_postman_id":"8f5dd430-f46d-4e76-82d8-0a44d7c53799"}]}