{"info":{"_postman_id":"ff474a59-91b5-4b60-ad91-437176e76303","name":"POS-API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25374920","collectionId":"ff474a59-91b5-4b60-ad91-437176e76303","publishedId":"2sA35G2gPe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-29T05:13:30.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","id":"24e9c905-c260-4ea6-8476-99316330e074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"passcode\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/cashiers/:cashierID/login","urlObject":{"port":"3000","path":["cashiers",":cashierID","login"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"cashierID"}]}},"response":[],"_postman_id":"24e9c905-c260-4ea6-8476-99316330e074"},{"name":"Logout","id":"4a16a9e5-0b0f-4789-b4ab-5a684464fccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"passcode\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/cashiers/:cashierID/logout","urlObject":{"port":"3000","path":["cashiers",":cashierID","logout"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"cashierID"}]}},"response":[],"_postman_id":"4a16a9e5-0b0f-4789-b4ab-5a684464fccd"},{"name":"Passcode","id":"a9f95599-266a-41e6-818c-4b4dfb00ae1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/cashiers/:cashierID/passcode","urlObject":{"port":"3000","path":["cashiers",":cashierID","passcode"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"cashierID"}]}},"response":[],"_postman_id":"a9f95599-266a-41e6-818c-4b4dfb00ae1f"}],"id":"da95ec83-4ecc-4f69-b942-c677b16e1f51","description":"<p>To handle the authentication routes</p>\n","_postman_id":"da95ec83-4ecc-4f69-b942-c677b16e1f51"},{"name":"Cashier","item":[{"name":"cashierList","id":"e0ea71a6-d0c4-45fd-98a7-56df030ae277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/cashiers?limit=4&skip=0","urlObject":{"port":"3000","path":["cashiers"],"host":["localhost"],"query":[{"key":"limit","value":"4"},{"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"e0ea71a6-d0c4-45fd-98a7-56df030ae277"},{"name":"createCashier","id":"43524412-e3a9-4368-9b5b-513154a77dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Alex\",\r\n    \"passcode\": \"789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/cashiers","urlObject":{"port":"3000","path":["cashiers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"43524412-e3a9-4368-9b5b-513154a77dfb"},{"name":"updateCashier","id":"076b3c00-8311-4fda-b0fc-69bcf1931b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Robin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/cashiers/4","urlObject":{"port":"3000","path":["cashiers","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"076b3c00-8311-4fda-b0fc-69bcf1931b40"},{"name":"cashierData","id":"5bfcd56f-c9e7-4239-95e5-bb7e3b642fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/cashiers/3","urlObject":{"port":"3000","path":["cashiers","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bfcd56f-c9e7-4239-95e5-bb7e3b642fea"},{"name":"deleteCashier","id":"594a55d1-9b02-4b17-a712-f6ecd7bd5ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/cashiers/3","urlObject":{"port":"3000","path":["cashiers","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"594a55d1-9b02-4b17-a712-f6ecd7bd5ff6"}],"id":"afe25331-d1b9-48d0-b8a8-182682826f26","_postman_id":"afe25331-d1b9-48d0-b8a8-182682826f26","description":""},{"name":"Product","item":[{"name":"productList","id":"addd30c3-29db-4a4c-bb3a-699f4119c1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/products","urlObject":{"port":"3000","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"addd30c3-29db-4a4c-bb3a-699f4119c1cd"},{"name":"addProduct","id":"1a77750b-1b80-4335-8dac-3fd080875e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Dettol\",\r\n    \"price\": 69,\r\n    \"stock\": 69\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/products","urlObject":{"port":"3000","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a77750b-1b80-4335-8dac-3fd080875e7a"},{"name":"updateProduct","id":"13c4acf7-f7a2-46c0-b735-046df85e859b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Harpic\",\r\n    \"price\": 23\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/products/:productID","urlObject":{"port":"3000","path":["products",":productID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"productID"}]}},"response":[],"_postman_id":"13c4acf7-f7a2-46c0-b735-046df85e859b"},{"name":"deleteProduct","id":"a79c6ffb-e51b-4f89-868e-d29972e4c35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/products/:productID","urlObject":{"port":"3000","path":["products",":productID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"productID"}]}},"response":[],"_postman_id":"a79c6ffb-e51b-4f89-868e-d29972e4c35a"},{"name":"productData","id":"0765efe4-8fa0-4a3c-9b4a-7c1f0cee7346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/products/:productID","urlObject":{"port":"3000","path":["products",":productID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"productID"}]}},"response":[],"_postman_id":"0765efe4-8fa0-4a3c-9b4a-7c1f0cee7346"}],"id":"60fa3530-e49e-4d03-a016-3bd41a489c11","_postman_id":"60fa3530-e49e-4d03-a016-3bd41a489c11","description":""},{"name":"Payment","item":[{"name":"paymentList","id":"e89558de-1914-41a5-9e91-a2d2e599fbb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/payments","urlObject":{"port":"3000","path":["payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e89558de-1914-41a5-9e91-a2d2e599fbb9"},{"name":"createPayment","id":"6a91e783-5fb2-4312-9430-eb6ccaddcce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Food\",\r\n    \"type\": \"Monthly\",\r\n    \"logo\": \"https://example.com/payment_logo.png\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/payments","urlObject":{"port":"3000","path":["payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a91e783-5fb2-4312-9430-eb6ccaddcce7"},{"name":"paymentData","id":"975a8d9c-661e-47cc-8f24-215d4b84b426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/payments/:paymentID","urlObject":{"port":"3000","path":["payments",":paymentID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"paymentID"}]}},"response":[],"_postman_id":"975a8d9c-661e-47cc-8f24-215d4b84b426"},{"name":"updatePayment","id":"7059f024-9a5d-4c36-95b8-1478001ecf32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Water\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/payments/:paymentID","urlObject":{"port":"3000","path":["payments",":paymentID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"paymentID"}]}},"response":[],"_postman_id":"7059f024-9a5d-4c36-95b8-1478001ecf32"},{"name":"deletePayment","id":"05b8f939-5da9-40be-9741-c9e035447739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:3000/payments/:paymentID","urlObject":{"port":"3000","path":["payments",":paymentID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"paymentID"}]}},"response":[],"_postman_id":"05b8f939-5da9-40be-9741-c9e035447739"}],"id":"11f3e642-0313-4c4b-bc1f-f5d9fa17c779","_postman_id":"11f3e642-0313-4c4b-bc1f-f5d9fa17c779","description":""},{"name":"Order","item":[{"name":"ordersList","id":"4db699b1-15ba-4f45-90c8-7f4c4b7a2cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/orders","urlObject":{"port":"3000","path":["orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4db699b1-15ba-4f45-90c8-7f4c4b7a2cb0"},{"name":"createOrder","id":"89f6dc28-2a21-46dd-8696-34aa5eec2c14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"paymentID\": 1,\r\n  \"totalPaid\": 100,\r\n  \"products\": [\r\n    {\r\n      \"productID\": 1,\r\n      \"qty\": 2\r\n    },\r\n    {\r\n      \"productID\": 2,\r\n      \"qty\": 1\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/orders","urlObject":{"port":"3000","path":["orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"89f6dc28-2a21-46dd-8696-34aa5eec2c14"},{"name":"orderData","id":"8b31f5be-fbe2-4b4f-8c9f-e7ca0e515410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/orders/:orderID","urlObject":{"port":"3000","path":["orders",":orderID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"orderID"}]}},"response":[],"_postman_id":"8b31f5be-fbe2-4b4f-8c9f-e7ca0e515410"},{"name":"totalOrder","id":"b24d23c1-fdc1-43ff-a75e-ea193900858c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"products\": [\r\n    {\r\n      \"productID\": 3,\r\n      \"qty\": 3\r\n    },\r\n    {\r\n      \"productID\": 4,\r\n      \"qty\": 1\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/orders/:orderID","urlObject":{"port":"3000","path":["orders",":orderID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"orderID"}]}},"response":[],"_postman_id":"b24d23c1-fdc1-43ff-a75e-ea193900858c"},{"name":"orderDownload","id":"90a654cb-84f3-41ce-82c7-a6ac4b0f4b28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/orders/:orderID/download","urlObject":{"port":"3000","path":["orders",":orderID","download"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"orderID"}]}},"response":[],"_postman_id":"90a654cb-84f3-41ce-82c7-a6ac4b0f4b28"},{"name":"previewDownload","id":"b46ea16f-cdb8-4572-a66a-644c54cccea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"orderID\": \"1\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/orders/:orderID/check-download","urlObject":{"port":"3000","path":["orders",":orderID","check-download"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"orderID"}]}},"response":[],"_postman_id":"b46ea16f-cdb8-4572-a66a-644c54cccea0"}],"id":"9bda07de-47f5-4ea7-9492-9314242e20ab","_postman_id":"9bda07de-47f5-4ea7-9492-9314242e20ab","description":""},{"name":"Report","item":[{"name":"Sales","id":"f52da735-c6bd-44d8-95e5-536d1ce2a7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/sales","urlObject":{"port":"3000","path":["sales"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f52da735-c6bd-44d8-95e5-536d1ce2a7cd"},{"name":"Revenue","id":"6abcd44c-569b-4a66-b589-3034141ef712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/revenue","urlObject":{"port":"3000","path":["revenue"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6abcd44c-569b-4a66-b589-3034141ef712"}],"id":"ae40bc0d-e660-4dde-957e-1f0b27fabdea","_postman_id":"ae40bc0d-e660-4dde-957e-1f0b27fabdea","description":""},{"name":"Category","item":[{"name":"categoryList","id":"133468ac-3d75-43f9-80e5-07ec35e235aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"limit","value":"2","type":"text"}],"url":"http://localhost:3000/categories","urlObject":{"protocol":"http","port":"3000","path":["categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"133468ac-3d75-43f9-80e5-07ec35e235aa"},{"name":"createCategory","id":"f0222a0a-d2e9-421d-815a-9b567d178bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"B\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/categories","urlObject":{"protocol":"http","port":"3000","path":["categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0222a0a-d2e9-421d-815a-9b567d178bfc"},{"name":"categoryData","id":"d622fd60-1e0b-4a33-b28a-5d396d1c00ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/categories/:categoryID","urlObject":{"protocol":"http","port":"3000","path":["categories",":categoryID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"categoryID"}]}},"response":[],"_postman_id":"d622fd60-1e0b-4a33-b28a-5d396d1c00ae"},{"name":"updateCategory","id":"c16f0f5d-4699-4b20-8169-c08f3092f7ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"C\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/categories/:categoryID","urlObject":{"protocol":"http","port":"3000","path":["categories",":categoryID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"categoryID"}]}},"response":[],"_postman_id":"c16f0f5d-4699-4b20-8169-c08f3092f7ce"},{"name":"deleteCategory","id":"4d1b476b-760b-4b72-bfc5-43dbbf8cd77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/categories/:categoryID","urlObject":{"protocol":"http","port":"3000","path":["categories",":categoryID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"categoryID"}]}},"response":[],"_postman_id":"4d1b476b-760b-4b72-bfc5-43dbbf8cd77f"}],"id":"b8d875d9-c7f2-42d8-80ab-b66f8dc940db","_postman_id":"b8d875d9-c7f2-42d8-80ab-b66f8dc940db","description":""}]}