{"info":{"_postman_id":"cb3e940a-36a1-4f42-bc7f-ff6b6a237029","name":"Shoplit API - Simplify Your Shop Setup","description":"<html><head></head><body><p>Shoplit API provides everything you need to set up and manage your online shop seamlessly. From managing products to handling orders, our API makes e-commerce effortless and efficient.</p>\n<p>Contact Support:<br>Name: Andrew Oduola A<br>Email: <a href=\"https://mailto:andrewoduola@gmail.com\">andrewoduola@gmail.com<br><br></a></p>\n<p>This is the Postman collection for the <strong>Shoplit API</strong>, versioned under <code>/api/v1/</code>.</p>\n<p>Shoplit is an e-commerce backend built with Django and DRF. The API enables functionalities around user authentication, product and catalogue management, cart operations, order processing, payments (via Paystack), wishlist, and product reviews.</p>\n<p><strong>Base URL (example):</strong> <code>https://shoplit.onrender.com/api/v1</code></p>\n<p>Use this collection to test endpoints, review request/response schemas, and interact with the API.</p>\n<ul>\n<li><p>Authentication method (e.g. “Bearer token in <code>Authorization</code> header”)</p>\n</li>\n<li><p>Common headers (e.g. <code>Content-Type: application/json</code>)</p>\n</li>\n<li><p>Any environment variables (e.g. <code>{{base_url}}</code>, <code></code>)</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40723571","collectionId":"cb3e940a-36a1-4f42-bc7f-ff6b6a237029","publishedId":"2sB3QKrA2E","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-09T12:47:08.000Z"},"item":[{"name":"api","item":[{"name":"v1","item":[{"name":"auth","item":[{"name":"jwt","item":[{"name":"JWT Login","id":"dadcbf40-f261-4993-8574-672d826dd340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"access\": \"string\",\n  \"refresh\": 3635.000532485462\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/jwt/create/","description":"<p>Takes a set of user credentials and returns an access and refresh JSON web\ntoken pair to prove the authentication of those credentials.</p>\n","urlObject":{"path":["api","v1","auth","jwt","create",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"8636f06b-af0d-4eb8-9ab8-eb54ba3981cd","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"access\": \"string\",\n  \"refresh\": 3635.000532485462\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/jwt/create/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access\": \"string\",\n  \"refresh\": \"string\",\n  \"email\": 4199,\n  \"password\": \"s\"\n}"}],"_postman_id":"dadcbf40-f261-4993-8574-672d826dd340"},{"name":"JWT Verify Token","id":"3b7691c4-b6b9-4bd3-81cd-00ad9dc3eaef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/jwt/verify/","description":"<p>Takes a token and indicates if it is valid.  This view provides no\ninformation about a token's fitness for a particular use.</p>\n","urlObject":{"path":["api","v1","auth","jwt","verify",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"ede840d1-4dcc-4a45-a4d5-5e5b7f031afe","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/jwt/verify/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": 4680\n}"}],"_postman_id":"3b7691c4-b6b9-4bd3-81cd-00ad9dc3eaef"},{"name":"JWT Refresh Token","id":"1ab60d17-5c35-4e46-811a-feeb6a9c39d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"string\",\n  \"access\": 2026\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/jwt/refresh/","description":"<p>Takes a refresh type JSON web token and returns an access type JSON web\ntoken if the refresh token is valid.</p>\n","urlObject":{"path":["api","v1","auth","jwt","refresh",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"c9803090-83c6-4457-96ed-877ce13857a5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"string\",\n  \"access\": 2026\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/jwt/refresh/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access\": \"string\",\n  \"refresh\": 9715\n}"}],"_postman_id":"1ab60d17-5c35-4e46-811a-feeb6a9c39d8"}],"id":"d32fbbe6-f9cb-4c6e-9fb9-77fecb23165a","description":"<p>Handles JWT login, verifying token, and refresh token</p>\n","_postman_id":"d32fbbe6-f9cb-4c6e-9fb9-77fecb23165a"},{"name":"users","item":[{"name":"All Users List","id":"7951990e-c81c-4ac3-a259-51a0d5e36ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/auth/users/?page=9050","urlObject":{"path":["api","v1","auth","users",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"}],"variable":[]}},"response":[{"id":"a265f49e-4556-4987-a242-995186079b78","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/auth/users/?page=9050","host":["https://shoplit.onrender.com"],"path":["api","v1","auth","users",""],"query":[{"description":"A page number within the paginated result set.","key":"page","value":"9050"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"email\": \"yuehdfM9w2l@RDMHBdRbVTfpVear.ub\",\n      \"id\": \"dc634461-55c8-a7f2-65b7-8814981a0484\"\n    },\n    {\n      \"email\": \"TOHBz2XFNlIEW4p@taXODaazVGnDREphlsm.lctz\",\n      \"id\": \"a41cccff-2ce1-3c2c-e7d2-2099d4a66a60\"\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"7951990e-c81c-4ac3-a259-51a0d5e36ab5"},{"name":"Register User","id":"b9a9bf65-cd9b-4f31-998e-cdfed6822fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"a-wVk8cE3Tmhm3@AbsTkqNszBOXXcr.lcgl\",\n  \"password\": \"string\",\n  \"first_name\": \"string\",\n  \"last_name\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/","urlObject":{"path":["api","v1","auth","users",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"702fdf65-31a8-4eda-a6fd-32ad228dd193","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"a-wVk8cE3Tmhm3@AbsTkqNszBOXXcr.lcgl\",\n  \"password\": \"string\",\n  \"first_name\": \"string\",\n  \"last_name\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"OBW-fq@rmD.ujd\",\n  \"id\": \"24ef67b6-6a35-a116-adbe-44d7eb47afa5\",\n  \"first_name\": \"string\",\n  \"last_name\": \"string\"\n}"}],"_postman_id":"b9a9bf65-cd9b-4f31-998e-cdfed6822fdd"},{"name":"User Detail","id":"061b6536-64e1-444d-9488-74289c2386ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/auth/users/:id/","urlObject":{"path":["api","v1","auth","users",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"b0c76e2e-954c-4578-b215-02d3f0825bc8","description":{"content":"<p>(Required) A UUID string identifying this user.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"2726c9a5-51ac-4dd0-b4d6-de3bd73d5101","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/auth/users/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","auth","users",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"bj5veb-CuBEt@fnNqvTqQhHKtWlxzSxevpjuX.kyy\",\n  \"id\": \"urn:uuid:97cd4dfd-3019-0776-625d-6183352a099d\"\n}"}],"_postman_id":"061b6536-64e1-444d-9488-74289c2386ba"},{"name":"Update User Detail","id":"7806d152-e011-4055-8c4e-20527fbd82ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": true,\n  \"id\": 918\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/:id/","urlObject":{"path":["api","v1","auth","users",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"799c130a-a47a-4032-957a-3f9166b59fea","description":{"content":"<p>(Required) A UUID string identifying this user.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"2f077269-d309-4203-8b77-b8e9ad4d2802","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": true,\n  \"id\": 918\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/auth/users/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","auth","users",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"bj5veb-CuBEt@fnNqvTqQhHKtWlxzSxevpjuX.kyy\",\n  \"id\": \"urn:uuid:97cd4dfd-3019-0776-625d-6183352a099d\"\n}"}],"_postman_id":"7806d152-e011-4055-8c4e-20527fbd82ed"},{"name":"Update User Detail (Patially)","id":"f4035402-e244-4a06-b945-e0f778ddaab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/:id/","urlObject":{"path":["api","v1","auth","users",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"6012edd8-8346-4557-b96f-cdd72cfe7a08","description":{"content":"<p>(Required) A UUID string identifying this user.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"0b834a00-19e8-4391-b039-dc233f51a60f","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/auth/users/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","auth","users",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"bj5veb-CuBEt@fnNqvTqQhHKtWlxzSxevpjuX.kyy\",\n  \"id\": \"urn:uuid:97cd4dfd-3019-0776-625d-6183352a099d\"\n}"}],"_postman_id":"f4035402-e244-4a06-b945-e0f778ddaab7"},{"name":"Delete User","id":"6a4aab8f-1f50-4d7a-aca1-5f6636c5591c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/auth/users/:id/","urlObject":{"path":["api","v1","auth","users",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"5538dc2e-4183-45c4-86a7-c2a9526e0d31","description":{"content":"<p>(Required) A UUID string identifying this user.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"530e4a73-b335-4488-94b0-076bae1c0bd2","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/auth/users/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","auth","users",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a4aab8f-1f50-4d7a-aca1-5f6636c5591c"},{"name":"Activate User Account","id":"41b0b99e-f820-4b41-a0af-b3c71872fb6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/activation/","urlObject":{"path":["api","v1","auth","users","activation",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"0b62cb5e-7612-41e0-b911-d70be08f53cc","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/activation/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"string\",\n  \"uid\": \"string\"\n}"}],"_postman_id":"41b0b99e-f820-4b41-a0af-b3c71872fb6b"},{"name":"Current User Profile","id":"dca5c1c8-f737-4541-96f7-6f918ac31c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/auth/users/me/","urlObject":{"path":["api","v1","auth","users","me",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"13447109-0c05-48e5-ab79-1aeb9a62fc47","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://shoplit.onrender.com/api/v1/auth/users/me/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"bj5veb-CuBEt@fnNqvTqQhHKtWlxzSxevpjuX.kyy\",\n  \"id\": \"urn:uuid:97cd4dfd-3019-0776-625d-6183352a099d\"\n}"}],"_postman_id":"dca5c1c8-f737-4541-96f7-6f918ac31c86"},{"name":"Update Current User Profile","id":"b82aadd8-1d06-46c8-820a-2023e060aa29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": true,\n  \"id\": 918\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/me/","urlObject":{"path":["api","v1","auth","users","me",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"b7c5bdac-e7c7-4e16-819c-ba8553010d9f","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": true,\n  \"id\": 918\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/me/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"bj5veb-CuBEt@fnNqvTqQhHKtWlxzSxevpjuX.kyy\",\n  \"id\": \"urn:uuid:97cd4dfd-3019-0776-625d-6183352a099d\"\n}"}],"_postman_id":"b82aadd8-1d06-46c8-820a-2023e060aa29"},{"name":"Update Current User Profile (Partially)","id":"96d8bd15-cb91-4708-b98f-7797b66ef0ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/me/","urlObject":{"path":["api","v1","auth","users","me",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"8fb109ee-0f1f-497e-80b3-8b83b04dd422","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/me/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"bj5veb-CuBEt@fnNqvTqQhHKtWlxzSxevpjuX.kyy\",\n  \"id\": \"urn:uuid:97cd4dfd-3019-0776-625d-6183352a099d\"\n}"}],"_postman_id":"96d8bd15-cb91-4708-b98f-7797b66ef0ce"},{"name":"Delete Current User","id":"a2ed5475-53dc-4041-a74a-4d4782fb1364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/auth/users/me/","urlObject":{"path":["api","v1","auth","users","me",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"8d4ff0ba-03d1-412d-a1c3-3ef0073f076f","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://shoplit.onrender.com/api/v1/auth/users/me/"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2ed5475-53dc-4041-a74a-4d4782fb1364"},{"name":"Resend Activation Code","id":"22e6f138-1ecf-44ac-9bd1-327cc72ab4db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/resend_activation/","urlObject":{"path":["api","v1","auth","users","resend_activation",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"7489c4b6-88e0-4448-8200-1dabcfafe7a8","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/resend_activation/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}"}],"_postman_id":"22e6f138-1ecf-44ac-9bd1-327cc72ab4db"},{"name":"Reset User email","id":"8cac41ce-f1ff-44ed-8841-58d77f90c345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_email/","urlObject":{"path":["api","v1","auth","users","reset_email",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"3b38d226-bbf1-4b81-8c94-c3064bad1010","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_email/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}"}],"_postman_id":"8cac41ce-f1ff-44ed-8841-58d77f90c345"},{"name":"Confirm User Reset Email","id":"d8b975f4-ea22-4ee4-8515-d4cbff956b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"new_email\": \"Y0dGXBNTB1AKAB@yYgKNjeEeuNJveyuxBWvimMqixyRdl.wy\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_email_confirm/","urlObject":{"path":["api","v1","auth","users","reset_email_confirm",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"13ba8749-2d6d-4ac5-8f49-e012c1b6cea6","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"new_email\": \"Y0dGXBNTB1AKAB@yYgKNjeEeuNJveyuxBWvimMqixyRdl.wy\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_email_confirm/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"new_email\": \"Y0dGXBNTB1AKAB@yYgKNjeEeuNJveyuxBWvimMqixyRdl.wy\"\n}"}],"_postman_id":"d8b975f4-ea22-4ee4-8515-d4cbff956b6a"},{"name":"Reset Password","id":"16bc1460-a0e2-40d5-83f9-a59a2ddd2d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_password/","urlObject":{"path":["api","v1","auth","users","reset_password",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"d7193bbc-03ff-434c-a17c-294f7af48e1b","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_password/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"OR-SQLJw6ax@eqDTwsdZybsNSXYNHOLzmtnqQRJpGLnJR.jos\"\n}"}],"_postman_id":"16bc1460-a0e2-40d5-83f9-a59a2ddd2d04"},{"name":"Confirm Reset Password","id":"3e5c19d6-9168-42d1-b4a7-7f8ad568e42d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"new_password\": \"string\",\n  \"token\": \"string\",\n  \"uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_password_confirm/","urlObject":{"path":["api","v1","auth","users","reset_password_confirm",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"46ab7293-2ea3-43d5-a81c-f5628c380480","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"new_password\": \"string\",\n  \"token\": \"string\",\n  \"uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/reset_password_confirm/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"new_password\": \"string\",\n  \"token\": \"string\",\n  \"uid\": \"string\"\n}"}],"_postman_id":"3e5c19d6-9168-42d1-b4a7-7f8ad568e42d"},{"name":"Set Email","id":"3b282e21-75b7-488f-aa84-27f9258036b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"current_password\": \"string\",\n  \"new_email\": \"0Cn0f@rqaWKGzzfEQOIboHxUOIFFUDpf.gj\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/set_email/","urlObject":{"path":["api","v1","auth","users","set_email",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"483ee2c8-b5a8-428c-951e-3b440aefea7d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"current_password\": \"string\",\n  \"new_email\": \"0Cn0f@rqaWKGzzfEQOIboHxUOIFFUDpf.gj\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/set_email/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current_password\": \"string\",\n  \"new_email\": \"0Cn0f@rqaWKGzzfEQOIboHxUOIFFUDpf.gj\"\n}"}],"_postman_id":"3b282e21-75b7-488f-aa84-27f9258036b3"},{"name":"Set Password","id":"a4b59a31-4318-4279-88c4-567499aa31f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"current_password\": \"string\",\n  \"new_password\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/set_password/","urlObject":{"path":["api","v1","auth","users","set_password",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"32002e7e-3b1b-4512-951c-3f4fee3acdd1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"current_password\": \"string\",\n  \"new_password\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/auth/users/set_password/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current_password\": \"string\",\n  \"new_password\": \"string\"\n}"}],"_postman_id":"a4b59a31-4318-4279-88c4-567499aa31f6"}],"id":"7edd7bfd-610d-473d-91b5-b15de674f230","_postman_id":"7edd7bfd-610d-473d-91b5-b15de674f230","description":""}],"id":"d943182d-8392-418b-b2cb-c6d490f72dae","description":"<p>Handles all user-related actions including registration, authentication, and profile management.</p>\n<p><strong>Endpoints include:</strong></p>\n<p>• <code>POST /register/</code> – Create a new user account<br />• <code>POST /login/</code> – Authenticate and retrieve a JWT token<br />• <code>POST /logout/</code> – Invalidate current session/token<br />• <code>POST /password-reset/</code> – Reset user password via email<br />• <code>GET /profile/</code> – Retrieve or update user profile</p>\n<p><strong>Auth Type:</strong> Bearer Token (JWT)</p>\n","_postman_id":"d943182d-8392-418b-b2cb-c6d490f72dae"},{"name":"cart","item":[{"name":"items","item":[{"name":"Add a new item to the cart","id":"e063a9c3-9d13-4115-ac08-b867136b9703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:c5077c8d-10bc-feb7-cedf-7c910aaf372e\",\n  \"quantity\": 6779942586730172000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/cart/items/","description":"<p>Add a new product to the user's shopping cart. If the product already exists in the cart, it updates the quantity.</p>\n","urlObject":{"path":["api","v1","cart","items",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"730dc37f-0842-4c43-9b55-142626f94308","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:c5077c8d-10bc-feb7-cedf-7c910aaf372e\",\n  \"quantity\": 6779942586730172000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/cart/items/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:1b57f15b-11c0-8785-fa74-d93001b1865c\",\n  \"total_price\": \"string\",\n  \"product\": \"2160f142-703f-915a-1b1d-46e75cd4c183\",\n  \"quantity\": 5654836635206144000\n}"}],"_postman_id":"e063a9c3-9d13-4115-ac08-b867136b9703"},{"name":"Retrieve a specific cart item","id":"a0cc91e6-0dc7-4c06-9533-ab06ea8a2f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/cart/items/:id/","description":"<p>Get details of a specific item in the user's cart by its ID.</p>\n","urlObject":{"path":["api","v1","cart","items",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"5d6db55b-6b02-4b16-9cb1-2ae132973d17","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"9fcf9c2d-5475-4b7e-974d-c1afc66fc69a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/cart/items/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","cart","items",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:1b57f15b-11c0-8785-fa74-d93001b1865c\",\n  \"total_price\": \"string\",\n  \"product\": \"2160f142-703f-915a-1b1d-46e75cd4c183\",\n  \"quantity\": 5654836635206144000\n}"}],"_postman_id":"a0cc91e6-0dc7-4c06-9533-ab06ea8a2f2e"},{"name":"Delete a cart item","id":"531ef135-3c37-40fa-9cdc-d950596e670f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/cart/items/:id/","description":"<p>Remove a specific item from the user's cart by its ID.</p>\n","urlObject":{"path":["api","v1","cart","items",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"14b3c98c-3e32-4b1e-bf19-efd40f5325f1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"41b192db-c5c4-44ed-8ab2-6488394ea885","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/cart/items/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","cart","items",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"531ef135-3c37-40fa-9cdc-d950596e670f"},{"name":"Update a specific cart item","id":"1c496adb-b36e-4364-abeb-f477caa156b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:c5077c8d-10bc-feb7-cedf-7c910aaf372e\",\n  \"quantity\": 6779942586730172000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/cart/items/:id/","description":"<p>Update the quantity of a specific item in the user's cart.</p>\n","urlObject":{"path":["api","v1","cart","items",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"cb4a1009-f8f7-4124-9746-ece8b1d7d8fa","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"efeca9c5-1853-423a-b689-846fc79cae71","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:c5077c8d-10bc-feb7-cedf-7c910aaf372e\",\n  \"quantity\": 6779942586730172000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/cart/items/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","cart","items",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:1b57f15b-11c0-8785-fa74-d93001b1865c\",\n  \"total_price\": \"string\",\n  \"product\": \"2160f142-703f-915a-1b1d-46e75cd4c183\",\n  \"quantity\": 5654836635206144000\n}"}],"_postman_id":"1c496adb-b36e-4364-abeb-f477caa156b4"},{"name":"Partially update a cart item","id":"9645fc77-7324-4dd1-ac37-89ebec4fdbbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"c9d399e8-09a8-2783-c348-f4fb8dfbfad0\",\n  \"quantity\": 1539082218193680400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/cart/items/:id/","description":"<p>Partially update the details of a specific item in the user's cart.</p>\n","urlObject":{"path":["api","v1","cart","items",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"4fb2d480-4f9f-4714-8ad9-5db232e9d84d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"66dcbee7-db20-4732-aec5-6df8ccceef41","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"c9d399e8-09a8-2783-c348-f4fb8dfbfad0\",\n  \"quantity\": 1539082218193680400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/cart/items/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","cart","items",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:1b57f15b-11c0-8785-fa74-d93001b1865c\",\n  \"total_price\": \"string\",\n  \"product\": \"2160f142-703f-915a-1b1d-46e75cd4c183\",\n  \"quantity\": 5654836635206144000\n}"}],"_postman_id":"9645fc77-7324-4dd1-ac37-89ebec4fdbbb"}],"id":"b6224543-e816-4024-b11b-b39ca3a0212f","description":"<p>Manages cart items</p>\n","_postman_id":"b6224543-e816-4024-b11b-b39ca3a0212f"},{"name":"total_price","item":[{"name":"Get total price of the cart","id":"ac237816-ff87-433e-b040-e4d38809ccc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://shoplit.onrender.com/api/v1/cart/total_price/","description":"<p>Calculate and return the total price of all items in the user's cart.</p>\n","urlObject":{"path":["api","v1","cart","total_price",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"330366ae-a70a-4d41-951e-e96267d4fda2","name":"No response body","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://shoplit.onrender.com/api/v1/cart/total_price/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ac237816-ff87-433e-b040-e4d38809ccc6"}],"id":"9a1a35f4-7399-4a74-bc5e-bbbb67db393b","description":"<p>Getting the total price of the cart items</p>\n","_postman_id":"9a1a35f4-7399-4a74-bc5e-bbbb67db393b"},{"name":"Retrieve the user's cart","id":"512d6e55-a925-457f-bdfd-d87ba6ac65aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://shoplit.onrender.com/api/v1/cart/","description":"<p>Get the current shopping cart for the authenticated user.</p>\n","urlObject":{"path":["api","v1","cart",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"34645402-fde4-406e-a2bf-dd30e52a1ff8","name":"No response body","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://shoplit.onrender.com/api/v1/cart/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"512d6e55-a925-457f-bdfd-d87ba6ac65aa"}],"id":"3834e9c3-f6e0-43cb-bec8-7dea276b130c","description":"<p>Manages shopping cart operations for authenticated users.</p>\n<p><strong>Endpoints include:</strong><br />• <code>POST /add/</code> – Add a product to the cart<br />• <code>GET /</code> – Retrieve current cart items<br />• <code>PATCH /update/{id}/</code> – Modify product quantity<br />• <code>DELETE /remove/{id}/</code> – Remove product from cart</p>\n<p>The cart persists per user and updates dynamically during checkout.</p>\n","_postman_id":"3834e9c3-f6e0-43cb-bec8-7dea276b130c"},{"name":"notifications","item":[{"name":"List all notifications","id":"14e727fd-8a06-45fb-94ed-c2efdf2cc48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/notifications/?ordering=string&page=9050&search=string","description":"<p>Retrieve a list of all notifications for the authenticated user.</p>\n","urlObject":{"path":["api","v1","notifications",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>Which field to use when ordering the results.</p>\n","type":"text/plain"},"key":"ordering","value":"string"},{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"},{"description":{"content":"<p>A search term.</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[]}},"response":[{"id":"fbf61c38-fd0b-48fe-879f-b722ee2c91fb","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/notifications/?ordering=string&page=9050&search=string","host":["https://shoplit.onrender.com"],"path":["api","v1","notifications",""],"query":[{"description":"Which field to use when ordering the results.","key":"ordering","value":"string"},{"description":"A page number within the paginated result set.","key":"page","value":"9050"},{"description":"A search term.","key":"search","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"id\": \"urn:uuid:8b7869bf-a499-fe7d-c57c-ca40fd795c9a\",\n      \"title\": \"string\",\n      \"user\": \"urn:uuid:cfc47aca-0b7b-4f25-1827-3ed175766d8e\",\n      \"message\": \"string\"\n    },\n    {\n      \"id\": \"urn:uuid:151c977c-833a-13f2-2e60-146de631acc0\",\n      \"title\": \"string\",\n      \"user\": \"urn:uuid:3850c60e-d98f-9ad8-2ae1-0c51c0b348cf\",\n      \"message\": \"string\"\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"14e727fd-8a06-45fb-94ed-c2efdf2cc48a"},{"name":"Create a new notification","id":"04f98aab-075d-4dc2-a0f8-bcef10244dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"user\": \"080dbfa3-57cd-863e-f0f6-b56aa392e257\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/notifications/","description":"<p>Create a new notification. Only accessible by staff users.</p>\n","urlObject":{"path":["api","v1","notifications",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"e3d75251-2430-4dc3-b49c-1a0dda467337","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"user\": \"080dbfa3-57cd-863e-f0f6-b56aa392e257\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/notifications/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"3043a478-d46d-bbc4-2657-5791d7b87345\",\n  \"title\": \"string\",\n  \"user\": \"urn:uuid:e45239e0-177c-0608-711c-daa422f62c90\",\n  \"message\": \"string\"\n}"}],"_postman_id":"04f98aab-075d-4dc2-a0f8-bcef10244dfd"},{"name":"List all items in the user's cart","id":"7639c299-8a1d-488d-9725-c3c2d4e7c4c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/cart/items/?page=9050","description":"<p>Retrieve all items currently in the user's shopping cart.</p>\n","urlObject":{"path":["api","v1","cart","items",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"}],"variable":[]}},"response":[{"id":"2b427147-a241-4cbb-8af8-876102de6a2c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/cart/items/?page=9050","host":["https://shoplit.onrender.com"],"path":["api","v1","cart","items",""],"query":[{"description":"A page number within the paginated result set.","key":"page","value":"9050"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"id\": \"ee2c3f00-a578-ef7a-5f13-1ca3e26822fb\",\n      \"total_price\": \"string\",\n      \"product\": \"b289778d-e585-593e-1c26-e94c9738c234\",\n      \"quantity\": 8881277352158118000\n    },\n    {\n      \"id\": \"urn:uuid:6dcefcf7-ebca-766b-0c8d-657125423c7a\",\n      \"total_price\": \"string\",\n      \"product\": \"urn:uuid:2e7e375c-3abc-60e8-2f09-e6643878a3e8\",\n      \"quantity\": 253573578394781700\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"7639c299-8a1d-488d-9725-c3c2d4e7c4c8"},{"name":"Retrieve a specific notification","id":"717c9a09-6ed7-4d7f-b33f-b133c7560151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/notifications/:id/","description":"<p>Get details of a specific notification by its ID.</p>\n","urlObject":{"path":["api","v1","notifications",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"b51298b1-857b-422e-94f7-38331ad3de3a","description":{"content":"<p>(Required) A UUID string identifying this notifications.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"948676f7-2b9e-4d59-909c-b34426024276","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/notifications/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","notifications",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"3043a478-d46d-bbc4-2657-5791d7b87345\",\n  \"title\": \"string\",\n  \"user\": \"urn:uuid:e45239e0-177c-0608-711c-daa422f62c90\",\n  \"message\": \"string\"\n}"}],"_postman_id":"717c9a09-6ed7-4d7f-b33f-b133c7560151"},{"name":"Update a specific notification","id":"4dc8c21c-47cf-4478-a0c6-5077063f19f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"user\": \"080dbfa3-57cd-863e-f0f6-b56aa392e257\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/notifications/:id/","description":"<p>Update the details of a specific notification.</p>\n","urlObject":{"path":["api","v1","notifications",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"926e8f83-576f-48c6-a1b1-bdea581f373b","description":{"content":"<p>(Required) A UUID string identifying this notifications.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"8879a324-9124-4f48-a83e-ee8f676d0341","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"user\": \"080dbfa3-57cd-863e-f0f6-b56aa392e257\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/notifications/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","notifications",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"3043a478-d46d-bbc4-2657-5791d7b87345\",\n  \"title\": \"string\",\n  \"user\": \"urn:uuid:e45239e0-177c-0608-711c-daa422f62c90\",\n  \"message\": \"string\"\n}"}],"_postman_id":"4dc8c21c-47cf-4478-a0c6-5077063f19f2"},{"name":"Partially update a notification","id":"4fe16f5e-acf5-45f2-8b16-5d85ec7f6c68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": \"eb5c5be8-f15c-2c44-9bdb-f365ddc00dee\",\n  \"title\": \"string\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/notifications/:id/","description":"<p>Partially update the details of a specific notification.</p>\n","urlObject":{"path":["api","v1","notifications",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"4d483d5e-ad47-403c-a0f1-b5c4965fc3bb","description":{"content":"<p>(Required) A UUID string identifying this notifications.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"c32b07f8-46a0-41ac-ad0a-13c3486e983f","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"user\": \"eb5c5be8-f15c-2c44-9bdb-f365ddc00dee\",\n  \"title\": \"string\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/notifications/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","notifications",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"3043a478-d46d-bbc4-2657-5791d7b87345\",\n  \"title\": \"string\",\n  \"user\": \"urn:uuid:e45239e0-177c-0608-711c-daa422f62c90\",\n  \"message\": \"string\"\n}"}],"_postman_id":"4fe16f5e-acf5-45f2-8b16-5d85ec7f6c68"},{"name":"Delete a notification","id":"59578833-5bc9-4e45-9aa8-5429bdb88a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/notifications/:id/","description":"<p>Delete a specific notification by its ID.</p>\n","urlObject":{"path":["api","v1","notifications",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"da2d9974-44c5-42c7-9afe-a16822af345e","description":{"content":"<p>(Required) A UUID string identifying this notifications.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"2e993d65-76b4-4a76-b5f5-5e50b854e550","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/notifications/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","notifications",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59578833-5bc9-4e45-9aa8-5429bdb88a3e"}],"id":"6b3d0a53-378c-47f1-860c-d63d4268a054","description":"<p>Handles in-app and SMS notifications for user activities and updates.</p>\n<p><strong>Endpoints include:</strong>  </p>\n<p>• <code>GET /</code> – Retrieve all user notifications<br />• <code>GET /{id}/</code> – View details of a specific notification<br />• <code>PATCH /mark-as-read/</code> – Mark notifications as read</p>\n<p>Notifications include <strong>order status updates</strong>, <strong>payment alerts</strong>, and <strong>promotional messages</strong>.</p>\n","_postman_id":"6b3d0a53-378c-47f1-860c-d63d4268a054"},{"name":"orders","item":[{"name":"List all orders","id":"115a86d5-ba12-440b-808d-b264c32aa07a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/orders/?page=9050","description":"<p>Retrieve a list of all orders made by the user.</p>\n","urlObject":{"path":["api","v1","orders",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"}],"variable":[]}},"response":[{"id":"db892dc7-64c9-4fee-b672-dd76d945170b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/orders/?page=9050","host":["https://shoplit.onrender.com"],"path":["api","v1","orders",""],"query":[{"description":"A page number within the paginated result set.","key":"page","value":"9050"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"created_at\": \"1998-10-13T20:07:48.748Z\",\n      \"id\": \"urn:uuid:fbd09589-924e-07d4-7b55-396c07b2eea5\",\n      \"items\": [\n        {\n          \"id\": \"urn:uuid:3c7d0e64-ca90-1f0e-2ba0-d1e87bad6212\",\n          \"price\": -11878068.104739845,\n          \"product\": \"c07ec23c-0206-0444-24e7-e3dc5b140fd9\",\n          \"quantity\": 4224492917467384000\n        },\n        {\n          \"id\": \"81f1d768-f169-088a-d23e-30800e613766\",\n          \"price\": 70469452.18861547,\n          \"product\": \"b9fc0b2a-ae43-e93b-c96f-4606b8beb80c\",\n          \"quantity\": 6174330093956540000\n        }\n      ],\n      \"payment_reference\": \"string\",\n      \"status\": \"string\",\n      \"total_amount\": -33835590.97500997,\n      \"updated_at\": \"1956-09-04T13:34:45.281Z\",\n      \"user\": \"urn:uuid:0e6aae94-e875-e328-5a9e-5a3811cdd38e\"\n    },\n    {\n      \"created_at\": \"2001-08-03T15:28:23.578Z\",\n      \"id\": \"f43b11d7-5679-ad3a-2f51-8f5c5065290e\",\n      \"items\": [\n        {\n          \"id\": \"urn:uuid:00d12b6d-fceb-d2a6-2489-91799a3975f7\",\n          \"price\": 84985749.18750507,\n          \"product\": \"fa8c541f-dcb3-d725-ea56-fa36310c6335\",\n          \"quantity\": 4614514257883400000\n        },\n        {\n          \"id\": \"urn:uuid:7f3d41c5-c441-cf4a-6675-fb28b892fcde\",\n          \"price\": 25927.94218158722,\n          \"product\": \"c318ec74-3093-c0ca-13b8-0250fab949d5\",\n          \"quantity\": 7504317423446913000\n        }\n      ],\n      \"payment_reference\": \"string\",\n      \"status\": \"strin\",\n      \"total_amount\": 52981538.188535064,\n      \"updated_at\": \"1952-06-15T04:38:52.265Z\",\n      \"user\": \"urn:uuid:7be372d0-fc2f-96ab-d028-9ea87bc536fd\"\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"115a86d5-ba12-440b-808d-b264c32aa07a"},{"name":"Create a new order","id":"f21b13ba-c234-40bf-bf54-a51bada50319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"items\": [\n    {\n      \"product\": \"urn:uuid:2a6e29e4-e80a-9b83-92af-f426df5a3595\",\n      \"quantity\": 973685763799132200,\n      \"id\": 5305\n    },\n    {\n      \"product\": \"8fdd6104-a380-6ea8-fcc1-95dfe8419d01\",\n      \"quantity\": 284174404528676860,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"urn:uuid:1ff40555-9bb9-bce0-6259-4327016e3891\",\n  \"created_at\": 3694.179350520832,\n  \"id\": 8182.795649651899,\n  \"payment_reference\": \"string\",\n  \"status\": 3982.829739119906,\n  \"total_amount\": true,\n  \"updated_at\": 9945\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/orders/","description":"<p>Create a new order for the user.</p>\n","urlObject":{"path":["api","v1","orders",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"4668ba93-0aef-4690-93d5-4988b637d541","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"items\": [\n    {\n      \"product\": \"urn:uuid:2a6e29e4-e80a-9b83-92af-f426df5a3595\",\n      \"quantity\": 973685763799132200,\n      \"id\": 5305\n    },\n    {\n      \"product\": \"8fdd6104-a380-6ea8-fcc1-95dfe8419d01\",\n      \"quantity\": 284174404528676860,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"urn:uuid:1ff40555-9bb9-bce0-6259-4327016e3891\",\n  \"created_at\": 3694.179350520832,\n  \"id\": 8182.795649651899,\n  \"payment_reference\": \"string\",\n  \"status\": 3982.829739119906,\n  \"total_amount\": true,\n  \"updated_at\": 9945\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/orders/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"2016-05-06T22:14:54.188Z\",\n  \"id\": \"a3623330-694a-de2d-e2ee-a0ce776f2a79\",\n  \"items\": [\n    {\n      \"id\": \"8e3ef438-03d1-433b-0108-5005cb99e6b2\",\n      \"price\": 68656480.14694878,\n      \"product\": \"urn:uuid:c23a4762-7f86-4b7f-bfaf-2365d5d4e06b\",\n      \"quantity\": 2733525880494307300\n    },\n    {\n      \"id\": \"41a908c3-ec57-7dbf-eaf8-d7a9e16affb5\",\n      \"price\": -99199263.57827206,\n      \"product\": \"29e6f015-9281-b195-a0cd-0fb75cef45a4\",\n      \"quantity\": 5589044999770128000\n    }\n  ],\n  \"payment_reference\": \"string\",\n  \"status\": \"string\",\n  \"total_amount\": -80332566.9108608,\n  \"updated_at\": \"2022-01-29T07:31:46.832Z\",\n  \"user\": \"67cbdd30-3c38-0038-b20a-6b8094cb0667\"\n}"}],"_postman_id":"f21b13ba-c234-40bf-bf54-a51bada50319"},{"name":"Retrieve a specific order","id":"9fd309dd-562f-49ea-88eb-77c4cebef1be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/orders/:id/","description":"<p>Get details of a specific order by its ID.</p>\n","urlObject":{"path":["api","v1","orders",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"64f546c7-2722-4af7-b5dd-76a44d52a8fa","description":{"content":"<p>(Required) A UUID string identifying this order.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"a8c0aed4-e345-490b-974f-2511fb99b868","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/orders/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","orders",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"2016-05-06T22:14:54.188Z\",\n  \"id\": \"a3623330-694a-de2d-e2ee-a0ce776f2a79\",\n  \"items\": [\n    {\n      \"id\": \"8e3ef438-03d1-433b-0108-5005cb99e6b2\",\n      \"price\": 68656480.14694878,\n      \"product\": \"urn:uuid:c23a4762-7f86-4b7f-bfaf-2365d5d4e06b\",\n      \"quantity\": 2733525880494307300\n    },\n    {\n      \"id\": \"41a908c3-ec57-7dbf-eaf8-d7a9e16affb5\",\n      \"price\": -99199263.57827206,\n      \"product\": \"29e6f015-9281-b195-a0cd-0fb75cef45a4\",\n      \"quantity\": 5589044999770128000\n    }\n  ],\n  \"payment_reference\": \"string\",\n  \"status\": \"string\",\n  \"total_amount\": -80332566.9108608,\n  \"updated_at\": \"2022-01-29T07:31:46.832Z\",\n  \"user\": \"67cbdd30-3c38-0038-b20a-6b8094cb0667\"\n}"}],"_postman_id":"9fd309dd-562f-49ea-88eb-77c4cebef1be"},{"name":"Update a specific order","id":"5d2770ff-71b6-44a8-97e2-ac9ca16d2c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"items\": [\n    {\n      \"product\": \"urn:uuid:2a6e29e4-e80a-9b83-92af-f426df5a3595\",\n      \"quantity\": 973685763799132200,\n      \"id\": 5305\n    },\n    {\n      \"product\": \"8fdd6104-a380-6ea8-fcc1-95dfe8419d01\",\n      \"quantity\": 284174404528676860,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"urn:uuid:1ff40555-9bb9-bce0-6259-4327016e3891\",\n  \"created_at\": 3694.179350520832,\n  \"id\": 8182.795649651899,\n  \"payment_reference\": \"string\",\n  \"status\": 3982.829739119906,\n  \"total_amount\": true,\n  \"updated_at\": 9945\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/orders/:id/","description":"<p>Update the details of a specific order.</p>\n","urlObject":{"path":["api","v1","orders",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"8fb161d8-86fb-4fd9-bc05-2a815b9fa74f","description":{"content":"<p>(Required) A UUID string identifying this order.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"d97872ec-126d-4632-9866-86b0890f0b14","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"items\": [\n    {\n      \"product\": \"urn:uuid:2a6e29e4-e80a-9b83-92af-f426df5a3595\",\n      \"quantity\": 973685763799132200,\n      \"id\": 5305\n    },\n    {\n      \"product\": \"8fdd6104-a380-6ea8-fcc1-95dfe8419d01\",\n      \"quantity\": 284174404528676860,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"urn:uuid:1ff40555-9bb9-bce0-6259-4327016e3891\",\n  \"created_at\": 3694.179350520832,\n  \"id\": 8182.795649651899,\n  \"payment_reference\": \"string\",\n  \"status\": 3982.829739119906,\n  \"total_amount\": true,\n  \"updated_at\": 9945\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/orders/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","orders",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"2016-05-06T22:14:54.188Z\",\n  \"id\": \"a3623330-694a-de2d-e2ee-a0ce776f2a79\",\n  \"items\": [\n    {\n      \"id\": \"8e3ef438-03d1-433b-0108-5005cb99e6b2\",\n      \"price\": 68656480.14694878,\n      \"product\": \"urn:uuid:c23a4762-7f86-4b7f-bfaf-2365d5d4e06b\",\n      \"quantity\": 2733525880494307300\n    },\n    {\n      \"id\": \"41a908c3-ec57-7dbf-eaf8-d7a9e16affb5\",\n      \"price\": -99199263.57827206,\n      \"product\": \"29e6f015-9281-b195-a0cd-0fb75cef45a4\",\n      \"quantity\": 5589044999770128000\n    }\n  ],\n  \"payment_reference\": \"string\",\n  \"status\": \"string\",\n  \"total_amount\": -80332566.9108608,\n  \"updated_at\": \"2022-01-29T07:31:46.832Z\",\n  \"user\": \"67cbdd30-3c38-0038-b20a-6b8094cb0667\"\n}"}],"_postman_id":"5d2770ff-71b6-44a8-97e2-ac9ca16d2c47"},{"name":"Partially update an order","id":"58a38324-902c-4122-8202-a59530d41d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": \"urn:uuid:a51ec8bb-796d-f8fc-7cb2-44290670ed68\",\n  \"items\": [\n    {\n      \"product\": \"912c2d41-6799-0200-715c-576678d6236d\",\n      \"quantity\": 593905242709829600,\n      \"id\": 3780\n    },\n    {\n      \"product\": \"3b55cd42-4554-cbf1-5aed-cc6c231c3669\",\n      \"quantity\": 4448576708157479000,\n      \"id\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/orders/:id/","description":"<p>Partially update the details of a specific order.</p>\n","urlObject":{"path":["api","v1","orders",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"2f8e1647-7f50-4284-a32b-458e45886c92","description":{"content":"<p>(Required) A UUID string identifying this order.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"6e6d0056-0bab-4512-9a7c-16e5fba78b07","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"user\": \"urn:uuid:a51ec8bb-796d-f8fc-7cb2-44290670ed68\",\n  \"items\": [\n    {\n      \"product\": \"912c2d41-6799-0200-715c-576678d6236d\",\n      \"quantity\": 593905242709829600,\n      \"id\": 3780\n    },\n    {\n      \"product\": \"3b55cd42-4554-cbf1-5aed-cc6c231c3669\",\n      \"quantity\": 4448576708157479000,\n      \"id\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/orders/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","orders",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"2016-05-06T22:14:54.188Z\",\n  \"id\": \"a3623330-694a-de2d-e2ee-a0ce776f2a79\",\n  \"items\": [\n    {\n      \"id\": \"8e3ef438-03d1-433b-0108-5005cb99e6b2\",\n      \"price\": 68656480.14694878,\n      \"product\": \"urn:uuid:c23a4762-7f86-4b7f-bfaf-2365d5d4e06b\",\n      \"quantity\": 2733525880494307300\n    },\n    {\n      \"id\": \"41a908c3-ec57-7dbf-eaf8-d7a9e16affb5\",\n      \"price\": -99199263.57827206,\n      \"product\": \"29e6f015-9281-b195-a0cd-0fb75cef45a4\",\n      \"quantity\": 5589044999770128000\n    }\n  ],\n  \"payment_reference\": \"string\",\n  \"status\": \"string\",\n  \"total_amount\": -80332566.9108608,\n  \"updated_at\": \"2022-01-29T07:31:46.832Z\",\n  \"user\": \"67cbdd30-3c38-0038-b20a-6b8094cb0667\"\n}"}],"_postman_id":"58a38324-902c-4122-8202-a59530d41d9d"},{"name":"Delete an order","id":"98e6dac8-5ce4-44ae-96d7-2e4e9168b7b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/orders/:id/","description":"<p>Delete a specific order by its ID.</p>\n","urlObject":{"path":["api","v1","orders",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"868ea66f-7785-42aa-a6c8-b8643a25bb21","description":{"content":"<p>(Required) A UUID string identifying this order.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"c870ea2c-3d91-4429-ae8d-0fa7e7e1d091","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/orders/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","orders",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98e6dac8-5ce4-44ae-96d7-2e4e9168b7b3"}],"id":"4a79bfb3-5fa8-496f-8526-2882553f07ba","description":"<p>Manages all order-related operations from checkout to history tracking.</p>\n<p><strong>Endpoints include:</strong>  </p>\n<p>• <code>POST /create/</code> – Place a new order<br />• <code>GET /</code> – Retrieve user’s order history<br />• <code>GET /{id}/</code> – Get details for a specific order<br />• <code>PATCH /update-status/{id}/</code> – Update order status (admin/vendor)</p>\n<p>Orders are tied to the authenticated user’s cart and synced with Paystack for payments.</p>\n","_postman_id":"4a79bfb3-5fa8-496f-8526-2882553f07ba"},{"name":"payments","item":[{"name":"initialize","item":[{"name":"Handle Paystack webhook events","id":"b38570b9-8468-4ff5-ad0a-5c35cbe7adcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://shoplit.onrender.com/api/v1/payments/initialize/:order_id/","description":"<p>Process Paystack webhook events for payment updates.</p>\n","urlObject":{"path":["api","v1","payments","initialize",":order_id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"4b7b4fbb-6540-459f-b835-8a19f84cab66","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"order_id"}]}},"response":[{"id":"62bf4c98-e512-4d29-a7f1-e41a90be8bcd","name":"No response body","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/payments/initialize/:order_id/","host":["https://shoplit.onrender.com"],"path":["api","v1","payments","initialize",":order_id",""],"variable":[{"key":"order_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b38570b9-8468-4ff5-ad0a-5c35cbe7adcf"}],"id":"4a6a7971-6e6b-46ff-8304-78325acfb500","_postman_id":"4a6a7971-6e6b-46ff-8304-78325acfb500","description":""},{"name":"verify","item":[{"name":"Verify payment for an order","id":"c8a1668a-f593-474f-9d51-5e69c32f2267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://shoplit.onrender.com/api/v1/payments/verify/:reference/","description":"<p>Verify the payment status using the payment reference.</p>\n","urlObject":{"path":["api","v1","payments","verify",":reference",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"cc508004-e0c7-4d87-addf-759b0f993017","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"string","key":"reference"}]}},"response":[{"id":"ee80c51c-a14a-4d8a-bdec-2116e7ee1340","name":"No response body","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/payments/verify/:reference/","host":["https://shoplit.onrender.com"],"path":["api","v1","payments","verify",":reference",""],"variable":[{"key":"reference"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c8a1668a-f593-474f-9d51-5e69c32f2267"}],"id":"5a81c41f-2140-420a-9efb-dcb3c1c93760","_postman_id":"5a81c41f-2140-420a-9efb-dcb3c1c93760","description":""},{"name":"webhook","item":[{"name":"Handle Paystack webhook events","id":"740ae8a1-035e-4cd9-9645-e2ea8e2747ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://shoplit.onrender.com/api/v1/payments/webhook/","description":"<p>Process Paystack webhook events for payment updates.</p>\n","urlObject":{"path":["api","v1","payments","webhook",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"525be50c-fe5b-4ac1-950b-1297c260fb44","name":"No response body","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://shoplit.onrender.com/api/v1/payments/webhook/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"740ae8a1-035e-4cd9-9645-e2ea8e2747ae"}],"id":"b24db8c4-beaa-465a-b4f0-3815636c8a2a","_postman_id":"b24db8c4-beaa-465a-b4f0-3815636c8a2a","description":""}],"id":"83e0a672-ab39-4da9-9822-89fb897d0573","description":"<p>Handles all payment-related operations, integrating seamlessly with <strong>Paystack</strong> for secure and verified transactions.  </p>\n<p>Users can initialize payments, confirm successful transactions, and manage order payment statuses.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Secure Paystack integration</p>\n</li>\n<li><p>Payment initialization and verification</p>\n</li>\n<li><p>Transaction reference tracking</p>\n</li>\n</ul>\n","_postman_id":"83e0a672-ab39-4da9-9822-89fb897d0573"},{"name":"products","item":[{"name":"categories","item":[{"name":"List categories","id":"f771541b-d548-481f-9f58-8dfdf04a1ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/products/categories/?ordering=string&page=9050&search=string","urlObject":{"path":["api","v1","products","categories",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>Which field to use when ordering the results.</p>\n","type":"text/plain"},"key":"ordering","value":"string"},{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"},{"description":{"content":"<p>A search term.</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[]}},"response":[{"id":"233f61cb-505f-4f12-a095-55e392704966","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/categories/?ordering=string&page=9050&search=string","host":["https://shoplit.onrender.com"],"path":["api","v1","products","categories",""],"query":[{"description":"Which field to use when ordering the results.","key":"ordering","value":"string"},{"description":"A page number within the paginated result set.","key":"page","value":"9050"},{"description":"A search term.","key":"search","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"id\": \"42562db4-8844-12e2-b0e0-70779661403f\",\n      \"name\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"id\": \"urn:uuid:1a70c6b4-6d6b-3246-0fa4-f77603e47219\",\n      \"name\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"f771541b-d548-481f-9f58-8dfdf04a1ed2"},{"name":"Create category","id":"706262df-c7b4-48b5-a9f3-ab4c415a4584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/categories/","urlObject":{"path":["api","v1","products","categories",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"5dbb51a4-e715-4e39-b082-39aa4d5b3806","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/categories/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:13c05068-b951-c53e-dc68-885c7439754d\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"706262df-c7b4-48b5-a9f3-ab4c415a4584"},{"name":"Retrieve a category","id":"c67871df-0865-4abe-b05e-1fb3065674f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/products/categories/:id/","urlObject":{"path":["api","v1","products","categories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"0c073f06-9487-4921-9231-cd317ffdb625","description":{"content":"<p>(Required) A UUID string identifying this category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"e96edc74-3280-468b-849a-904d83323933","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/categories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","categories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:13c05068-b951-c53e-dc68-885c7439754d\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"c67871df-0865-4abe-b05e-1fb3065674f4"},{"name":"Update category","id":"6d45f8ca-bf84-4aeb-940a-840d303edb62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/categories/:id/","urlObject":{"path":["api","v1","products","categories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"74721e49-7599-43e8-8533-8ab267027292","description":{"content":"<p>(Required) A UUID string identifying this category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"8824a0c4-da59-41c4-aabc-df3492b4a667","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/products/categories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","categories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:13c05068-b951-c53e-dc68-885c7439754d\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"6d45f8ca-bf84-4aeb-940a-840d303edb62"},{"name":"Partially update category","id":"161feb02-8607-4b82-86f1-8188ed2245a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/categories/:id/","urlObject":{"path":["api","v1","products","categories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"b98950bf-c3bd-4711-babf-8cbd20fe6931","description":{"content":"<p>(Required) A UUID string identifying this category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"55d53f10-2168-4d2e-a17f-58a12d096536","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/products/categories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","categories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:13c05068-b951-c53e-dc68-885c7439754d\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"161feb02-8607-4b82-86f1-8188ed2245a5"},{"name":"Delete category","id":"96829ccb-2c46-427b-ba98-c514081bd619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/products/categories/:id/","urlObject":{"path":["api","v1","products","categories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"2234f47e-daeb-49af-bd44-c1fad07dd7cb","description":{"content":"<p>(Required) A UUID string identifying this category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"4da73ad9-bfe5-4c44-976e-3dad8a5f249d","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/categories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","categories",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96829ccb-2c46-427b-ba98-c514081bd619"}],"id":"d65402b8-d46b-4648-9f1c-e7ec2ebd82e1","description":"<p>Provide CRUD operations for managing product categories</p>\n","_postman_id":"d65402b8-d46b-4648-9f1c-e7ec2ebd82e1"},{"name":"subcategories","item":[{"name":"List subcategories","id":"5d9d99ae-5c03-4912-8225-b7fd2c018e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/products/subcategories/?category=381716df-f495-1ae6-1147-591f35ba1d35&ordering=string&page=9050&search=string","description":"<p>Handles operations for SubCategory model.</p>\n","urlObject":{"path":["api","v1","products","subcategories",""],"host":["https://shoplit.onrender.com"],"query":[{"key":"category","value":"381716df-f495-1ae6-1147-591f35ba1d35"},{"description":{"content":"<p>Which field to use when ordering the results.</p>\n","type":"text/plain"},"key":"ordering","value":"string"},{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"},{"description":{"content":"<p>A search term.</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[]}},"response":[{"id":"cb21faa3-f0d1-493e-a6e0-3954e78c2472","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/subcategories/?category=381716df-f495-1ae6-1147-591f35ba1d35&ordering=string&page=9050&search=string","host":["https://shoplit.onrender.com"],"path":["api","v1","products","subcategories",""],"query":[{"key":"category","value":"381716df-f495-1ae6-1147-591f35ba1d35"},{"description":"Which field to use when ordering the results.","key":"ordering","value":"string"},{"description":"A page number within the paginated result set.","key":"page","value":"9050"},{"description":"A search term.","key":"search","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"category\": \"1154f394-0a19-f60e-f458-117e4ce3a593\",\n      \"id\": \"urn:uuid:62bea33c-f58a-f946-fb44-1a97c1114471\",\n      \"name\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"category\": \"urn:uuid:6a4e5006-4797-17e5-9a10-e6a64e54890c\",\n      \"id\": \"8f7dae20-d4ed-8cba-7147-08fcddd9c307\",\n      \"name\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"5d9d99ae-5c03-4912-8225-b7fd2c018e4d"},{"name":"Create subcategory","id":"ca9d756b-c268-46ba-adce-c7e52942a4fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"urn:uuid:be42ddd2-3e40-663e-6ee5-9c0df535d048\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/subcategories/","description":"<p>Handles operations for SubCategory model.</p>\n","urlObject":{"path":["api","v1","products","subcategories",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"81cd37ab-b6a1-4bb3-88f7-c0f4776622e5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"urn:uuid:be42ddd2-3e40-663e-6ee5-9c0df535d048\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/subcategories/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"category\": \"b5a6a375-85e8-f2a4-d75f-9a90c02596e2\",\n  \"id\": \"urn:uuid:6f3ab28b-4db6-5f52-6856-bec697619273\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"ca9d756b-c268-46ba-adce-c7e52942a4fb"},{"name":"Retrieve a subcategory","id":"7d031a61-67e4-45aa-9ade-a9102287ecc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","description":"<p>Handles operations for SubCategory model.</p>\n","urlObject":{"path":["api","v1","products","subcategories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"78041b92-a0aa-4812-93e9-5ea2a18a54f8","description":{"content":"<p>(Required) A UUID string identifying this sub category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"3f856c62-f34d-409f-8340-8360a85ca1c2","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","subcategories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"category\": \"b5a6a375-85e8-f2a4-d75f-9a90c02596e2\",\n  \"id\": \"urn:uuid:6f3ab28b-4db6-5f52-6856-bec697619273\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"7d031a61-67e4-45aa-9ade-a9102287ecc6"},{"name":"Update subcategory","id":"b958d57a-a262-4a7c-a953-b010b5e2d0d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"urn:uuid:be42ddd2-3e40-663e-6ee5-9c0df535d048\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","description":"<p>Handles operations for SubCategory model.</p>\n","urlObject":{"path":["api","v1","products","subcategories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"aa65c287-c2aa-4b0e-820a-6d22cd7ee8bf","description":{"content":"<p>(Required) A UUID string identifying this sub category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"b15c87a8-916f-4b13-8be4-05b77387fe12","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"urn:uuid:be42ddd2-3e40-663e-6ee5-9c0df535d048\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","subcategories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"category\": \"b5a6a375-85e8-f2a4-d75f-9a90c02596e2\",\n  \"id\": \"urn:uuid:6f3ab28b-4db6-5f52-6856-bec697619273\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"b958d57a-a262-4a7c-a953-b010b5e2d0d8"},{"name":"Partially update subcategory","id":"bdaee79e-a25b-4604-b1f6-77e64d1cd3d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"category\": \"urn:uuid:1d8a6d85-ffc7-384e-379a-c7da24a39a07\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","description":"<p>Handles operations for SubCategory model.</p>\n","urlObject":{"path":["api","v1","products","subcategories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"76583411-4a4c-4aea-97d0-d909c0ad4d98","description":{"content":"<p>(Required) A UUID string identifying this sub category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"9737631d-958a-4eed-92d8-3ddae7ecadb3","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"category\": \"urn:uuid:1d8a6d85-ffc7-384e-379a-c7da24a39a07\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","subcategories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"category\": \"b5a6a375-85e8-f2a4-d75f-9a90c02596e2\",\n  \"id\": \"urn:uuid:6f3ab28b-4db6-5f52-6856-bec697619273\",\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"}],"_postman_id":"bdaee79e-a25b-4604-b1f6-77e64d1cd3d6"},{"name":"Delete subcategory","id":"925df5a7-964b-488b-842c-934367c2f02d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","description":"<p>Handles operations for SubCategory model.</p>\n","urlObject":{"path":["api","v1","products","subcategories",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"ae198dd2-f709-478e-9b69-bff1dce136e4","description":{"content":"<p>(Required) A UUID string identifying this sub category.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"70f2f940-eb9f-46d5-93b0-c1e49f598fb6","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/subcategories/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products","subcategories",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"925df5a7-964b-488b-842c-934367c2f02d"}],"id":"6167ae2b-62e2-4160-aae1-6fb20370fa79","description":"<p>Provide CRUD operations for managing product subcategory</p>\n","_postman_id":"6167ae2b-62e2-4160-aae1-6fb20370fa79"},{"name":"List products","id":"ae1b6b5b-9062-42ce-872f-b557fd044687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/products/?category_id=urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877&description__icontains=string&name__icontains=string&ordering=string&page=9050&page_size=9050&price__gte=8235.790889370533&price__lte=8235.790889370533&search=string&subcategory_id=urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877","description":"<p>Handles operations for Product model.</p>\n","urlObject":{"path":["api","v1","products",""],"host":["https://shoplit.onrender.com"],"query":[{"key":"category_id","value":"urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877"},{"key":"description__icontains","value":"string"},{"key":"name__icontains","value":"string"},{"description":{"content":"<p>Which field to use when ordering the results.</p>\n","type":"text/plain"},"key":"ordering","value":"string"},{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"},{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"page_size","value":"9050"},{"key":"price__gte","value":"8235.790889370533"},{"key":"price__lte","value":"8235.790889370533"},{"description":{"content":"<p>A search term.</p>\n","type":"text/plain"},"key":"search","value":"string"},{"key":"subcategory_id","value":"urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877"}],"variable":[]}},"response":[{"id":"fde74db8-6ea1-4ef3-890a-2001f29f83c6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/?category_id=urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877&description__icontains=string&name__icontains=string&ordering=string&page=9050&page_size=9050&price__gte=8235.790889370533&price__lte=8235.790889370533&search=string&subcategory_id=urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877","host":["https://shoplit.onrender.com"],"path":["api","v1","products",""],"query":[{"key":"category_id","value":"urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877"},{"key":"description__icontains","value":"string"},{"key":"name__icontains","value":"string"},{"description":"Which field to use when ordering the results.","key":"ordering","value":"string"},{"description":"A page number within the paginated result set.","key":"page","value":"9050"},{"description":"Number of results to return per page.","key":"page_size","value":"9050"},{"key":"price__gte","value":"8235.790889370533"},{"key":"price__lte","value":"8235.790889370533"},{"description":"A search term.","key":"search","value":"string"},{"key":"subcategory_id","value":"urn:uuid:e99469af-1448-7c68-1955-bb7fa53e2877"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"average_rating\": 7424.217581138777,\n      \"category\": \"urn:uuid:ee27a4cc-8eb5-7fce-9567-a260c71c7f5d\",\n      \"id\": \"urn:uuid:91d0da81-bb63-3b56-031c-1a6e898cefb4\",\n      \"images\": [\n        {\n          \"id\": 7345,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 1626,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": 30716850.86517158,\n      \"review_count\": 9401.536950590304,\n      \"subcategory\": \"urn:uuid:259f5c48-8281-14cd-5b2f-1a3203cf3519\",\n      \"description\": \"string\",\n      \"stock_quantity\": 4218946396159920000\n    },\n    {\n      \"average_rating\": 8890.350453522133,\n      \"category\": \"313eb73d-1075-2988-650f-7aaaec7008a2\",\n      \"id\": \"urn:uuid:c8cdd437-f782-262e-bf03-f4cadde783ec\",\n      \"images\": [\n        {\n          \"id\": 2340,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 5769,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": -53839369.97377819,\n      \"review_count\": 7043.121285209464,\n      \"subcategory\": \"urn:uuid:b2132797-bf27-4473-0d0d-fcb585f31899\",\n      \"description\": \"\",\n      \"stock_quantity\": 7869009958633320000\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"ae1b6b5b-9062-42ce-872f-b557fd044687"},{"name":"Create product","id":"7356fe3e-8d23-4045-8f03-f2d95617f6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"price\": 79443718.6822393,\n  \"subcategory\": \"urn:uuid:a0d5bfe0-929e-a0d6-cc23-103a530aee38\",\n  \"description\": \"string\",\n  \"stock_quantity\": 5022744071787241000,\n  \"images\": [\n    \"https://II.epkuLD,AKZpVLLWvi2+Z9ziiv5bZO\",\n    \"https://LgKgcvMG.ugmlBEglIHmTVzWNjFMo+rIOZO\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/","description":"<p>Handles operations for Product model.</p>\n","urlObject":{"path":["api","v1","products",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"07792ecd-7dc4-4460-ade6-0ff68b59ec4e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"price\": 79443718.6822393,\n  \"subcategory\": \"urn:uuid:a0d5bfe0-929e-a0d6-cc23-103a530aee38\",\n  \"description\": \"string\",\n  \"stock_quantity\": 5022744071787241000,\n  \"images\": [\n    \"https://II.epkuLD,AKZpVLLWvi2+Z9ziiv5bZO\",\n    \"https://LgKgcvMG.ugmlBEglIHmTVzWNjFMo+rIOZO\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"8f14fffc-b51f-71c4-233a-3175bacaa5b8\",\n  \"name\": \"string\",\n  \"price\": 9414949.65483728,\n  \"subcategory\": \"urn:uuid:552e11cc-3840-c986-7891-a8d9dba3837a\",\n  \"description\": \"string\",\n  \"stock_quantity\": 1321707438025453600\n}"}],"_postman_id":"7356fe3e-8d23-4045-8f03-f2d95617f6dc"},{"name":"Retrieve a product","id":"5313d866-9a10-4ea6-82ee-050973264cd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/products/:id/","description":"<p>Handles operations for Product model.</p>\n","urlObject":{"path":["api","v1","products",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"06515cce-437d-4fb6-af4e-45bc5c266125","description":{"content":"<p>(Required) A UUID string identifying this product.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"a092e6b1-0c9c-431c-a940-af22bf79f38a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"average_rating\": 7404.34009127487,\n  \"category\": \"urn:uuid:4ecdab3c-047c-bf46-66b7-c871d3118b11\",\n  \"id\": \"urn:uuid:3d6fe7f7-109a-a41d-7e27-95cfb9c885fa\",\n  \"images\": [\n    {\n      \"id\": 6237,\n      \"image\": \"stri\"\n    },\n    {\n      \"id\": 6417,\n      \"image\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"price\": -64069527.82323997,\n  \"review_count\": 4690.626841182024,\n  \"subcategory\": \"urn:uuid:5f0d3533-4af1-c92f-d5b2-82736a1937b8\",\n  \"description\": \"string\",\n  \"stock_quantity\": 8778869847613360000\n}"}],"_postman_id":"5313d866-9a10-4ea6-82ee-050973264cd0"},{"name":"Update product","id":"f686401d-208e-46aa-a2b6-98decbbbefa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"price\": 79443718.6822393,\n  \"subcategory\": \"urn:uuid:a0d5bfe0-929e-a0d6-cc23-103a530aee38\",\n  \"description\": \"string\",\n  \"stock_quantity\": 5022744071787241000,\n  \"images\": [\n    \"https://II.epkuLD,AKZpVLLWvi2+Z9ziiv5bZO\",\n    \"https://LgKgcvMG.ugmlBEglIHmTVzWNjFMo+rIOZO\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/:id/","description":"<p>Handles operations for Product model.</p>\n","urlObject":{"path":["api","v1","products",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"a18903c1-0644-408a-a3e5-e983bef53188","description":{"content":"<p>(Required) A UUID string identifying this product.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"4647dd93-f958-449d-a92d-85cb22d9947c","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"price\": 79443718.6822393,\n  \"subcategory\": \"urn:uuid:a0d5bfe0-929e-a0d6-cc23-103a530aee38\",\n  \"description\": \"string\",\n  \"stock_quantity\": 5022744071787241000,\n  \"images\": [\n    \"https://II.epkuLD,AKZpVLLWvi2+Z9ziiv5bZO\",\n    \"https://LgKgcvMG.ugmlBEglIHmTVzWNjFMo+rIOZO\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/products/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"8f14fffc-b51f-71c4-233a-3175bacaa5b8\",\n  \"name\": \"string\",\n  \"price\": 9414949.65483728,\n  \"subcategory\": \"urn:uuid:552e11cc-3840-c986-7891-a8d9dba3837a\",\n  \"description\": \"string\",\n  \"stock_quantity\": 1321707438025453600\n}"}],"_postman_id":"f686401d-208e-46aa-a2b6-98decbbbefa2"},{"name":"Partially update product","id":"ff4880fe-0bbf-49a9-83a6-1aae15578d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"price\": -76867466.90077803,\n  \"stock_quantity\": 2270364513781463000,\n  \"subcategory\": \"59b20c24-8769-a8c6-2005-50baed7da1b4\",\n  \"images\": [\n    \"https://iHWFcfZZUZCADrFbEpEt.vcyqJ-,6HoFp1Q6Uh+9GvCFCJcXOm1Un18Jo.9h9A30J82Yz7kvfc.t,\",\n    \"http://fBxjIAph.uqnFVFehNf9xLq-TEYKY9fkPLQxiP0lzLMeAif66D4LWTIVfd2enerXPX4IQ,zMGERS\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/products/:id/","description":"<p>Handles operations for Product model.</p>\n","urlObject":{"path":["api","v1","products",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"f3028fe7-487a-4bc2-853d-fd0293248bce","description":{"content":"<p>(Required) A UUID string identifying this product.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"41c7b2a3-1093-4aa0-848c-8f7230bec338","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"price\": -76867466.90077803,\n  \"stock_quantity\": 2270364513781463000,\n  \"subcategory\": \"59b20c24-8769-a8c6-2005-50baed7da1b4\",\n  \"images\": [\n    \"https://iHWFcfZZUZCADrFbEpEt.vcyqJ-,6HoFp1Q6Uh+9GvCFCJcXOm1Un18Jo.9h9A30J82Yz7kvfc.t,\",\n    \"http://fBxjIAph.uqnFVFehNf9xLq-TEYKY9fkPLQxiP0lzLMeAif66D4LWTIVfd2enerXPX4IQ,zMGERS\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/products/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"8f14fffc-b51f-71c4-233a-3175bacaa5b8\",\n  \"name\": \"string\",\n  \"price\": 9414949.65483728,\n  \"subcategory\": \"urn:uuid:552e11cc-3840-c986-7891-a8d9dba3837a\",\n  \"description\": \"string\",\n  \"stock_quantity\": 1321707438025453600\n}"}],"_postman_id":"ff4880fe-0bbf-49a9-83a6-1aae15578d73"},{"name":"Delete product","id":"e6c5a0c0-eb97-43b3-907d-85a1d96f5851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/products/:id/","description":"<p>Handles operations for Product model.</p>\n","urlObject":{"path":["api","v1","products",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"3d497a4a-41de-4fd9-a6be-015ffa8d1818","description":{"content":"<p>(Required) A UUID string identifying this product.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"11140cbc-917c-4ad7-95c4-826e87c7e1fb","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/products/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","products",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6c5a0c0-eb97-43b3-907d-85a1d96f5851"}],"id":"031315b4-c949-41c0-ae6f-f79c1517a4d4","description":"<p>Provides full <strong>CRUD functionality</strong> for managing product data and categories.  </p>\n<p>Includes support for product search and filtering to help users discover items easily.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Create, update, delete, and fetch products</p>\n</li>\n<li><p>Manage product categories</p>\n</li>\n<li><p>Perform keyword and category-based search</p>\n</li>\n</ul>\n","_postman_id":"031315b4-c949-41c0-ae6f-f79c1517a4d4"},{"name":"reviews","item":[{"name":"List all reviews or reviews for a specific product","id":"e835050c-8fac-4b9b-b563-b431f4cb6790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/reviews/?page=9050","description":"<p>Retrieve a list of all reviews or filter by product ID.</p>\n","urlObject":{"path":["api","v1","reviews",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"}],"variable":[]}},"response":[{"id":"2e146a85-349b-432f-a6ac-625505324a2c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/reviews/?page=9050","host":["https://shoplit.onrender.com"],"path":["api","v1","reviews",""],"query":[{"description":"A page number within the paginated result set.","key":"page","value":"9050"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"created_at\": \"1966-09-02T16:05:02.271Z\",\n      \"id\": \"urn:uuid:e103a25a-8ea3-2a9e-8064-a24fb61f570f\",\n      \"product\": \"0db6a50f-4e49-286f-dda9-48503e07c1fb\",\n      \"updated_at\": \"2008-04-22T13:34:04.753Z\",\n      \"user\": \"string\",\n      \"title\": \"string\",\n      \"body\": \"string\",\n      \"rating\": 5044613470516148000\n    },\n    {\n      \"created_at\": \"1977-11-19T22:55:45.736Z\",\n      \"id\": \"1010d1de-97f3-d97b-4323-65f515466113\",\n      \"product\": \"urn:uuid:88e4c9d3-7cf9-9e63-62b3-415b060cde91\",\n      \"updated_at\": \"1992-12-02T22:19:52.724Z\",\n      \"user\": \"string\",\n      \"title\": \"string\",\n      \"body\": \"string\",\n      \"rating\": 5222283687325532000\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"e835050c-8fac-4b9b-b563-b431f4cb6790"},{"name":"Create a new review","id":"502cefac-7ca0-4f85-b846-75d3c1cdeab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:5d2b7420-12af-a954-ba66-276a374a0136\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"rating\": 6538032099938191000,\n  \"created_at\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/reviews/","description":"<p>Submit a new review for a specific product.</p>\n","urlObject":{"path":["api","v1","reviews",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"c9f45308-3351-4855-9e74-7278806b32f5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:5d2b7420-12af-a954-ba66-276a374a0136\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"rating\": 6538032099938191000,\n  \"created_at\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/reviews/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"1973-11-21T04:38:34.086Z\",\n  \"id\": \"a9ebcf6c-a44d-4cc1-67a8-8f27898d3910\",\n  \"product\": \"1ba492b6-a8e0-1cd1-7b8e-898cec842d65\",\n  \"updated_at\": \"1972-01-03T17:39:16.850Z\",\n  \"user\": \"strin\",\n  \"title\": \"string\",\n  \"body\": \"strin\",\n  \"rating\": 75074386376036350\n}"}],"_postman_id":"502cefac-7ca0-4f85-b846-75d3c1cdeab6"},{"name":"Retrieve a specific review","id":"76dc9249-f995-4a8c-8e11-467bc1278270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/reviews/:id/","description":"<p>Get details of a specific review by its ID.</p>\n","urlObject":{"path":["api","v1","reviews",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"6334cab2-fd63-4b5f-8327-1eecbc5009f4","description":{"content":"<p>(Required) A UUID string identifying this review.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"b3cbba72-218e-461d-8535-6d313e4677c8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/reviews/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","reviews",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"1973-11-21T04:38:34.086Z\",\n  \"id\": \"a9ebcf6c-a44d-4cc1-67a8-8f27898d3910\",\n  \"product\": \"1ba492b6-a8e0-1cd1-7b8e-898cec842d65\",\n  \"updated_at\": \"1972-01-03T17:39:16.850Z\",\n  \"user\": \"strin\",\n  \"title\": \"string\",\n  \"body\": \"strin\",\n  \"rating\": 75074386376036350\n}"}],"_postman_id":"76dc9249-f995-4a8c-8e11-467bc1278270"},{"name":"Update a specific review","id":"ba458dbd-f87f-404b-9d5c-4f10118dae30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:5d2b7420-12af-a954-ba66-276a374a0136\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"rating\": 6538032099938191000,\n  \"created_at\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/reviews/:id/","description":"<p>Modify an existing review by its ID.</p>\n","urlObject":{"path":["api","v1","reviews",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"d4521d89-1b48-41a9-977f-001ab69bb08a","description":{"content":"<p>(Required) A UUID string identifying this review.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"f9c3d80d-3caf-4828-8502-99f17d413bb8","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:5d2b7420-12af-a954-ba66-276a374a0136\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"rating\": 6538032099938191000,\n  \"created_at\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/reviews/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","reviews",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"1973-11-21T04:38:34.086Z\",\n  \"id\": \"a9ebcf6c-a44d-4cc1-67a8-8f27898d3910\",\n  \"product\": \"1ba492b6-a8e0-1cd1-7b8e-898cec842d65\",\n  \"updated_at\": \"1972-01-03T17:39:16.850Z\",\n  \"user\": \"strin\",\n  \"title\": \"string\",\n  \"body\": \"strin\",\n  \"rating\": 75074386376036350\n}"}],"_postman_id":"ba458dbd-f87f-404b-9d5c-4f10118dae30"},{"name":"Partially update a specific review","id":"5eac8dae-db92-46ed-8ef4-394d8e23b278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:d6be6896-0a0e-05b9-55a3-217bbb13021a\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"rating\": 2330566894285897700\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/reviews/:id/","description":"<p>Partially modify an existing review by its ID.</p>\n","urlObject":{"path":["api","v1","reviews",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"65be20e5-210d-485f-99dc-b53206daa2b5","description":{"content":"<p>(Required) A UUID string identifying this review.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"d4db4737-dd4e-4af9-8401-c7f795db6fb6","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"product\": \"urn:uuid:d6be6896-0a0e-05b9-55a3-217bbb13021a\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"rating\": 2330566894285897700\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/reviews/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","reviews",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"1973-11-21T04:38:34.086Z\",\n  \"id\": \"a9ebcf6c-a44d-4cc1-67a8-8f27898d3910\",\n  \"product\": \"1ba492b6-a8e0-1cd1-7b8e-898cec842d65\",\n  \"updated_at\": \"1972-01-03T17:39:16.850Z\",\n  \"user\": \"strin\",\n  \"title\": \"string\",\n  \"body\": \"strin\",\n  \"rating\": 75074386376036350\n}"}],"_postman_id":"5eac8dae-db92-46ed-8ef4-394d8e23b278"},{"name":"Delete a specific review","id":"36cb0b78-2acc-4260-8868-ac3a96e7e998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/reviews/:id/","description":"<p>Remove a review by its ID.</p>\n","urlObject":{"path":["api","v1","reviews",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"3e3d9687-9b76-46d9-b3d2-6e2bf7dfd7cb","description":{"content":"<p>(Required) A UUID string identifying this review.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"d62063b3-c23a-4d2c-8c41-e2af5232181a","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/reviews/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","reviews",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36cb0b78-2acc-4260-8868-ac3a96e7e998"}],"id":"504016ac-16eb-432e-a47c-9422976c6af3","description":"<p>Enables users to <strong>submit, view, and manage product reviews</strong>.  </p>\n<p>Reviews help maintain transparency and improve buyer confidence by allowing ratings and comments on products.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Submit reviews for purchased products</p>\n</li>\n<li><p>Retrieve reviews by product or user</p>\n</li>\n<li><p>Edit or delete user’s own reviews</p>\n</li>\n</ul>\n","_postman_id":"504016ac-16eb-432e-a47c-9422976c6af3"},{"name":"vendors","item":[{"name":"List all vendors","id":"a9fdfe50-6029-459b-9196-240c1d73340f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/vendors/?page=9050","description":"<p>Retrieve a list of all vendors. Admins can see all, while vendors see their own.</p>\n","urlObject":{"path":["api","v1","vendors",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"}],"variable":[]}},"response":[{"id":"43ceabe5-ab93-47ba-ae0e-ef4494d6c96d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/vendors/?page=9050","host":["https://shoplit.onrender.com"],"path":["api","v1","vendors",""],"query":[{"description":"A page number within the paginated result set.","key":"page","value":"9050"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"id\": \"d7d5c33a-580b-2d29-0272-7d0b5da718ee\",\n      \"joined_at\": \"2019-02-16T18:25:48.778Z\",\n      \"store_name\": \"string\",\n      \"store_description\": \"string\",\n      \"address\": \"string\",\n      \"logo\": \"http://KgrupmN.xhpM3UbBex,\",\n      \"phone\": \"string\",\n      \"is_approved\": true\n    },\n    {\n      \"id\": \"urn:uuid:7f63bb1a-3d58-5f85-4386-2433581caee3\",\n      \"joined_at\": \"1967-06-25T10:12:19.428Z\",\n      \"store_name\": \"string\",\n      \"store_description\": \"string\",\n      \"address\": \"string\",\n      \"logo\": \"http://JLsI.yglMGGwAUDjGg-1uEzNBDn1RzyhdJuw\",\n      \"phone\": \"string\",\n      \"is_approved\": false\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"a9fdfe50-6029-459b-9196-240c1d73340f"},{"name":"Create a new vendor","id":"9e5238c3-3971-4204-a8ce-af5d0c35b0ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://VbmFaIUSpptVPLFlnv.atxlNIFdGEKybkMRd6SqveKmrAErY694QTT0A9P7KNpx90Y\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/vendors/","description":"<p>Create a new vendor profile linked to the authenticated user.</p>\n","urlObject":{"path":["api","v1","vendors",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"b2f07a89-36c5-408c-9fbb-f7b4f610fae0","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://VbmFaIUSpptVPLFlnv.atxlNIFdGEKybkMRd6SqveKmrAErY694QTT0A9P7KNpx90Y\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/vendors/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:453d90c1-8cbf-3840-2166-7b91c1af9ca1\",\n  \"joined_at\": \"2018-03-30T09:16:01.880Z\",\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://ZJikblBvafOEtFi.zifrW7uMMzNmPcX62d\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}"}],"_postman_id":"9e5238c3-3971-4204-a8ce-af5d0c35b0ad"},{"name":"Retrieve a specific vendor","id":"5bb3adb3-c7fa-49f5-a55b-b1fb2e3611f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/vendors/:id/","description":"<p>Get details of a specific vendor by its ID.</p>\n","urlObject":{"path":["api","v1","vendors",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"51e83f82-401c-4f18-8d7b-26e54f4ba605","description":{"content":"<p>(Required) A UUID string identifying this vendor.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"0a53ffa9-ae08-4b6c-bc4d-eee9fef96cff","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/vendors/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","vendors",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:453d90c1-8cbf-3840-2166-7b91c1af9ca1\",\n  \"joined_at\": \"2018-03-30T09:16:01.880Z\",\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://ZJikblBvafOEtFi.zifrW7uMMzNmPcX62d\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}"}],"_postman_id":"5bb3adb3-c7fa-49f5-a55b-b1fb2e3611f1"},{"name":"Update a specific vendor","id":"ab6aaf7d-468c-4fc0-b27a-2f34c72baf01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://VbmFaIUSpptVPLFlnv.atxlNIFdGEKybkMRd6SqveKmrAErY694QTT0A9P7KNpx90Y\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/vendors/:id/","description":"<p>Update the details of a specific vendor.</p>\n","urlObject":{"path":["api","v1","vendors",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"9f852c24-a8f6-4847-addf-93d22b3b969c","description":{"content":"<p>(Required) A UUID string identifying this vendor.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"60aeb69f-2641-4808-891d-a3a394fbebd9","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://VbmFaIUSpptVPLFlnv.atxlNIFdGEKybkMRd6SqveKmrAErY694QTT0A9P7KNpx90Y\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/vendors/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","vendors",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:453d90c1-8cbf-3840-2166-7b91c1af9ca1\",\n  \"joined_at\": \"2018-03-30T09:16:01.880Z\",\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://ZJikblBvafOEtFi.zifrW7uMMzNmPcX62d\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}"}],"_postman_id":"ab6aaf7d-468c-4fc0-b27a-2f34c72baf01"},{"name":"Partially update a vendor","id":"58242922-1a4c-4f6f-8e8c-792a9565ce48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"https://MWKMPRaSP.tsgsVuaqzeNkBit.GbnRZX1IzBdxwfqzuMMZfC\",\n  \"phone\": \"s\",\n  \"is_approved\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/vendors/:id/","description":"<p>Partially update the details of a specific vendor.</p>\n","urlObject":{"path":["api","v1","vendors",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"7efd8405-3b03-4ed9-9491-6cc2de4181c1","description":{"content":"<p>(Required) A UUID string identifying this vendor.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"9496406f-ef0f-4e0a-89dc-38577ebeec31","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"https://MWKMPRaSP.tsgsVuaqzeNkBit.GbnRZX1IzBdxwfqzuMMZfC\",\n  \"phone\": \"s\",\n  \"is_approved\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/vendors/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","vendors",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:453d90c1-8cbf-3840-2166-7b91c1af9ca1\",\n  \"joined_at\": \"2018-03-30T09:16:01.880Z\",\n  \"store_name\": \"string\",\n  \"store_description\": \"string\",\n  \"address\": \"string\",\n  \"logo\": \"http://ZJikblBvafOEtFi.zifrW7uMMzNmPcX62d\",\n  \"phone\": \"string\",\n  \"is_approved\": true\n}"}],"_postman_id":"58242922-1a4c-4f6f-8e8c-792a9565ce48"},{"name":"Delete a vendor","id":"6d4c74b1-fe54-41d1-9a50-245c48e5d35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/vendors/:id/","description":"<p>Delete a specific vendor. Admins can delete any vendor, while vendors can delete their own.</p>\n","urlObject":{"path":["api","v1","vendors",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"1f2bc9c3-8855-4e32-96db-e0efe3f20653","description":{"content":"<p>(Required) A UUID string identifying this vendor.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"2af078b2-0fab-4512-afbf-c9f10e000278","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/vendors/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","vendors",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d4c74b1-fe54-41d1-9a50-245c48e5d35a"}],"id":"7235c3e3-5f7f-4a8d-8518-e86ed02ffd4f","description":"<p>Manages <strong>vendor accounts</strong> and their associated product listings.  </p>\n<p>Vendors can register, update their profiles, and manage inventory under their account.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Vendor registration and authentication</p>\n</li>\n<li><p>Manage vendor profiles and store details</p>\n</li>\n<li><p>Add and monitor listed products</p>\n</li>\n</ul>\n","_postman_id":"7235c3e3-5f7f-4a8d-8518-e86ed02ffd4f"},{"name":"wishlist","item":[{"name":"List all wishlists or a user's wishlist","id":"2115f18e-b5f3-4fa7-8981-f644d182c599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/wishlist/?page=9050","description":"<p>Retrieve a list of all wishlists or filter by user.</p>\n","urlObject":{"path":["api","v1","wishlist",""],"host":["https://shoplit.onrender.com"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"9050"}],"variable":[]}},"response":[{"id":"bb37eba0-4b1e-4856-913b-a497d54cd7e3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/wishlist/?page=9050","host":["https://shoplit.onrender.com"],"path":["api","v1","wishlist",""],"query":[{"description":"A page number within the paginated result set.","key":"page","value":"9050"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 123,\n  \"results\": [\n    {\n      \"id\": \"8369b393-c406-8863-6cd6-4d8ef6afc39e\",\n      \"products\": [\n        {\n          \"average_rating\": 2506.6503180232157,\n          \"category\": \"urn:uuid:eb74ef19-7e5a-f9f2-f07e-fbea83e834da\",\n          \"id\": \"urn:uuid:0433e1d8-dc31-57ab-c937-4ce5d4c1f287\",\n          \"images\": [\n            {\n              \"id\": 6354,\n              \"image\": \"string\"\n            },\n            {\n              \"id\": 8469,\n              \"image\": \"string\"\n            }\n          ],\n          \"name\": \"string\",\n          \"price\": -84087922.11177288,\n          \"review_count\": 4337.942169575095,\n          \"subcategory\": \"urn:uuid:3d04e646-3104-4186-2825-790a0451b087\",\n          \"description\": \"string\",\n          \"stock_quantity\": 8458500649813676000\n        },\n        {\n          \"average_rating\": 5068.578832497726,\n          \"category\": \"urn:uuid:bf1a8507-ca33-4783-7229-6f677ba3079b\",\n          \"id\": \"9bb581e4-e2d7-d449-f397-63c922070215\",\n          \"images\": [\n            {\n              \"id\": 2047,\n              \"image\": \"string\"\n            },\n            {\n              \"id\": 1392,\n              \"image\": \"string\"\n            }\n          ],\n          \"name\": \"string\",\n          \"price\": 79059166.8427108,\n          \"review_count\": 4735.222103807128,\n          \"subcategory\": \"urn:uuid:873d809f-716d-bd1a-fe52-1727d310b00b\",\n          \"description\": \"string\",\n          \"stock_quantity\": 7279599849733368000\n        }\n      ],\n      \"user\": \"00b56df7-bc4b-bc8f-5207-891c79b7452f\"\n    },\n    {\n      \"id\": \"urn:uuid:e3bb2c68-0281-e747-e353-2e010ed59c88\",\n      \"products\": [\n        {\n          \"average_rating\": 3737.1541164908463,\n          \"category\": \"urn:uuid:41c1c98f-84a1-2f7e-a22c-2bd93dc1620b\",\n          \"id\": \"urn:uuid:3d1f8460-f61f-5ea7-0c04-67485ab11e0b\",\n          \"images\": [\n            {\n              \"id\": 9347,\n              \"image\": \"string\"\n            },\n            {\n              \"id\": 3104,\n              \"image\": \"string\"\n            }\n          ],\n          \"name\": \"string\",\n          \"price\": 76597237.22109827,\n          \"review_count\": 446.85168723117783,\n          \"subcategory\": \"urn:uuid:81bddf83-1b5b-e8a2-1b52-f3802285b391\",\n          \"description\": \"string\",\n          \"stock_quantity\": 1529049318625362000\n        },\n        {\n          \"average_rating\": 6749.08059749173,\n          \"category\": \"e7a4cef7-4f63-016e-be52-14d1a6c3219d\",\n          \"id\": \"urn:uuid:326e8da9-2861-c919-a098-593969db48c3\",\n          \"images\": [\n            {\n              \"id\": 2119,\n              \"image\": \"string\"\n            },\n            {\n              \"id\": 6941,\n              \"image\": \"string\"\n            }\n          ],\n          \"name\": \"string\",\n          \"price\": -27906862.288107485,\n          \"review_count\": 8648.021815122429,\n          \"subcategory\": \"5444f49b-1544-6794-3dec-8129e5f4e820\",\n          \"description\": \"string\",\n          \"stock_quantity\": 8316419661852903000\n        }\n      ],\n      \"user\": \"urn:uuid:93818917-68fc-9125-1b95-065ca0679ba4\"\n    }\n  ],\n  \"next\": \"http://api.example.org/accounts/?page=4\",\n  \"previous\": \"http://api.example.org/accounts/?page=2\"\n}"}],"_postman_id":"2115f18e-b5f3-4fa7-8981-f644d182c599"},{"name":"Create a new wishlist","id":"8761d955-92cd-4202-ac66-caa8de99657b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"products\": [\n    {\n      \"name\": \"string\",\n      \"price\": -40045301.90688141,\n      \"subcategory\": \"a7cb3ac6-7b3d-a569-60ef-8f0589cf24de\",\n      \"description\": \"string\",\n      \"stock_quantity\": 489406471599673340,\n      \"average_rating\": 4478,\n      \"category\": 4780.997728476963,\n      \"id\": 9224.364419093608\n    },\n    {\n      \"name\": \"string\",\n      \"price\": 13819396.944097593,\n      \"subcategory\": \"urn:uuid:2ffcb842-f978-abc8-b4c2-a0791826c912\",\n      \"description\": \"string\",\n      \"stock_quantity\": 7546470294987960000,\n      \"average_rating\": 6965,\n      \"category\": 7360,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"6b14d880-fdda-f2e2-abcb-1205ad09dbde\",\n  \"id\": 7540\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/wishlist/","description":"<p>Submit a new wishlist for a user.</p>\n","urlObject":{"path":["api","v1","wishlist",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[]}},"response":[{"id":"bcd4a4dd-40a9-4879-9ba5-f16e144ae2ef","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"products\": [\n    {\n      \"name\": \"string\",\n      \"price\": -40045301.90688141,\n      \"subcategory\": \"a7cb3ac6-7b3d-a569-60ef-8f0589cf24de\",\n      \"description\": \"string\",\n      \"stock_quantity\": 489406471599673340,\n      \"average_rating\": 4478,\n      \"category\": 4780.997728476963,\n      \"id\": 9224.364419093608\n    },\n    {\n      \"name\": \"string\",\n      \"price\": 13819396.944097593,\n      \"subcategory\": \"urn:uuid:2ffcb842-f978-abc8-b4c2-a0791826c912\",\n      \"description\": \"string\",\n      \"stock_quantity\": 7546470294987960000,\n      \"average_rating\": 6965,\n      \"category\": 7360,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"6b14d880-fdda-f2e2-abcb-1205ad09dbde\",\n  \"id\": 7540\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/wishlist/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:bc43dd96-e898-b001-b6b2-9377f9c60082\",\n  \"products\": [\n    {\n      \"average_rating\": 586.8066929987914,\n      \"category\": \"cc7a7bb9-545d-49c2-d66f-3c627bc89168\",\n      \"id\": \"urn:uuid:14e0ddb9-6bb9-6915-672d-e8c009a318a7\",\n      \"images\": [\n        {\n          \"id\": 1577,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 3796,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": -82564249.4463007,\n      \"review_count\": 2583.033220116886,\n      \"subcategory\": \"f8d02ab7-dace-b47b-42ab-accada40130a\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8164436032060811000\n    },\n    {\n      \"average_rating\": 4496.968813116824,\n      \"category\": \"urn:uuid:a2454e82-64f1-a853-106f-4f247ab2580a\",\n      \"id\": \"urn:uuid:752f274f-a01a-35b3-0f9a-12fae13e1ae4\",\n      \"images\": [\n        {\n          \"id\": 4760,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 2390,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": 41817841.0242835,\n      \"review_count\": 2839.5989739070783,\n      \"subcategory\": \"urn:uuid:237bf9f7-18f9-419c-9fa1-89ae2291e4ae\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8979133191525675000\n    }\n  ],\n  \"user\": \"6f64ac51-9239-c53e-bec7-b69b1d8dfbe1\"\n}"}],"_postman_id":"8761d955-92cd-4202-ac66-caa8de99657b"},{"name":"Retrieve a specific wishlist","id":"315db0ee-52e3-4d7d-b6b9-6807aa63b42c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://shoplit.onrender.com/api/v1/wishlist/:id/","description":"<p>Get details of a specific wishlist by its ID.</p>\n","urlObject":{"path":["api","v1","wishlist",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"250c41b7-a2f7-47d2-86bd-54270dc7a08a","description":{"content":"<p>(Required) A UUID string identifying this wish list.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"124416a6-fc4b-466f-be21-8f329a4c94b7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/wishlist/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","wishlist",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:bc43dd96-e898-b001-b6b2-9377f9c60082\",\n  \"products\": [\n    {\n      \"average_rating\": 586.8066929987914,\n      \"category\": \"cc7a7bb9-545d-49c2-d66f-3c627bc89168\",\n      \"id\": \"urn:uuid:14e0ddb9-6bb9-6915-672d-e8c009a318a7\",\n      \"images\": [\n        {\n          \"id\": 1577,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 3796,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": -82564249.4463007,\n      \"review_count\": 2583.033220116886,\n      \"subcategory\": \"f8d02ab7-dace-b47b-42ab-accada40130a\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8164436032060811000\n    },\n    {\n      \"average_rating\": 4496.968813116824,\n      \"category\": \"urn:uuid:a2454e82-64f1-a853-106f-4f247ab2580a\",\n      \"id\": \"urn:uuid:752f274f-a01a-35b3-0f9a-12fae13e1ae4\",\n      \"images\": [\n        {\n          \"id\": 4760,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 2390,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": 41817841.0242835,\n      \"review_count\": 2839.5989739070783,\n      \"subcategory\": \"urn:uuid:237bf9f7-18f9-419c-9fa1-89ae2291e4ae\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8979133191525675000\n    }\n  ],\n  \"user\": \"6f64ac51-9239-c53e-bec7-b69b1d8dfbe1\"\n}"}],"_postman_id":"315db0ee-52e3-4d7d-b6b9-6807aa63b42c"},{"name":"Update a specific wishlist","id":"62caf72d-cc31-4b4b-9d3a-ededf6376a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"products\": [\n    {\n      \"name\": \"string\",\n      \"price\": -40045301.90688141,\n      \"subcategory\": \"a7cb3ac6-7b3d-a569-60ef-8f0589cf24de\",\n      \"description\": \"string\",\n      \"stock_quantity\": 489406471599673340,\n      \"average_rating\": 4478,\n      \"category\": 4780.997728476963,\n      \"id\": 9224.364419093608\n    },\n    {\n      \"name\": \"string\",\n      \"price\": 13819396.944097593,\n      \"subcategory\": \"urn:uuid:2ffcb842-f978-abc8-b4c2-a0791826c912\",\n      \"description\": \"string\",\n      \"stock_quantity\": 7546470294987960000,\n      \"average_rating\": 6965,\n      \"category\": 7360,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"6b14d880-fdda-f2e2-abcb-1205ad09dbde\",\n  \"id\": 7540\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/wishlist/:id/","description":"<p>Modify an existing wishlist by its ID.</p>\n","urlObject":{"path":["api","v1","wishlist",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"f9c8e10b-b05b-408d-8801-bb44d3d26ac6","description":{"content":"<p>(Required) A UUID string identifying this wish list.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"bcda65ac-d71d-45b3-b1a5-d5471906f793","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"products\": [\n    {\n      \"name\": \"string\",\n      \"price\": -40045301.90688141,\n      \"subcategory\": \"a7cb3ac6-7b3d-a569-60ef-8f0589cf24de\",\n      \"description\": \"string\",\n      \"stock_quantity\": 489406471599673340,\n      \"average_rating\": 4478,\n      \"category\": 4780.997728476963,\n      \"id\": 9224.364419093608\n    },\n    {\n      \"name\": \"string\",\n      \"price\": 13819396.944097593,\n      \"subcategory\": \"urn:uuid:2ffcb842-f978-abc8-b4c2-a0791826c912\",\n      \"description\": \"string\",\n      \"stock_quantity\": 7546470294987960000,\n      \"average_rating\": 6965,\n      \"category\": 7360,\n      \"id\": \"string\"\n    }\n  ],\n  \"user\": \"6b14d880-fdda-f2e2-abcb-1205ad09dbde\",\n  \"id\": 7540\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/wishlist/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","wishlist",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:bc43dd96-e898-b001-b6b2-9377f9c60082\",\n  \"products\": [\n    {\n      \"average_rating\": 586.8066929987914,\n      \"category\": \"cc7a7bb9-545d-49c2-d66f-3c627bc89168\",\n      \"id\": \"urn:uuid:14e0ddb9-6bb9-6915-672d-e8c009a318a7\",\n      \"images\": [\n        {\n          \"id\": 1577,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 3796,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": -82564249.4463007,\n      \"review_count\": 2583.033220116886,\n      \"subcategory\": \"f8d02ab7-dace-b47b-42ab-accada40130a\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8164436032060811000\n    },\n    {\n      \"average_rating\": 4496.968813116824,\n      \"category\": \"urn:uuid:a2454e82-64f1-a853-106f-4f247ab2580a\",\n      \"id\": \"urn:uuid:752f274f-a01a-35b3-0f9a-12fae13e1ae4\",\n      \"images\": [\n        {\n          \"id\": 4760,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 2390,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": 41817841.0242835,\n      \"review_count\": 2839.5989739070783,\n      \"subcategory\": \"urn:uuid:237bf9f7-18f9-419c-9fa1-89ae2291e4ae\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8979133191525675000\n    }\n  ],\n  \"user\": \"6f64ac51-9239-c53e-bec7-b69b1d8dfbe1\"\n}"}],"_postman_id":"62caf72d-cc31-4b4b-9d3a-ededf6376a03"},{"name":"Partially update a specific wishlist","id":"0841050b-98a0-443c-8372-5ee21de23f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": \"2ced9322-5317-1f7b-7d75-a844db080e96\",\n  \"products\": [\n    {\n      \"name\": \"string\",\n      \"price\": -56419091.630392775,\n      \"subcategory\": \"604cf5ea-ee97-ecf6-0ee3-cebb0d6fb3cd\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8918420272097796000,\n      \"average_rating\": 3864.016273905384,\n      \"category\": 4837.011706069891,\n      \"id\": \"string\"\n    },\n    {\n      \"name\": \"string\",\n      \"price\": -62950473.418716446,\n      \"subcategory\": \"urn:uuid:3dde5c77-310a-a5d7-6982-d783562b0723\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8831738024571116000,\n      \"average_rating\": 3956,\n      \"category\": true,\n      \"id\": 2093\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://shoplit.onrender.com/api/v1/wishlist/:id/","description":"<p>Partially modify an existing wishlist by its ID.</p>\n","urlObject":{"path":["api","v1","wishlist",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"0e5209d1-a012-49ee-a2f8-992f3cab4dbd","description":{"content":"<p>(Required) A UUID string identifying this wish list.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"8b770161-4e50-4f16-8aeb-2558b414d596","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"user\": \"2ced9322-5317-1f7b-7d75-a844db080e96\",\n  \"products\": [\n    {\n      \"name\": \"string\",\n      \"price\": -56419091.630392775,\n      \"subcategory\": \"604cf5ea-ee97-ecf6-0ee3-cebb0d6fb3cd\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8918420272097796000,\n      \"average_rating\": 3864.016273905384,\n      \"category\": 4837.011706069891,\n      \"id\": \"string\"\n    },\n    {\n      \"name\": \"string\",\n      \"price\": -62950473.418716446,\n      \"subcategory\": \"urn:uuid:3dde5c77-310a-a5d7-6982-d783562b0723\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8831738024571116000,\n      \"average_rating\": 3956,\n      \"category\": true,\n      \"id\": 2093\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://shoplit.onrender.com/api/v1/wishlist/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","wishlist",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"urn:uuid:bc43dd96-e898-b001-b6b2-9377f9c60082\",\n  \"products\": [\n    {\n      \"average_rating\": 586.8066929987914,\n      \"category\": \"cc7a7bb9-545d-49c2-d66f-3c627bc89168\",\n      \"id\": \"urn:uuid:14e0ddb9-6bb9-6915-672d-e8c009a318a7\",\n      \"images\": [\n        {\n          \"id\": 1577,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 3796,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": -82564249.4463007,\n      \"review_count\": 2583.033220116886,\n      \"subcategory\": \"f8d02ab7-dace-b47b-42ab-accada40130a\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8164436032060811000\n    },\n    {\n      \"average_rating\": 4496.968813116824,\n      \"category\": \"urn:uuid:a2454e82-64f1-a853-106f-4f247ab2580a\",\n      \"id\": \"urn:uuid:752f274f-a01a-35b3-0f9a-12fae13e1ae4\",\n      \"images\": [\n        {\n          \"id\": 4760,\n          \"image\": \"string\"\n        },\n        {\n          \"id\": 2390,\n          \"image\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"price\": 41817841.0242835,\n      \"review_count\": 2839.5989739070783,\n      \"subcategory\": \"urn:uuid:237bf9f7-18f9-419c-9fa1-89ae2291e4ae\",\n      \"description\": \"string\",\n      \"stock_quantity\": 8979133191525675000\n    }\n  ],\n  \"user\": \"6f64ac51-9239-c53e-bec7-b69b1d8dfbe1\"\n}"}],"_postman_id":"0841050b-98a0-443c-8372-5ee21de23f28"},{"name":"Delete a specific wishlist","id":"6f08f569-197d-44a8-a9c8-420e42dca26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://shoplit.onrender.com/api/v1/wishlist/:id/","description":"<p>Remove a wishlist by its ID.</p>\n","urlObject":{"path":["api","v1","wishlist",":id",""],"host":["https://shoplit.onrender.com"],"query":[],"variable":[{"id":"bd65e9f6-5d10-45f9-a703-1d142fb0ad52","description":{"content":"<p>(Required) A UUID string identifying this wish list.</p>\n","type":"text/plain"},"type":"any","value":"381716df-f495-1ae6-1147-591f35ba1d35","key":"id"}]}},"response":[{"id":"986c6fb1-6d40-44d2-8d07-2febada3d7a8","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://shoplit.onrender.com/api/v1/wishlist/:id/","host":["https://shoplit.onrender.com"],"path":["api","v1","wishlist",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f08f569-197d-44a8-a9c8-420e42dca26a"}],"id":"1f6ef4b8-2305-4793-83c9-52998ba5d96b","description":"<p>Allows users to save products for later viewing (a wishlist/favorites feature).</p>\n<p><strong>Typical endpoints include:</strong></p>\n<ul>\n<li><p><code>POST /add/</code> — Add a product to the wishlist</p>\n</li>\n<li><p><code>GET /</code> — Retrieve all wishlist items for the user</p>\n</li>\n<li><p><code>DELETE /remove/{id}/</code> — Remove a wishlist entry</p>\n</li>\n<li><p><code>GET /{id}/</code> — View a specific wishlist entry (if needed)</p>\n</li>\n</ul>\n<p><strong>Notes / Behavior:</strong></p>\n<ul>\n<li><p>Each wishlist item links a <code>user_id</code> and <code>product_id</code>.</p>\n</li>\n<li><p>Endpoints require user authentication (Bearer token).</p>\n</li>\n<li><p>The GET list endpoint returns product details for easier UI consumption.</p>\n</li>\n<li><p>Remove endpoint may accept the wishlist entry ID or product ID.</p>\n</li>\n</ul>\n","_postman_id":"1f6ef4b8-2305-4793-83c9-52998ba5d96b"}],"id":"536dab2f-5c89-4b81-a2d5-1baab7d820ce","description":"<p>The <strong>v1</strong> folder contains all the core endpoints for version 1 of the Shoplit API.</p>\n<p>Each module (Auth, Cart, Notifications, Orders, Payments, Products, Reviews, Vendors, and Wishlist) is grouped by functionality.</p>\n<ul>\n<li><p><strong>Auth:</strong> Handles user registration, login, logout, and profile operations.</p>\n</li>\n<li><p><strong>Cart:</strong> Manages user shopping cart items and quantities.</p>\n</li>\n<li><p><strong>Notifications:</strong> Sends and retrieves user notifications.</p>\n</li>\n<li><p><strong>Orders:</strong> Handles order creation, status tracking, and history.</p>\n</li>\n<li><p><strong>Payment:</strong> Integrates with Paystack for secure order payments.</p>\n</li>\n<li><p><strong>Products:</strong> CRUD operations for products, categories, and search.</p>\n</li>\n<li><p><strong>Reviews:</strong> Allows users to review and rate products.</p>\n</li>\n<li><p><strong>Vendors:</strong> Manages vendor accounts and their product listings.</p>\n</li>\n<li><p><strong>Wishlist:</strong> Lets users save favorite products for later.</p>\n</li>\n</ul>\n<p><strong>Authentication:</strong> Most endpoints (except Auth) require a Bearer token.</p>\n<p><strong>Response Format:</strong> All responses are in JSON with DRF pagination, filtering, and standard HTTP status codes.</p>\n","_postman_id":"536dab2f-5c89-4b81-a2d5-1baab7d820ce"}],"id":"9e9faada-bdc3-41eb-8a83-6850d8f79299","description":"<p>This folder serves as the root API directory for Shoplit.</p>\n<p>It contains versioned API subfolders — starting with <strong>v1</strong>, which represents the first stable version of the public API.</p>\n<p>Future versions (e.g. <code>v2</code>) can be added here for backward compatibility and iteration.</p>\n","_postman_id":"9e9faada-bdc3-41eb-8a83-6850d8f79299"}],"event":[{"listen":"prerequest","script":{"id":"c6bd0c1d-78cd-4d02-8d25-8c7587938df0","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"c0002623-195d-4c0e-a9e9-b1128a3b3f72","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://shoplit.onrender.com"},{"key":"auth_token","value":"","type":"default"}]}