{"info":{"_postman_id":"9f563b00-dd8a-4647-988f-b014ba62e70b","name":"OmniRetail API v1","description":"<html><head></head><body><p>Full documentation for the OmniRetail MERN platform. Includes Auth, Inventory, Orders, and Dashboard stats.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50841251","collectionId":"9f563b00-dd8a-4647-988f-b014ba62e70b","publishedId":"2sBXqJLLqV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-29T12:19:17.000Z"},"item":[{"name":"Authentication","item":[{"name":"Register User","id":"a76f22b1-5b0f-4b41-b1b3-0da7495ed601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Saptak B\",\n    \"email\": \"test@example.com\",\n    \"password\": \"password123\",\n    \"role\": \"retailer\"\n}","options":{"raw":{"language":"json"}}},"url":"https://omniretail-two.vercel.app/api/v1/users/register","description":"<p><strong>Authentication (Folder Description)</strong><br />Contains endpoints for user authentication flows, including registering a new account and logging in to obtain access for protected retailer features.</p>\n","urlObject":{"path":["users","register"],"host":["https://omniretail-two.vercel.app/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a76f22b1-5b0f-4b41-b1b3-0da7495ed601"},{"name":"Login User","id":"220563c4-5013-4482-8ffb-4362516fd7ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://omniretail-two.vercel.app/api/v1/users/login","urlObject":{"path":["users","login"],"host":["https://omniretail-two.vercel.app/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"220563c4-5013-4482-8ffb-4362516fd7ac"}],"id":"096c1808-7ba5-4a73-8857-3ee587d4ea95","description":"<p><strong>Authentication (Folder Description)</strong><br />Contains endpoints for user authentication flows, including registering a new account and logging in to obtain access for protected retailer features.</p>\n","_postman_id":"096c1808-7ba5-4a73-8857-3ee587d4ea95"},{"name":"Products (Inventory)","item":[{"name":"Get All Products","id":"dacabe98-003b-4540-88f1-0f0a43b5f0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://omniretail-two.vercel.app/api/v1/products","urlObject":{"path":["products"],"host":["https://omniretail-two.vercel.app/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"dacabe98-003b-4540-88f1-0f0a43b5f0bc"},{"name":"Create Product (Retailer)","id":"a4fca667-2c93-4999-a27d-c600e00dc72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_JWT_TOKEN_HERE"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Premium Wireless Mouse\",\n    \"description\": \"High-precision ergonomic mouse with RGB lighting.\",\n    \"price\": 49.99,\n    \"category\": \"Electronics\",\n    \"stock\": 150,\n    \"sku\": \"MS-RGB-001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://omniretail-two.vercel.app/api/v1/products","urlObject":{"path":["products"],"host":["https://omniretail-two.vercel.app/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4fca667-2c93-4999-a27d-c600e00dc72a"}],"id":"df660d0d-6539-4add-8621-f66fae08d1ed","_postman_id":"df660d0d-6539-4add-8621-f66fae08d1ed","description":""},{"name":"Dashboard","item":[{"name":"Get Stats (Retailer)","id":"bd281006-2a49-4cc7-80e6-edb79896e57c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_JWT_TOKEN_HERE"}]},"isInherited":false},"method":"GET","header":[],"url":"https://omniretail-two.vercel.app/api/v1/dashboard/stats","urlObject":{"path":["dashboard","stats"],"host":["https://omniretail-two.vercel.app/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd281006-2a49-4cc7-80e6-edb79896e57c"}],"id":"d5504ed8-0d24-4a24-9b2f-5cdf5b3d701c","description":"<p><strong>Dashboard (Folder Description)</strong><br />Includes retailer dashboard endpoints used to retrieve high-level business metrics and summary statistics for the logged-in retailer</p>\n","_postman_id":"d5504ed8-0d24-4a24-9b2f-5cdf5b3d701c"}],"event":[{"listen":"prerequest","script":{"id":"4d4373fc-43e7-4d6f-bac9-ccfcb1b9940f","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7c4cc4a1-09e8-4c07-b52d-25d796c44af1","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://omniretail-two.vercel.app/api/v1"},{"key":"token","value":"YOUR_JWT_TOKEN_HERE"}]}