{"info":{"_postman_id":"04a6cdef-ef1d-47a2-8553-07209da7211d","name":"Chemist BD","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"40157327","collectionId":"04a6cdef-ef1d-47a2-8553-07209da7211d","publishedId":"2sBXcGDKC2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-24T08:34:49.000Z"},"item":[{"name":"Auth","item":[{"name":"SignUp","id":"1dadbee8-c806-4e62-8c0d-7a33bc60c106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"MI Sourabh\",\n    \"email\": \"mazharul90007@gmail.com\", \n    \"password\": \"pass123456\", \n    \"image\": \"https://example.com/image.png\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/auth/sign-up/email","urlObject":{"protocol":"http","port":"4000","path":["api","auth","sign-up","email"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"95dca8d7-a682-471e-92eb-2ba9ade16506","name":"SignUp","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Mazharul Islam sourabh\",\n    \"email\": \"mazharul90006@gmail.com\", \n    \"password\": \"pass123456\", \n    \"image\": \"https://example.com/image.png\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/auth/sign-up/email"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json"},{"key":"Date","value":"Sat, 14 Feb 2026 04:55:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": null,\n    \"user\": {\n        \"name\": \"Mazharul Islam sourabh\",\n        \"email\": \"mazharul90006@gmail.com\",\n        \"emailVerified\": false,\n        \"image\": \"https://example.com/image.png\",\n        \"createdAt\": \"2026-02-14T04:55:47.854Z\",\n        \"updatedAt\": \"2026-02-14T04:55:47.854Z\",\n        \"role\": \"CUSTOMER\",\n        \"status\": \"ACTIVE\",\n        \"id\": \"7p6tFigo3Qc0VLKcVfGYBvBdq2pcg6NB\"\n    }\n}"}],"_postman_id":"1dadbee8-c806-4e62-8c0d-7a33bc60c106"},{"name":"Check server","id":"fad908fb-865d-42c2-821b-1c248db97316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000","urlObject":{"protocol":"http","port":"4000","host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fad908fb-865d-42c2-821b-1c248db97316"},{"name":"Get User by Id","id":"fad12da8-3d83-47b0-9ff3-aa8134e8e058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"/auth/user/7p6tFigo3Qc0VLKcVfGYBvBdq2pcg6NB","urlObject":{"path":["auth","user","7p6tFigo3Qc0VLKcVfGYBvBdq2pcg6NB"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"91ce8de6-d830-470a-ae98-a4ff7ddd6684","name":"Get User by Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"/auth/user/7p6tFigo3Qc0VLKcVfGYBvBdq2pcg6NB"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"376"},{"key":"ETag","value":"W/\"178-YvX4gLta7JnTIh3j3JAkafqVInU\""},{"key":"Date","value":"Mon, 16 Feb 2026 17:14:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Current user data has been fetched\",\n    \"data\": {\n        \"id\": \"7p6tFigo3Qc0VLKcVfGYBvBdq2pcg6NB\",\n        \"name\": \"Mazharul Islam sourabh\",\n        \"email\": \"mazharul90006@gmail.com\",\n        \"emailVerified\": true,\n        \"image\": \"https://example.com/image.png\",\n        \"role\": \"SELLER\",\n        \"status\": \"ACTIVE\",\n        \"createdAt\": \"2026-02-14T04:55:47.854Z\",\n        \"updatedAt\": \"2026-02-14T04:55:47.854Z\",\n        \"reviews\": [],\n        \"orders\": []\n    }\n}"}],"_postman_id":"fad12da8-3d83-47b0-9ff3-aa8134e8e058"},{"name":"SignIn","id":"b1aa1d3b-8ce8-48d9-acd7-788e4870ed03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n    \"email\": \"mazharul90007@gmail.com\",\n    // \"email\": \"mazharul90006@gmail.com\",\n    //  \"email\": \"ijubraj@gmail.com\",\n    \"password\": \"pass123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/auth/sign-in/email","urlObject":{"protocol":"http","port":"4000","path":["api","auth","sign-in","email"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1aa1d3b-8ce8-48d9-acd7-788e4870ed03"},{"name":"SignOut","id":"5e31907e-6c0e-4661-8c67-ebbea1f1894a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"url":"http://localhost:4000/api/auth/sign-out","urlObject":{"protocol":"http","port":"4000","path":["api","auth","sign-out"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e31907e-6c0e-4661-8c67-ebbea1f1894a"},{"name":"Get Profile Data","id":"e0f5bf79-dc2e-474a-91bf-47be7a33789e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/auth/me","urlObject":{"path":["auth","me"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"cf687fe6-c1f0-4ca9-92d4-9334bfc3f587","name":"Get Profile Data","originalRequest":{"method":"GET","header":[],"url":"/auth/me"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"342"},{"key":"ETag","value":"W/\"156-na7TP7jYvHMhF4r+m7SRAQIBgas\""},{"key":"Date","value":"Mon, 16 Feb 2026 17:26:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User profile data has been fetched\",\n    \"data\": {\n        \"id\": \"IQaG3goBvkUqBlBzHUO35ttEoc5Ms2sU\",\n        \"name\": \"Mazharul Islam\",\n        \"email\": \"mazharul90007@gmail.com\",\n        \"emailVerified\": true,\n        \"image\": \"https://example.com/image.png\",\n        \"role\": \"ADMIN\",\n        \"status\": \"ACTIVE\",\n        \"createdAt\": \"2026-02-13T20:56:56.994Z\",\n        \"updatedAt\": \"2026-02-13T20:56:56.994Z\"\n    }\n}"}],"_postman_id":"e0f5bf79-dc2e-474a-91bf-47be7a33789e"}],"id":"9b7632bf-e6d4-442c-ae67-c48b616b83ea","_postman_id":"9b7632bf-e6d4-442c-ae67-c48b616b83ea","description":""},{"name":"Admin","item":[{"name":"Get all users","id":"af92ed91-eb38-4a43-b745-f41d05b82c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/users","urlObject":{"path":["admin","users"],"host":[""],"query":[{"disabled":true,"key":"searchTerm","value":"ijub"},{"disabled":true,"key":"status","value":"ACTIVE"},{"disabled":true,"key":"role","value":"ADMIN"}],"variable":[]}},"response":[{"id":"b1ff5d98-0686-4407-adce-49a1645d25a6","name":"Get all users","originalRequest":{"method":"GET","header":[],"url":{"raw":"/admin/users","host":[""],"path":["admin","users"],"query":[{"key":"searchTerm","value":"ijub","type":"text","disabled":true},{"key":"status","value":"ACTIVE","type":"text","disabled":true},{"key":"role","value":"ADMIN","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1057"},{"key":"ETag","value":"W/\"421-LeGpV3YGtjchNyhC25nnzBHhHb0\""},{"key":"Date","value":"Mon, 23 Feb 2026 08:05:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Users data fetched successfully\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 3\n    },\n    \"data\": [\n        {\n            \"id\": \"QD4staeSuqh1Duns8bcAcpBxQhR2ivxW\",\n            \"name\": \"MI Sourabh\",\n            \"email\": \"mazharul90007@gmail.com\",\n            \"emailVerified\": true,\n            \"image\": \"https://example.com/image.png\",\n            \"phone\": \"01548376223\",\n            \"role\": \"ADMIN\",\n            \"status\": \"ACTIVE\",\n            \"createdAt\": \"2026-02-18T08:36:35.887Z\",\n            \"updatedAt\": \"2026-02-18T08:36:35.887Z\"\n        },\n        {\n            \"id\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n            \"name\": \"Mazharul Islam Souarbh\",\n            \"email\": \"mazharul90006@gmail.com\",\n            \"emailVerified\": true,\n            \"image\": \"https://example.com/image.png\",\n            \"phone\": \"01938576345\",\n            \"role\": \"SELLER\",\n            \"status\": \"ACTIVE\",\n            \"createdAt\": \"2026-02-17T20:40:02.236Z\",\n            \"updatedAt\": \"2026-02-17T20:40:02.236Z\"\n        },\n        {\n            \"id\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n            \"name\": \"Jubraj\",\n            \"email\": \"ijubraj@gmail.com\",\n            \"emailVerified\": true,\n            \"image\": \"https://res.cloudinary.com/dp6urj3gj/image/upload/v1768326676/workboard_users/capadybqriq72rrbgwch.jpg\",\n            \"phone\": \"01710073349\",\n            \"role\": \"CUSTOMER\",\n            \"status\": \"ACTIVE\",\n            \"createdAt\": \"2026-02-17T20:39:14.469Z\",\n            \"updatedAt\": \"2026-02-17T20:39:14.469Z\"\n        }\n    ]\n}"}],"_postman_id":"af92ed91-eb38-4a43-b745-f41d05b82c82"},{"name":"Update User Status","id":"3fd3c5e9-1636-42eb-a45c-1c2508c7f5e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/users/Wi9PibAeFtCecDfx7IvX2h8pbjniL696","urlObject":{"path":["admin","users","Wi9PibAeFtCecDfx7IvX2h8pbjniL696"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"2575124c-7e49-49fa-92ac-600c4381e545","name":"Update User Status","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/users/Wi9PibAeFtCecDfx7IvX2h8pbjniL696"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"346"},{"key":"ETag","value":"W/\"15a-7FS/N1vCHgRfh4BxGVXPz+nLTIk\""},{"key":"Date","value":"Mon, 16 Feb 2026 18:56:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User status updated successfully\",\n    \"data\": {\n        \"id\": \"Wi9PibAeFtCecDfx7IvX2h8pbjniL696\",\n        \"name\": \"Mazharul Islam sourabh\",\n        \"email\": \"ijubraj@gmail.com\",\n        \"emailVerified\": true,\n        \"image\": \"https://example.com/image.png\",\n        \"role\": \"CUSTOMER\",\n        \"status\": \"BLOCKED\",\n        \"createdAt\": \"2026-02-15T05:37:32.247Z\",\n        \"updatedAt\": \"2026-02-16T18:56:29.426Z\"\n    }\n}"}],"_postman_id":"3fd3c5e9-1636-42eb-a45c-1c2508c7f5e2"},{"name":"Update User Role","id":"c0d36373-6bae-440b-9bb7-985a20e7448e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/users/role/QD4staeSuqh1Duns8bcAcpBxQhR2ivxW","urlObject":{"path":["admin","users","role","QD4staeSuqh1Duns8bcAcpBxQhR2ivxW"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"bd959118-3236-4807-8c49-231d6d656436","name":"Update User Role","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/users/role/YFFWyb276lM1qnYsXhsgIhv6PFUC8LSZ"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"319"},{"key":"ETag","value":"W/\"13f-grpivto6nlfefcFCEMdMdjrOObk\""},{"key":"Date","value":"Tue, 24 Feb 2026 16:53:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User status updated successfully\",\n    \"data\": {\n        \"id\": \"YFFWyb276lM1qnYsXhsgIhv6PFUC8LSZ\",\n        \"name\": \"Chemist Seller\",\n        \"email\": \"seller@gmail.com\",\n        \"emailVerified\": true,\n        \"image\": null,\n        \"phone\": null,\n        \"role\": \"ADMIN\",\n        \"status\": \"ACTIVE\",\n        \"createdAt\": \"2026-02-24T16:42:22.033Z\",\n        \"updatedAt\": \"2026-02-24T16:53:24.586Z\"\n    }\n}"}],"_postman_id":"c0d36373-6bae-440b-9bb7-985a20e7448e"}],"id":"767d5cd3-9dec-4c91-a758-38a59887eda2","_postman_id":"767d5cd3-9dec-4c91-a758-38a59887eda2","description":""},{"name":"Medicine","item":[{"name":"Create medicine","id":"b61b5993-05de-4116-972b-efb1fd2d3bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tusca Plus\",\n    // \"generic_name\": \"Esomeprazole\",\n    \"strength\": \"100ml\",\n    \"company\": \"Square\",\n    \"photoUrl\": \"https://tinyurl.com/3rjcx4h7\",\n    \"quantity\": 1,\n    \"price\": 85,\n    // \"Indications\": \"\",\n    // \"Pharmacology\": \"\",\n    \"type\": \"SYRUP\",\n    \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n    \"dosage\": \"2 times a day\",\n    \"side_effects\": \"No side effects\",\n    \"warnings\": \"Do not use overdose\"\n}","options":{"raw":{"language":"json"}}},"url":"/medicine","urlObject":{"path":["medicine"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"ee472b3d-5748-477e-898b-5b7e1ae89915","name":"Create medicine","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maxpro 20\",\n    \"generic_name\": \"Esomeprazole\",\n    \"strength\": \"20mg\",\n    \"company\": \"Renata\",\n    \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n    \"quantity\": 14,\n    \"price\": 95,\n    // \"Indications\": \"\",\n    // \"Pharmacology\": \"\",\n    \"type\": \"TABLET\",\n    \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n    \"dosage\": \"2 times a day\",\n    \"side_effects\": \"No side effects\",\n    \"warnings\": \"Do not use overdose\"\n}","options":{"raw":{"language":"json"}}},"url":"/medicine"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"586"},{"key":"ETag","value":"W/\"24a-84kK2wDrkw3Jd7+9Ja/Kmk/dpO0\""},{"key":"Date","value":"Tue, 17 Feb 2026 20:57:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Medicine created successfully\",\n    \"data\": {\n        \"id\": \"6d8cf962-225a-464c-a194-c898789a866c\",\n        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n        \"name\": \"Maxpro 20\",\n        \"generic_name\": \"Esomeprazole\",\n        \"strength\": \"20mg\",\n        \"company\": \"Renata\",\n        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n        \"quantity\": 14,\n        \"price\": 95,\n        \"Indications\": null,\n        \"Pharmacology\": null,\n        \"type\": \"TABLET\",\n        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n        \"dosage\": \"2 times a day\",\n        \"side_effects\": \"No side effects\",\n        \"warnings\": \"Do not use overdose\",\n        \"createdAt\": \"2026-02-17T20:57:03.064Z\",\n        \"updatedAt\": \"2026-02-17T20:57:03.064Z\"\n    }\n}"}],"_postman_id":"b61b5993-05de-4116-972b-efb1fd2d3bd5"},{"name":"Get medicine by Id","id":"db3af426-a7a7-44a2-aef0-e604ac2af33f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/medicine/43cb31b0-ff80-4314-b377-618a687f0512","urlObject":{"path":["medicine","43cb31b0-ff80-4314-b377-618a687f0512"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"033383bf-4ef2-4025-80b5-0c4fe27d95f2","name":"Get medicine by Id","originalRequest":{"method":"GET","header":[],"url":"/medicine/6d8cf962-225a-464c-a194-c898789a866c"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"708"},{"key":"ETag","value":"W/\"2c4-LRLVxMhte43fh47jxdOh1/9WiCA\""},{"key":"Date","value":"Wed, 18 Feb 2026 07:02:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Medicine data fetched successfully\",\n    \"data\": {\n        \"id\": \"6d8cf962-225a-464c-a194-c898789a866c\",\n        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n        \"name\": \"Maxpro 20\",\n        \"generic_name\": \"Esomeprazole\",\n        \"strength\": \"20mg\",\n        \"company\": \"Renata\",\n        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n        \"quantity\": 14,\n        \"price\": 95,\n        \"Indications\": null,\n        \"Pharmacology\": null,\n        \"type\": \"TABLET\",\n        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n        \"dosage\": \"2 times a day\",\n        \"side_effects\": \"No side effects\",\n        \"warnings\": \"Do not use overdose\",\n        \"createdAt\": \"2026-02-17T20:57:03.064Z\",\n        \"updatedAt\": \"2026-02-17T20:57:03.064Z\",\n        \"seller\": {\n            \"id\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n            \"name\": \"Mazharul Islam Souarbh\",\n            \"email\": \"mazharul90006@gmail.com\"\n        }\n    }\n}"}],"_postman_id":"db3af426-a7a7-44a2-aef0-e604ac2af33f"},{"name":"Update medicine","id":"18fd90af-daeb-49e9-98f0-2368411831c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    // \"name\": \"Maxpro 20\",\n    // \"generic_name\": \"Esomeprazole\",\n    // \"strength\": \"20mg\",\n    // \"company\": \"Renata\",\n    // \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n    \"quantity\": 10,\n    \"price\": 90,\n    \"Indications\": \"Indications not available\",\n    \"Pharmacology\": \"Pharmacology not mentioned\"\n    // \"type\": \"TABLET\",\n    // \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n    // \"dosage\": \"2 times a day\",\n    // \"side_effects\": \"No side effects\",\n    // \"warnings\": \"Do not use overdose\"\n}","options":{"raw":{"language":"json"}}},"url":"/medicine/6d8cf962-225a-464c-a194-c898789a866c","urlObject":{"path":["medicine","6d8cf962-225a-464c-a194-c898789a866c"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"02f46c2b-c79c-4cde-a31d-9b27b7236be4","name":"Update medicine","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    // \"name\": \"Maxpro 20\",\n    // \"generic_name\": \"Esomeprazole\",\n    // \"strength\": \"20mg\",\n    // \"company\": \"Renata\",\n    // \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n    \"quantity\": 10,\n    \"price\": 90,\n    \"Indications\": \"Indications not available\",\n    \"Pharmacology\": \"Pharmacology not mentioned\"\n    // \"type\": \"TABLET\",\n    // \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n    // \"dosage\": \"2 times a day\",\n    // \"side_effects\": \"No side effects\",\n    // \"warnings\": \"Do not use overdose\"\n}","options":{"raw":{"language":"json"}}},"url":"/medicine/6d8cf962-225a-464c-a194-c898789a866c"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"638"},{"key":"ETag","value":"W/\"27e-jWS8gOr65478g0BAh86JOL3v6e4\""},{"key":"Date","value":"Wed, 18 Feb 2026 08:35:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Medicine data updated successfully\",\n    \"data\": {\n        \"id\": \"6d8cf962-225a-464c-a194-c898789a866c\",\n        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n        \"name\": \"Maxpro 20\",\n        \"generic_name\": \"Esomeprazole\",\n        \"strength\": \"20mg\",\n        \"company\": \"Renata\",\n        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n        \"quantity\": 10,\n        \"price\": 90,\n        \"Indications\": \"Indications not available\",\n        \"Pharmacology\": \"Pharmacology not mentioned\",\n        \"type\": \"TABLET\",\n        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n        \"dosage\": \"2 times a day\",\n        \"side_effects\": \"No side effects\",\n        \"warnings\": \"Do not use overdose\",\n        \"createdAt\": \"2026-02-17T20:57:03.064Z\",\n        \"updatedAt\": \"2026-02-18T08:35:48.586Z\"\n    }\n}"}],"_postman_id":"18fd90af-daeb-49e9-98f0-2368411831c5"},{"name":"Remove Medicine","id":"1fbad509-9168-45dc-8d2b-2351294771d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/medicine/3f0e3cf1-8183-4d03-863d-418a342e3d67","urlObject":{"path":["medicine","3f0e3cf1-8183-4d03-863d-418a342e3d67"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"ed34f224-b7b0-43d0-a251-019cc30c4696","name":"Remove Medicine","originalRequest":{"method":"DELETE","header":[],"url":"/medicine/3f0e3cf1-8183-4d03-863d-418a342e3d67"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-VgFqqAyDJDdy+XVZBnroKeeuPfs\""},{"key":"Date","value":"Wed, 18 Feb 2026 08:55:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Medicine removed successfully\"\n}"}],"_postman_id":"1fbad509-9168-45dc-8d2b-2351294771d3"},{"name":"Get all medicines","id":"b9b89721-bd2c-4fd1-a9f1-5d7bae05db40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maxpro 20\",\n    \"generic_name\": \"Esomeprazole\",\n    \"strength\": \"20mg\",\n    \"company\": \"Renata\",\n    \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n    \"quantity\": 14,\n    \"price\": 95,\n    // \"Indications\": \"\",\n    // \"Pharmacology\": \"\",\n    \"type\": \"TABLET\",\n    \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n    \"dosage\": \"2 times a day\",\n    \"side_effects\": \"No side effects\",\n    \"warnings\": \"Do not use overdose\"\n}"},"url":"/medicine","urlObject":{"path":["medicine"],"host":[""],"query":[{"disabled":true,"key":"searchTerm","value":"maxpro"},{"disabled":true,"key":"minPrice","value":"90"},{"disabled":true,"key":"maxPrice","value":"87"},{"disabled":true,"key":"categoryId","value":"63aeed1a-15be-4a36-b2f9-da5253dee07b"},{"disabled":true,"key":"popular","value":"true"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"f965071c-1735-4ce3-9a6f-969314767105","name":"Get all medicines","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maxpro 20\",\n    \"generic_name\": \"Esomeprazole\",\n    \"strength\": \"20mg\",\n    \"company\": \"Renata\",\n    \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n    \"quantity\": 14,\n    \"price\": 95,\n    // \"Indications\": \"\",\n    // \"Pharmacology\": \"\",\n    \"type\": \"TABLET\",\n    \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n    \"dosage\": \"2 times a day\",\n    \"side_effects\": \"No side effects\",\n    \"warnings\": \"Do not use overdose\"\n}"},"url":{"raw":"/medicine","host":[""],"path":["medicine"],"query":[{"key":"searchTerm","value":"maxpro","type":"text","disabled":true},{"key":"minPrice","value":"90","type":"text","disabled":true},{"key":"maxPrice","value":"87","type":"text","disabled":true},{"key":"categoryId","value":"63aeed1a-15be-4a36-b2f9-da5253dee07b","type":"text","disabled":true},{"key":"page","value":"1","type":"text","disabled":true},{"key":"limit","value":"10","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1641"},{"key":"ETag","value":"W/\"669-/hhYnSxWPuAH1+AD8E5xDr8nj6Y\""},{"key":"Date","value":"Wed, 18 Feb 2026 20:54:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Medicines fetched successfully\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 2\n    },\n    \"data\": [\n        {\n            \"id\": \"43cb31b0-ff80-4314-b377-618a687f0512\",\n            \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n            \"name\": \"Tusca Plus\",\n            \"generic_name\": null,\n            \"strength\": \"100ml\",\n            \"company\": \"Square\",\n            \"photoUrl\": \"https://tinyurl.com/3rjcx4h7\",\n            \"quantity\": 1,\n            \"price\": 85,\n            \"Indications\": null,\n            \"Pharmacology\": null,\n            \"type\": \"SYRUP\",\n            \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n            \"dosage\": \"2 times a day\",\n            \"side_effects\": \"No side effects\",\n            \"warnings\": \"Do not use overdose\",\n            \"createdAt\": \"2026-02-18T18:47:10.311Z\",\n            \"updatedAt\": \"2026-02-18T18:47:10.311Z\",\n            \"category\": {\n                \"id\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                \"categoryName\": \"Alopathic\",\n                \"categoryDetails\": \"This is a category for Alopathic medicine.\",\n                \"categoryStatus\": \"ACTIVE\",\n                \"createdAt\": \"2026-02-17T20:41:39.032Z\",\n                \"updatedAt\": \"2026-02-17T20:41:39.032Z\"\n            }\n        },\n        {\n            \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n            \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n            \"name\": \"Maxpro 20\",\n            \"generic_name\": \"Esomeprazole\",\n            \"strength\": \"20mg\",\n            \"company\": \"Renata\",\n            \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n            \"quantity\": 14,\n            \"price\": 95,\n            \"Indications\": null,\n            \"Pharmacology\": null,\n            \"type\": \"TABLET\",\n            \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n            \"dosage\": \"2 times a day\",\n            \"side_effects\": \"No side effects\",\n            \"warnings\": \"Do not use overdose\",\n            \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n            \"updatedAt\": \"2026-02-18T15:10:56.032Z\",\n            \"category\": {\n                \"id\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                \"categoryName\": \"Alopathic\",\n                \"categoryDetails\": \"This is a category for Alopathic medicine.\",\n                \"categoryStatus\": \"ACTIVE\",\n                \"createdAt\": \"2026-02-17T20:41:39.032Z\",\n                \"updatedAt\": \"2026-02-17T20:41:39.032Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b9b89721-bd2c-4fd1-a9f1-5d7bae05db40"},{"name":"Get Sellers medicines","id":"7d3167a7-f483-4952-864d-c58c48937760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/medicine","urlObject":{"path":["medicine"],"host":[""],"query":[{"disabled":true,"key":"searchTerm","value":"maxpro"},{"disabled":true,"key":"minPrice","value":"90"},{"disabled":true,"key":"maxPrice","value":"87"},{"disabled":true,"key":"categoryId","value":"63aeed1a-15be-4a36-b2f9-da5253dee07b"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"32d64670-e3b1-4d12-b269-6dbf7c430ed6","name":"Get Sellers medicines","originalRequest":{"method":"GET","header":[],"url":{"raw":"/medicine","host":[""],"path":["medicine"],"query":[{"key":"searchTerm","value":"maxpro","type":"text","disabled":true},{"key":"minPrice","value":"90","type":"text","disabled":true},{"key":"maxPrice","value":"87","type":"text","disabled":true},{"key":"categoryId","value":"63aeed1a-15be-4a36-b2f9-da5253dee07b","type":"text","disabled":true},{"key":"page","value":"1","type":"text","disabled":true},{"key":"limit","value":"10","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 24 Feb 2026 08:33:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1396"},{"key":"Connection","value":"keep-alive"},{"key":"CF-RAY","value":"9d2d9eea396eba59-DAC"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://chemistbd-client.vercel.app"},{"key":"Content-Encoding","value":"br"},{"key":"etag","value":"W/\"dd8-LMyFcNirA0gFTVak1oixxJ2Q7bc\""},{"key":"rndr-id","value":"eaa9c62b-38c5-4126"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Medicines fetched successfully\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 3\n    },\n    \"data\": [\n        {\n            \"id\": \"8c11465f-d242-4356-a912-53c4cc1d9853\",\n            \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n            \"name\": \"Histacin\",\n            \"generic_name\": \"Chlorpheniramine Maleate\",\n            \"strength\": \"4mg\",\n            \"company\": \"Chlorpheniramine Maleate\",\n            \"photoUrl\": \"https://pillintrip.com/uploads/medicines/histasin/Histasin_EN.png\",\n            \"quantity\": 10,\n            \"price\": 6.5,\n            \"Indications\": \"Histacin 4 mg is indicated in the following indications- Urticaria Sensitivity reactions Angioneurotic edema Vasomotor rhinitis Cough Common cold Motion sickness and Other allergic conditions.\",\n            \"Pharmacology\": \"Chlorpheniramine is an alkylamine antihistamine. It is one of the most potent H1 blocking agents and is generally effective in relatively low doses. Chlorpheniramine is not so prone to produce drowsiness, readily absorbed from the gastro-intestinal tract, metabolised in the liver and excreted usually mainly as metabolised in the urine.\",\n            \"type\": \"TABLET\",\n            \"categoryId\": \"98941966-d1d5-4ea5-8d72-a7ae51612841\",\n            \"dosage\": \"Adults: 4 mg 3-4 times daily.Children: Up to 1( one) year: 1 mg twice daily 1-5 years: 1 mg 3-4 times daily 6-12 years: 2 mg 3-4 times daily or as directed by the physician\",\n            \"side_effects\": \"Chlorpheniramine is well-tolerated, but sometimes drowsiness, dizziness, muscular weakness, and gastrointestinal upset may occur.\",\n            \"popular\": false,\n            \"rating\": null,\n            \"warnings\": \"This drug should not be used in lactating mother and in pregnancy especially during the first trimester of pregnancy.\",\n            \"createdAt\": \"2026-02-21T14:00:01.063Z\",\n            \"updatedAt\": \"2026-02-21T18:54:43.914Z\",\n            \"category\": {\n                \"id\": \"98941966-d1d5-4ea5-8d72-a7ae51612841\",\n                \"categoryName\": \"Prescription\",\n                \"categoryDetails\": \"Medicines and treatments that require a doctor's prescription to manage specific health conditions safely and effectively.\",\n                \"categoryStatus\": \"ACTIVE\",\n                \"createdAt\": \"2026-02-19T16:59:17.278Z\",\n                \"updatedAt\": \"2026-02-19T16:59:17.278Z\"\n            }\n        },\n        {\n            \"id\": \"43cb31b0-ff80-4314-b377-618a687f0512\",\n            \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n            \"name\": \"Tusca Plus\",\n            \"generic_name\": null,\n            \"strength\": \"100ml\",\n            \"company\": \"Square\",\n            \"photoUrl\": \"https://tinyurl.com/3rjcx4h7\",\n            \"quantity\": 1,\n            \"price\": 85,\n            \"Indications\": null,\n            \"Pharmacology\": null,\n            \"type\": \"SYRUP\",\n            \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n            \"dosage\": \"2 times a day\",\n            \"side_effects\": \"No side effects\",\n            \"popular\": true,\n            \"rating\": 4,\n            \"warnings\": \"Do not use overdose\",\n            \"createdAt\": \"2026-02-18T18:47:10.311Z\",\n            \"updatedAt\": \"2026-02-18T18:47:10.311Z\",\n            \"category\": {\n                \"id\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                \"categoryName\": \"Alopathic\",\n                \"categoryDetails\": \"This is a category for Alopathic medicine.\",\n                \"categoryStatus\": \"ACTIVE\",\n                \"createdAt\": \"2026-02-17T20:41:39.032Z\",\n                \"updatedAt\": \"2026-02-17T20:41:39.032Z\"\n            }\n        },\n        {\n            \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n            \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n            \"name\": \"Maxpro 20\",\n            \"generic_name\": \"Esomeprazole\",\n            \"strength\": \"20mg\",\n            \"company\": \"Renata\",\n            \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n            \"quantity\": 14,\n            \"price\": 95,\n            \"Indications\": null,\n            \"Pharmacology\": null,\n            \"type\": \"TABLET\",\n            \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n            \"dosage\": \"2 times a day\",\n            \"side_effects\": \"No side effects\",\n            \"popular\": false,\n            \"rating\": null,\n            \"warnings\": \"Do not use overdose\",\n            \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n            \"updatedAt\": \"2026-02-18T15:10:56.032Z\",\n            \"category\": {\n                \"id\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                \"categoryName\": \"Alopathic\",\n                \"categoryDetails\": \"This is a category for Alopathic medicine.\",\n                \"categoryStatus\": \"ACTIVE\",\n                \"createdAt\": \"2026-02-17T20:41:39.032Z\",\n                \"updatedAt\": \"2026-02-17T20:41:39.032Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7d3167a7-f483-4952-864d-c58c48937760"}],"id":"169f46af-6ef3-47eb-b97b-1c43550926ad","_postman_id":"169f46af-6ef3-47eb-b97b-1c43550926ad","description":""},{"name":"Category","item":[{"name":"Create Category","id":"4310c337-d006-4ada-b041-033795272433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"categoryName\": \"Wellness\",\n    \"categoryDetails\": \"Products and solutions that promote a healthy lifestyle, stress relief, and overall physical and mental well-being.\",\n    \"categoryStatus\": \"ACTIVE\"\n  }","options":{"raw":{"language":"json"}}},"url":"/category","urlObject":{"path":["category"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"af2ed393-afec-441a-a549-b8daae29df17","name":"Create Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"categoryName\": \"Alopathic\",\n    \"categoryDetails\": \"This is a category for Alopathic medicine.\",\n    \"categoryStatus\": \"ACTIVE\"\n}","options":{"raw":{"language":"json"}}},"url":"/category"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"305"},{"key":"ETag","value":"W/\"131-/AgDjckg82CdkiTclyPK8iTUxWM\""},{"key":"Date","value":"Tue, 17 Feb 2026 20:41:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Category created successfully\",\n    \"data\": {\n        \"id\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n        \"categoryName\": \"Alopathic\",\n        \"categoryDetails\": \"This is a category for Alopathic medicine.\",\n        \"categoryStatus\": \"ACTIVE\",\n        \"createdAt\": \"2026-02-17T20:41:39.032Z\",\n        \"updatedAt\": \"2026-02-17T20:41:39.032Z\"\n    }\n}"}],"_postman_id":"4310c337-d006-4ada-b041-033795272433"},{"name":"Get all categories","id":"05944c7a-f0db-4e64-9a57-ee7a21e0355f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/category","urlObject":{"path":["category"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0b5aee23-8e2c-4dc1-bd5f-f9e2fe95ed7a","name":"Get all categories","originalRequest":{"method":"GET","header":[],"url":"/category"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"305"},{"key":"ETag","value":"W/\"131-8BoI157dOqlWEcuGLoyEN8hEr+0\""},{"key":"Date","value":"Wed, 18 Feb 2026 06:49:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"All Categories successfully\",\n    \"data\": [\n        {\n            \"id\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n            \"categoryName\": \"Alopathic\",\n            \"categoryDetails\": \"This is a category for Alopathic medicine.\",\n            \"categoryStatus\": \"ACTIVE\",\n            \"createdAt\": \"2026-02-17T20:41:39.032Z\",\n            \"updatedAt\": \"2026-02-17T20:41:39.032Z\"\n        }\n    ]\n}"}],"_postman_id":"05944c7a-f0db-4e64-9a57-ee7a21e0355f"}],"id":"051a11bf-c7a3-43f4-86b0-f162af4934d4","_postman_id":"051a11bf-c7a3-43f4-86b0-f162af4934d4","description":""},{"name":"Cart","item":[{"name":"Add Items to cart","id":"c6c63f61-7ea3-4d06-a667-d03cefd5030f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"/cart/add/43cb31b0-ff80-4314-b377-618a687f0512","urlObject":{"path":["cart","add","43cb31b0-ff80-4314-b377-618a687f0512"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"61eddec2-e2db-4e14-9952-be356b175807","name":"Add Items to cart","originalRequest":{"method":"POST","header":[],"url":"/cart/add/fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"235"},{"key":"ETag","value":"W/\"eb-CGFKuzAXrFRxRqVyJD4kehymTZI\""},{"key":"Date","value":"Wed, 18 Feb 2026 15:12:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Item has been added to cart successfully\",\n    \"data\": {\n        \"id\": \"5d2b8d6a-4177-4e4e-9af4-77611ed54068\",\n        \"cartId\": \"fd36667f-9aef-4626-ae54-caa2bc1c8d83\",\n        \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n        \"quantity\": 2\n    }\n}"}],"_postman_id":"c6c63f61-7ea3-4d06-a667-d03cefd5030f"},{"name":"Get My Cart","id":"e412790e-44ac-4ca7-92cf-be496da682e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/cart","urlObject":{"path":["cart"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"20a0b54c-7fa6-4ffa-b32e-dbcebda649ee","name":"Get My Cart","originalRequest":{"method":"GET","header":[],"url":"/cart"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"250"},{"key":"ETag","value":"W/\"fa-XQwLk7NqPmM5PHRzjuXoGMXG3DI\""},{"key":"Date","value":"Wed, 18 Feb 2026 16:35:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Cart items fetched successfully\",\n    \"data\": {\n        \"id\": \"fd36667f-9aef-4626-ae54-caa2bc1c8d83\",\n        \"userId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n        \"createdAt\": \"2026-02-18T15:11:26.039Z\",\n        \"updatedAt\": \"2026-02-18T15:11:26.039Z\",\n        \"cartItems\": []\n    }\n}"}],"_postman_id":"e412790e-44ac-4ca7-92cf-be496da682e3"},{"name":"Remove item from Cart","id":"1363862a-0a44-49ab-85dd-eee7e6572055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/cart/remove/5d2b8d6a-4177-4e4e-9af4-77611ed54068","urlObject":{"path":["cart","remove","5d2b8d6a-4177-4e4e-9af4-77611ed54068"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"d0fdbfe6-78a1-4a96-bc6c-5ce7f67e1337","name":"Remove item from Cart","originalRequest":{"method":"DELETE","header":[],"url":"/cart/remove/5d2b8d6a-4177-4e4e-9af4-77611ed54068"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"ETag","value":"W/\"d9-nqTywRdQntR/gthkN+2A61XJEpA\""},{"key":"Date","value":"Wed, 18 Feb 2026 16:34:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Item removed from cart\",\n    \"data\": {\n        \"id\": \"5d2b8d6a-4177-4e4e-9af4-77611ed54068\",\n        \"cartId\": \"fd36667f-9aef-4626-ae54-caa2bc1c8d83\",\n        \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n        \"quantity\": 2\n    }\n}"}],"_postman_id":"1363862a-0a44-49ab-85dd-eee7e6572055"},{"name":"Update Cart Item Quantity","id":"c5f0c235-f07a-4497-8ce1-69e9293ade8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    // \"type\": \"increment\"\n    \"type\": \"decrement\"\n}","options":{"raw":{"language":"json"}}},"url":"/cart/update-quantity/0be8c58a-56cf-41af-b77f-9ca250b43963","urlObject":{"path":["cart","update-quantity","0be8c58a-56cf-41af-b77f-9ca250b43963"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b3985a1b-d50b-4c54-9de9-69cd2a51bdcf","name":"Update Cart Item Quantity","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"increment\"\n}","options":{"raw":{"language":"json"}}},"url":"/cart/update-quantity/0be8c58a-56cf-41af-b77f-9ca250b43963"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"228"},{"key":"ETag","value":"W/\"e4-OTKFNIX6iut2vcbitaDEZFC21CE\""},{"key":"Date","value":"Wed, 18 Feb 2026 17:27:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Quantity incremented successfully\",\n    \"data\": {\n        \"id\": \"0be8c58a-56cf-41af-b77f-9ca250b43963\",\n        \"cartId\": \"fd36667f-9aef-4626-ae54-caa2bc1c8d83\",\n        \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n        \"quantity\": 3\n    }\n}"}],"_postman_id":"c5f0c235-f07a-4497-8ce1-69e9293ade8c"}],"id":"73d4f3d3-da97-410d-b4d8-6b0b9e7f993b","_postman_id":"73d4f3d3-da97-410d-b4d8-6b0b9e7f993b","description":""},{"name":"Order","item":[{"name":"Create Order","id":"d1f0fe00-cc20-46e6-bf37-8070c701d8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartItemIds\": [\n        \"0be8c58a-56cf-41af-b77f-9ca250b43963\"\n    ],\n    \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n    \"contactNumber\": \"01963876256\"\n}","options":{"raw":{"language":"json"}}},"url":"/order/create","urlObject":{"path":["order","create"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"14378858-e0fa-487d-ac1b-f35f2c8548b0","name":"Create Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartItemIds\": [\n        \"0be8c58a-56cf-41af-b77f-9ca250b43963\"\n    ],\n    \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n    \"contactNumber\": \"01963876256\"\n}","options":{"raw":{"language":"json"}}},"url":"/order/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"445"},{"key":"ETag","value":"W/\"1bd-eGYe+54jgBPyQXVB4Ju60QyBfCE\""},{"key":"Date","value":"Wed, 18 Feb 2026 18:53:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Order placed successfully. Selected items removed from cart.\",\n    \"data\": {\n        \"id\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n        \"orderNo\": \"ORD-61895232\",\n        \"totalAmount\": 190,\n        \"dueAmount\": 190,\n        \"paymentStatus\": \"UNPAID\",\n        \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n        \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n        \"contactNumber\": \"01963876256\",\n        \"status\": \"PENDING\",\n        \"createdAt\": \"2026-02-18T18:53:29.402Z\",\n        \"updatedAt\": \"2026-02-18T18:53:29.402Z\"\n    }\n}"}],"_postman_id":"d1f0fe00-cc20-46e6-bf37-8070c701d8e0"},{"name":"Get My Orders","id":"613fbe22-78cc-4665-9bf1-3c9aa86c4b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/order","urlObject":{"path":["order"],"host":[""],"query":[{"disabled":true,"key":"status","value":"ON_THE_WAY"},{"disabled":true,"key":"paymentStatus","value":"UNPAID"},{"disabled":true,"key":"searchTerm","value":"ORD-61895232"}],"variable":[]}},"response":[{"id":"a6cad62e-3d93-444f-ba6c-7066845edf27","name":"Get My Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"/order","host":[""],"path":["order"],"query":[{"key":"status","value":"ON_THE_WAY","type":"text","disabled":true},{"key":"paymentStatus","value":"UNPAID","type":"text","disabled":true},{"key":"orderNo","value":"ORD-61895232","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1175"},{"key":"ETag","value":"W/\"497-TDQOhVvuxrDnfPvEbkEWqMbBAbI\""},{"key":"Date","value":"Wed, 18 Feb 2026 21:28:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Orders fetched successfully\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 1\n    },\n    \"data\": [\n        {\n            \"id\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n            \"orderNo\": \"ORD-61895232\",\n            \"totalAmount\": 190,\n            \"dueAmount\": 190,\n            \"paymentStatus\": \"UNPAID\",\n            \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n            \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n            \"contactNumber\": \"01963876256\",\n            \"status\": \"PENDING\",\n            \"createdAt\": \"2026-02-18T18:53:29.402Z\",\n            \"updatedAt\": \"2026-02-18T18:53:29.402Z\",\n            \"orderItems\": [\n                {\n                    \"id\": \"34e57006-2aaf-411f-bc2e-b4f8496f16b9\",\n                    \"orderId\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n                    \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                    \"quantity\": 2,\n                    \"unitPrice\": 95,\n                    \"medicine\": {\n                        \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n                        \"name\": \"Maxpro 20\",\n                        \"generic_name\": \"Esomeprazole\",\n                        \"strength\": \"20mg\",\n                        \"company\": \"Renata\",\n                        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n                        \"quantity\": 14,\n                        \"price\": 95,\n                        \"Indications\": null,\n                        \"Pharmacology\": null,\n                        \"type\": \"TABLET\",\n                        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                        \"dosage\": \"2 times a day\",\n                        \"side_effects\": \"No side effects\",\n                        \"warnings\": \"Do not use overdose\",\n                        \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n                        \"updatedAt\": \"2026-02-18T15:10:56.032Z\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"613fbe22-78cc-4665-9bf1-3c9aa86c4b70"},{"name":"Get Order details","id":"54abb21d-90e1-4436-ab09-4a1d866adc68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/order/bdd9988d-69ff-4f18-848a-a92a91c3f6ed","urlObject":{"path":["order","bdd9988d-69ff-4f18-848a-a92a91c3f6ed"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"4c0a6874-33a4-4f3c-b1fa-6ad5f0b5cce9","name":"Get Order details","originalRequest":{"method":"GET","header":[],"url":"/order/bdd9988d-69ff-4f18-848a-a92a91c3f6ed"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1238"},{"key":"ETag","value":"W/\"4d6-v1fF/AnHuQzxBWfYaztrfxzJEHI\""},{"key":"Date","value":"Wed, 18 Feb 2026 21:36:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Order details fetched successfully\",\n    \"data\": {\n        \"id\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n        \"orderNo\": \"ORD-61895232\",\n        \"totalAmount\": 190,\n        \"dueAmount\": 190,\n        \"paymentStatus\": \"UNPAID\",\n        \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n        \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n        \"contactNumber\": \"01963876256\",\n        \"status\": \"PENDING\",\n        \"createdAt\": \"2026-02-18T18:53:29.402Z\",\n        \"updatedAt\": \"2026-02-18T18:53:29.402Z\",\n        \"orderItems\": [\n            {\n                \"id\": \"34e57006-2aaf-411f-bc2e-b4f8496f16b9\",\n                \"orderId\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n                \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                \"quantity\": 2,\n                \"unitPrice\": 95,\n                \"medicine\": {\n                    \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                    \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n                    \"name\": \"Maxpro 20\",\n                    \"generic_name\": \"Esomeprazole\",\n                    \"strength\": \"20mg\",\n                    \"company\": \"Renata\",\n                    \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n                    \"quantity\": 14,\n                    \"price\": 95,\n                    \"Indications\": null,\n                    \"Pharmacology\": null,\n                    \"type\": \"TABLET\",\n                    \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                    \"dosage\": \"2 times a day\",\n                    \"side_effects\": \"No side effects\",\n                    \"warnings\": \"Do not use overdose\",\n                    \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n                    \"updatedAt\": \"2026-02-18T15:10:56.032Z\"\n                }\n            }\n        ],\n        \"customer\": {\n            \"id\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n            \"name\": \"Jubraj\",\n            \"email\": \"ijubraj@gmail.com\"\n        }\n    }\n}"}],"_postman_id":"54abb21d-90e1-4436-ab09-4a1d866adc68"},{"name":"Update Order Status","id":"dfb30bed-058c-4fb2-a065-b2e1bc7fe7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"ON_THE_WAY\"\n}","options":{"raw":{"language":"json"}}},"url":"/order/bdd9988d-69ff-4f18-848a-a92a91c3f6ed","urlObject":{"path":["order","bdd9988d-69ff-4f18-848a-a92a91c3f6ed"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"7da0168b-a4ca-44ad-b716-ca86704a14e4","name":"Update Order Status","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"ON_THE_WAY\"\n}","options":{"raw":{"language":"json"}}},"url":"/order/bdd9988d-69ff-4f18-848a-a92a91c3f6ed"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"421"},{"key":"ETag","value":"W/\"1a5-oql8yOX1KGegxcagbtUCz64+fao\""},{"key":"Date","value":"Wed, 18 Feb 2026 21:53:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Order status updated successfully\",\n    \"data\": {\n        \"id\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n        \"orderNo\": \"ORD-61895232\",\n        \"totalAmount\": 190,\n        \"dueAmount\": 190,\n        \"paymentStatus\": \"UNPAID\",\n        \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n        \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n        \"contactNumber\": \"01963876256\",\n        \"status\": \"ON_THE_WAY\",\n        \"createdAt\": \"2026-02-18T18:53:29.402Z\",\n        \"updatedAt\": \"2026-02-18T21:53:47.041Z\"\n    }\n}"}],"_postman_id":"dfb30bed-058c-4fb2-a065-b2e1bc7fe7f2"},{"name":"Get Sellers Order","id":"ea9bd6e3-6b7c-457c-8934-28f6f25a548f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/order/seller-orders?searchTerm=ORD-61895232","urlObject":{"path":["order","seller-orders"],"host":[""],"query":[{"disabled":true,"key":"status","value":"ON_THE_WAY"},{"disabled":true,"key":"paymentStatus","value":"UNPAID"},{"key":"searchTerm","value":"ORD-61895232"}],"variable":[]}},"response":[{"id":"bc6d2663-3741-44d2-a8f5-3e939ae5dcc0","name":"Get Sellers Order","originalRequest":{"method":"GET","header":[],"url":{"raw":"/order/seller-orders?searchTerm=ORD-61895232","host":[""],"path":["order","seller-orders"],"query":[{"key":"status","value":"ON_THE_WAY","type":"text","disabled":true},{"key":"paymentStatus","value":"UNPAID","type":"text","disabled":true},{"key":"searchTerm","value":"ORD-61895232"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1282"},{"key":"ETag","value":"W/\"502-c49/GpEkbY/+6koWgG/DBFWV4v0\""},{"key":"Date","value":"Thu, 19 Feb 2026 05:05:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Seller orders fetched successfully\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 1\n    },\n    \"data\": [\n        {\n            \"id\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n            \"orderNo\": \"ORD-61895232\",\n            \"totalAmount\": 190,\n            \"dueAmount\": 190,\n            \"paymentStatus\": \"UNPAID\",\n            \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n            \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n            \"contactNumber\": \"01963876256\",\n            \"status\": \"ON_THE_WAY\",\n            \"createdAt\": \"2026-02-18T18:53:29.402Z\",\n            \"updatedAt\": \"2026-02-18T21:53:47.041Z\",\n            \"orderItems\": [\n                {\n                    \"id\": \"34e57006-2aaf-411f-bc2e-b4f8496f16b9\",\n                    \"orderId\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n                    \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                    \"quantity\": 2,\n                    \"unitPrice\": 95,\n                    \"medicine\": {\n                        \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n                        \"name\": \"Maxpro 20\",\n                        \"generic_name\": \"Esomeprazole\",\n                        \"strength\": \"20mg\",\n                        \"company\": \"Renata\",\n                        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n                        \"quantity\": 14,\n                        \"price\": 95,\n                        \"Indications\": null,\n                        \"Pharmacology\": null,\n                        \"type\": \"TABLET\",\n                        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                        \"dosage\": \"2 times a day\",\n                        \"side_effects\": \"No side effects\",\n                        \"warnings\": \"Do not use overdose\",\n                        \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n                        \"updatedAt\": \"2026-02-18T15:10:56.032Z\"\n                    }\n                }\n            ],\n            \"customer\": {\n                \"id\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n                \"name\": \"Jubraj\",\n                \"email\": \"ijubraj@gmail.com\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ea9bd6e3-6b7c-457c-8934-28f6f25a548f"},{"name":"Cancel Order","id":"88a01a08-507e-4157-82f9-0d4c2d90a66d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/order/cancel/bdd9988d-69ff-4f18-848a-a92a91c3f6ed","urlObject":{"path":["order","cancel","bdd9988d-69ff-4f18-848a-a92a91c3f6ed"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"f4259c7f-ec73-4102-98af-97681e22ba2d","name":"Cancel Order","originalRequest":{"method":"PATCH","header":[],"url":"/order/cancel/bdd9988d-69ff-4f18-848a-a92a91c3f6ed"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"413"},{"key":"ETag","value":"W/\"19d-oXH1dIQLUWHZz6q+vuPtRWF9Hpw\""},{"key":"Date","value":"Thu, 19 Feb 2026 06:01:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Order canceled successfully\",\n    \"data\": {\n        \"id\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n        \"orderNo\": \"ORD-61895232\",\n        \"totalAmount\": 190,\n        \"dueAmount\": 190,\n        \"paymentStatus\": \"UNPAID\",\n        \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n        \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n        \"contactNumber\": \"01963876256\",\n        \"status\": \"CANCELED\",\n        \"createdAt\": \"2026-02-18T18:53:29.402Z\",\n        \"updatedAt\": \"2026-02-19T06:01:00.820Z\"\n    }\n}"}],"_postman_id":"88a01a08-507e-4157-82f9-0d4c2d90a66d"},{"name":"Get all orders for Admin","id":"0cd3b793-9bb0-48d0-8c5d-7e478627f43e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/order/all","urlObject":{"path":["order","all"],"host":[""],"query":[{"disabled":true,"key":"status","value":"CONFIRMED"},{"disabled":true,"key":"paymentStatus","value":"PAID"},{"disabled":true,"key":"date","value":"2026-02-20"}],"variable":[]}},"response":[{"id":"7fae192c-374d-4dc7-ba25-61fe8fe2f387","name":"Get all orders for Admin","originalRequest":{"method":"GET","header":[],"url":{"raw":"/order/all","host":[""],"path":["order","all"],"query":[{"key":"status","value":"CONFIRMED","disabled":true},{"key":"paymentStatus","value":"PAID","type":"text","disabled":true},{"key":"date","value":"2026-02-20","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4427"},{"key":"ETag","value":"W/\"114b-/WbG9t/q5szSK4L6oPppSpCzsgA\""},{"key":"Date","value":"Mon, 23 Feb 2026 06:59:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"All orders fetched successfully\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 3\n    },\n    \"data\": [\n        {\n            \"id\": \"b2abf197-5eac-46ab-a8ec-d5f850a87e87\",\n            \"orderNo\": \"ORD-24540246\",\n            \"totalAmount\": 95,\n            \"dueAmount\": 95,\n            \"paymentStatus\": \"PAID\",\n            \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n            \"status\": \"CONFIRMED\",\n            \"createdAt\": \"2026-02-20T13:39:55.288Z\",\n            \"updatedAt\": \"2026-02-21T20:05:35.793Z\",\n            \"contactNumber\": \"0183964652\",\n            \"shippingAddress\": \"Kalabagan, Dhaka\",\n            \"orderItems\": [\n                {\n                    \"id\": \"dc52f94e-9bfc-4b29-a371-fe8bcdb33438\",\n                    \"orderId\": \"b2abf197-5eac-46ab-a8ec-d5f850a87e87\",\n                    \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                    \"quantity\": 1,\n                    \"unitPrice\": 95,\n                    \"medicine\": {\n                        \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n                        \"name\": \"Maxpro 20\",\n                        \"generic_name\": \"Esomeprazole\",\n                        \"strength\": \"20mg\",\n                        \"company\": \"Renata\",\n                        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n                        \"quantity\": 14,\n                        \"price\": 95,\n                        \"Indications\": null,\n                        \"Pharmacology\": null,\n                        \"type\": \"TABLET\",\n                        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                        \"dosage\": \"2 times a day\",\n                        \"side_effects\": \"No side effects\",\n                        \"popular\": false,\n                        \"rating\": null,\n                        \"warnings\": \"Do not use overdose\",\n                        \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n                        \"updatedAt\": \"2026-02-18T15:10:56.032Z\"\n                    }\n                }\n            ],\n            \"customer\": {\n                \"id\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n                \"name\": \"Jubraj\",\n                \"email\": \"ijubraj@gmail.com\"\n            }\n        },\n        {\n            \"id\": \"3d5c0282-2e62-4171-aa0e-9c1a403c23c8\",\n            \"orderNo\": \"ORD-48785157\",\n            \"totalAmount\": 180,\n            \"dueAmount\": 180,\n            \"paymentStatus\": \"UNPAID\",\n            \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n            \"status\": \"PENDING\",\n            \"createdAt\": \"2026-02-20T13:37:12.885Z\",\n            \"updatedAt\": \"2026-02-20T13:37:12.885Z\",\n            \"contactNumber\": \"01939562175\",\n            \"shippingAddress\": \"SouthBadd Kacha Bazar, Dhaka, 1212\",\n            \"orderItems\": [\n                {\n                    \"id\": \"7231ec87-9b16-4eff-a3c7-b0e56bce3ce1\",\n                    \"orderId\": \"3d5c0282-2e62-4171-aa0e-9c1a403c23c8\",\n                    \"medicineId\": \"43cb31b0-ff80-4314-b377-618a687f0512\",\n                    \"quantity\": 1,\n                    \"unitPrice\": 85,\n                    \"medicine\": {\n                        \"id\": \"43cb31b0-ff80-4314-b377-618a687f0512\",\n                        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n                        \"name\": \"Tusca Plus\",\n                        \"generic_name\": null,\n                        \"strength\": \"100ml\",\n                        \"company\": \"Square\",\n                        \"photoUrl\": \"https://tinyurl.com/3rjcx4h7\",\n                        \"quantity\": 1,\n                        \"price\": 85,\n                        \"Indications\": null,\n                        \"Pharmacology\": null,\n                        \"type\": \"SYRUP\",\n                        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                        \"dosage\": \"2 times a day\",\n                        \"side_effects\": \"No side effects\",\n                        \"popular\": true,\n                        \"rating\": 4,\n                        \"warnings\": \"Do not use overdose\",\n                        \"createdAt\": \"2026-02-18T18:47:10.311Z\",\n                        \"updatedAt\": \"2026-02-18T18:47:10.311Z\"\n                    }\n                },\n                {\n                    \"id\": \"c46ed198-d5bc-4526-a62c-95da3c6b8a36\",\n                    \"orderId\": \"3d5c0282-2e62-4171-aa0e-9c1a403c23c8\",\n                    \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                    \"quantity\": 1,\n                    \"unitPrice\": 95,\n                    \"medicine\": {\n                        \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n                        \"name\": \"Maxpro 20\",\n                        \"generic_name\": \"Esomeprazole\",\n                        \"strength\": \"20mg\",\n                        \"company\": \"Renata\",\n                        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n                        \"quantity\": 14,\n                        \"price\": 95,\n                        \"Indications\": null,\n                        \"Pharmacology\": null,\n                        \"type\": \"TABLET\",\n                        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                        \"dosage\": \"2 times a day\",\n                        \"side_effects\": \"No side effects\",\n                        \"popular\": false,\n                        \"rating\": null,\n                        \"warnings\": \"Do not use overdose\",\n                        \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n                        \"updatedAt\": \"2026-02-18T15:10:56.032Z\"\n                    }\n                }\n            ],\n            \"customer\": {\n                \"id\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n                \"name\": \"Jubraj\",\n                \"email\": \"ijubraj@gmail.com\"\n            }\n        },\n        {\n            \"id\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n            \"orderNo\": \"ORD-61895232\",\n            \"totalAmount\": 190,\n            \"dueAmount\": 190,\n            \"paymentStatus\": \"UNPAID\",\n            \"customerId\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n            \"status\": \"CANCELED\",\n            \"createdAt\": \"2026-02-18T18:53:29.402Z\",\n            \"updatedAt\": \"2026-02-19T06:01:00.820Z\",\n            \"contactNumber\": \"01963876256\",\n            \"shippingAddress\": \"ba-43, Kalabagan, Dhaka\",\n            \"orderItems\": [\n                {\n                    \"id\": \"34e57006-2aaf-411f-bc2e-b4f8496f16b9\",\n                    \"orderId\": \"bdd9988d-69ff-4f18-848a-a92a91c3f6ed\",\n                    \"medicineId\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                    \"quantity\": 2,\n                    \"unitPrice\": 95,\n                    \"medicine\": {\n                        \"id\": \"fb4cb96e-47e0-4c67-bcb7-c2df14ba18c5\",\n                        \"sellerId\": \"FRqvH3fvfDGXXHvmAuSL1PmAG7snsvg2\",\n                        \"name\": \"Maxpro 20\",\n                        \"generic_name\": \"Esomeprazole\",\n                        \"strength\": \"20mg\",\n                        \"company\": \"Renata\",\n                        \"photoUrl\": \"https://tinyurl.com/44mdmk2y\",\n                        \"quantity\": 14,\n                        \"price\": 95,\n                        \"Indications\": null,\n                        \"Pharmacology\": null,\n                        \"type\": \"TABLET\",\n                        \"categoryId\": \"63aeed1a-15be-4a36-b2f9-da5253dee07b\",\n                        \"dosage\": \"2 times a day\",\n                        \"side_effects\": \"No side effects\",\n                        \"popular\": false,\n                        \"rating\": null,\n                        \"warnings\": \"Do not use overdose\",\n                        \"createdAt\": \"2026-02-18T15:10:56.032Z\",\n                        \"updatedAt\": \"2026-02-18T15:10:56.032Z\"\n                    }\n                }\n            ],\n            \"customer\": {\n                \"id\": \"qQP5Vhez00QPJXWGGefMl7h2xKDE8qmU\",\n                \"name\": \"Jubraj\",\n                \"email\": \"ijubraj@gmail.com\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0cd3b793-9bb0-48d0-8c5d-7e478627f43e"}],"id":"dc75df95-26fd-415b-848d-831edfeb7a34","_postman_id":"dc75df95-26fd-415b-848d-831edfeb7a34","description":""}],"event":[{"listen":"prerequest","script":{"id":"3a2da847-4281-4d12-b58e-4a6de2465dd2","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"5f0dac43-e547-4f59-8001-527263c7c227","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":""},{"key":"admin_token","value":""}]}