{"info":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"51642188","collectionId":"2e925281-141a-4a1d-8c57-e79ba486c5b8","publishedId":"2sBXcBoNTo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-15T14:15:01.000Z"},"item":[{"name":"Categories","item":[{"name":"Create categories","id":"5ca01f96-8842-40d4-bae2-5ae3cb7ba7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","uuid":"0e54172f-bb49-47bb-849e-028964e23157","value":"Electronics"},{"key":"image","type":"file","uuid":"16c22a51-e794-4299-861f-7db9d0f61aa4","src":"postman-cloud:///1f10912a-9b2e-4190-ac07-ab9567ed0def"}]},"url":"{{baseUrl}}/categories","urlObject":{"path":["categories"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ca01f96-8842-40d4-bae2-5ae3cb7ba7c9"},{"name":"Get list of categories","id":"07d2bdc4-319f-43b8-a147-4d6f8bdc1106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{baseUrl}}/categories/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["categories",""],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"sort","value":"name"},{"disabled":true,"key":"fields","value":"name,slug"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"keyword","value":"Elect"}],"variable":[]}},"response":[],"_postman_id":"07d2bdc4-319f-43b8-a147-4d6f8bdc1106"},{"name":"Get specific category","id":"9e4be5f2-bbed-4a79-9bd6-12db2f9d487f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/categories/{{categoryId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["categories","{{categoryId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e4be5f2-bbed-4a79-9bd6-12db2f9d487f"},{"name":"Update specific category","id":"ad2111e8-b2aa-4c8c-8323-5cc32ef9270f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n    \"name\": \"UPdate Category\" \r\n}"},"url":"{{baseUrl}}/categories/{{categoryId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["categories","{{categoryId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad2111e8-b2aa-4c8c-8323-5cc32ef9270f"},{"name":"Delete specific category","id":"a012e029-717a-4c90-9ac5-70e3f42bed50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/categories/{{categoryId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["categories","{{categoryId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a012e029-717a-4c90-9ac5-70e3f42bed50"}],"id":"71519b4b-237f-43a0-97fa-7e97396b2004","_postman_id":"71519b4b-237f-43a0-97fa-7e97396b2004","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Sub Categories","item":[{"name":"Create SubCategory","id":"a5927a8f-caaf-4e77-909d-d6b96a3656f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n    \"name\": \"Laptops\",\r\n    \"category\": \"698f7b78d281b4df3dec305e\" \r\n}"},"url":"{{baseUrl}}/subcategories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["subcategories"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5927a8f-caaf-4e77-909d-d6b96a3656f0"},{"name":"Get list of subcategories","id":"887e00bc-72d4-42ed-ac1c-11a1c3766ffa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/subcategories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["subcategories"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"keyword","value":"lap"},{"disabled":true,"key":"sort","value":"name"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"5"}],"variable":[]}},"response":[],"_postman_id":"887e00bc-72d4-42ed-ac1c-11a1c3766ffa"},{"name":"Get specific subcategory","id":"1df5dd53-367a-4521-8ead-38e078900636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/subcategories/{{subCategoryId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["subcategories","{{subCategoryId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1df5dd53-367a-4521-8ead-38e078900636"},{"name":"Update specific subcategory","id":"4cf71cc0-0129-473b-9ab2-82e04f786090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n  \"name\": \"Updated Sub\"\r\n}"},"url":"{{baseUrl}}/subcategories/{{subCategoryId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["subcategories","{{subCategoryId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cf71cc0-0129-473b-9ab2-82e04f786090"},{"name":"Delete specific subcategory","id":"30d9ea33-9920-43b4-b86f-5f46ef12d8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/subcategories/{{subCategoryId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["subcategories","{{subCategoryId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30d9ea33-9920-43b4-b86f-5f46ef12d8da"}],"id":"046255f1-d08c-46d9-a8f5-0dc285998b11","_postman_id":"046255f1-d08c-46d9-a8f5-0dc285998b11","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Category/subs","item":[{"name":"Get list of subcategories for specific category (Features)","id":"240bb3b9-3036-4811-bc1e-0f6c356eec63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/categories/{{categoryId}}/subcategories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["categories","{{categoryId}}","subcategories"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"keyword","value":"sub"},{"disabled":true,"key":"sort","value":"name"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"5"}],"variable":[]}},"response":[],"_postman_id":"240bb3b9-3036-4811-bc1e-0f6c356eec63"},{"name":"Create subcategory on category","id":"dcbecc27-4c07-4139-a23e-ba6b56f5ee23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n     \"name\": \"Nested SubCategory\"\r\n}"},"url":"{{baseUrl}}/categories/{{categoryId}}/subcategories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["categories","{{categoryId}}","subcategories"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcbecc27-4c07-4139-a23e-ba6b56f5ee23"}],"id":"b863693b-54b7-4ac4-91cf-5417e19edfed","_postman_id":"b863693b-54b7-4ac4-91cf-5417e19edfed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Brands","item":[{"name":"Create Brand","id":"4931c1f7-b083-4e75-8040-9b55b2ac309e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Nike\"\r\n}"},"url":"{{baseUrl}}/brands","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["brands"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4931c1f7-b083-4e75-8040-9b55b2ac309e"},{"name":"Get list of Brands","id":"a88bc1b2-0599-45ff-9c05-668e7c025a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/brands","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["brands"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"keyword","value":"ni"},{"disabled":true,"key":"sort","value":"name"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"a88bc1b2-0599-45ff-9c05-668e7c025a7a"},{"name":"Get specific Brand","id":"bcc1a3cd-6f9f-420a-b93a-b8396f0031fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/brands/{{brandId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["brands","{{brandId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcc1a3cd-6f9f-420a-b93a-b8396f0031fc"},{"name":"Update specific Brand","id":"f627502f-aeb8-4301-a5f2-146de9da3a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n    \"name\": \"update brand\" \r\n}"},"url":"{{baseUrl}}/brands/{{brandId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["brands","{{brandId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f627502f-aeb8-4301-a5f2-146de9da3a68"},{"name":"Delete specific Brand","id":"4c3e9b58-5aa5-4c47-9bc7-62fb450608c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/brands/{{brandId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["brands","{{brandId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c3e9b58-5aa5-4c47-9bc7-62fb450608c1"}],"id":"ecce3436-5844-4ff3-a920-ea3f9961288b","_postman_id":"ecce3436-5844-4ff3-a920-ea3f9961288b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Products","item":[{"name":"Create Product","id":"4efb42f9-c897-47e2-9d82-84e24346040b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"iPhone 15 Pro ","type":"text","uuid":"8c38469a-d40e-4f63-86d5-c2613561d2df"},{"key":"description","value":"A very good phone...","type":"text","uuid":"331453dd-6386-4869-a617-d1a95376df0a"},{"key":"price","value":"5000","type":"text","uuid":"8afbde5f-7daf-475c-b376-3459f04e0da3"},{"key":"quantity","value":"100","type":"text","uuid":"98f8e610-383c-469a-a105-1de6cbc014d6"},{"key":"category","value":"698f7b78d281b4df3dec305e","type":"text","uuid":"b9d5dbbe-d378-446d-a20c-2f946c71e161"},{"key":"imageCover","type":"file","uuid":"47ef08d9-adf3-4e3a-923e-6832e04b9fa2","src":"postman-cloud:///1f0feb15-ce47-4d30-89a4-2bff10909b5e"},{"key":"images","type":"file","uuid":"c5026acf-26c4-436a-8d25-63c17a561b4e","src":"postman-cloud:///1f1001d0-59cc-4dd0-a989-cf558946d4f3"},{"key":"images","type":"file","uuid":"db7c8ed3-ed30-4eac-8b5a-327d1a6800f6","src":"postman-cloud:///1f0feb15-ce47-4d30-89a4-2bff10909b5e"}]},"url":"{{baseUrl}}/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["products"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4efb42f9-c897-47e2-9d82-84e24346040b"},{"name":"Get list of Products","id":"1d0b27e0-1a9a-4a1c-b351-3d67324b2b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["products"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"fields","value":"title,price"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"8"},{"disabled":true,"key":"keyword","value":"max"},{"disabled":true,"key":"price[lte]","value":"40000"},{"disabled":true,"key":"price[gte]","value":"6000"},{"disabled":true,"key":"sort","value":"price"}],"variable":[]}},"response":[],"_postman_id":"1d0b27e0-1a9a-4a1c-b351-3d67324b2b0b"},{"name":"Get specific Product","id":"d4c14546-4032-4904-ada6-a56b4a474169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/products/{{productId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["products","{{productId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4c14546-4032-4904-ada6-a56b4a474169"},{"name":"Update specific Product","id":"c3673906-db3b-44d6-9907-8286d192a076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n    \"price\": 26000 \r\n}"},"url":"{{baseUrl}}/products/{{productId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["products","{{productId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3673906-db3b-44d6-9907-8286d192a076"},{"name":"Delete specific Product","id":"0f82b136-1a71-43c7-84c0-c11f54ea4183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/products/{{productId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["products","{{productId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f82b136-1a71-43c7-84c0-c11f54ea4183"}],"id":"fb761378-a10a-43d3-825a-5613297545f1","_postman_id":"fb761378-a10a-43d3-825a-5613297545f1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Auth","item":[{"name":"Signup","id":"3f3d3e01-d252-41f7-b403-da9b4c0117c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"user2\",\r\n  \"email\": \"mahmoudatta484@gmail.com\",\r\n  \"password\": \"user222\",\r\n  \"passwordConfirm\": \"user222\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/signup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["auth","signup"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f3d3e01-d252-41f7-b403-da9b4c0117c5"},{"name":"login","event":[{"listen":"test","script":{"id":"a7a6ee5c-33ed-48e9-8753-7574a69c397c","exec":["var jsonData = pm.response.json();\r","\r","if (jsonData.accessToken) {\r","    pm.environment.set(\"token\", jsonData.accessToken);\r","    console.log(\"Access Token Updated!\");\r","}\r","\r","if (jsonData.refreshToken) {\r","    pm.environment.set(\"refreshToken\", jsonData.refreshToken);\r","    console.log(\"Refresh Token Updated!\");\r","}"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"567b0231-bb9c-48bd-b81d-f96ed30475bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n  \"email\": \"admin@gmail.com\",\r\n  \"password\": \"admin111\"\r\n  }\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"567b0231-bb9c-48bd-b81d-f96ed30475bd"},{"name":"Forgot Password","id":"962cdabc-39f1-48be-96ad-f16c3464c902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n  \"email\": \"mahmoudatta484@gmail.com\"\r\n  }\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/forgotPassword","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["auth","forgotPassword"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"962cdabc-39f1-48be-96ad-f16c3464c902"},{"name":"Reset Password","id":"0d434814-63cb-450c-915c-d13b22c15467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"newPassword\",\r\n  \"passwordConfirm\": \"newPassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/resetpassword/b0b37c5ebd9131c3ad2cc7b15f4ffb40256b71a9b43bb6db25315c9f62d184e1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["auth","resetpassword","b0b37c5ebd9131c3ad2cc7b15f4ffb40256b71a9b43bb6db25315c9f62d184e1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d434814-63cb-450c-915c-d13b22c15467"},{"name":"Logout","id":"513c41f7-f038-4989-b14c-2799472c960a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/auth/logout","urlObject":{"path":["auth","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"513c41f7-f038-4989-b14c-2799472c960a"},{"name":"Refresh Token","id":"cf6f49e8-8e09-4225-b143-b435bfa336a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2OTkwNjY3NWFlNTJlMTNjZjY2MjEyNzAiLCJpYXQiOjE3NzEwNzE1NDQsImV4cCI6MTc3MTI0NDM0NH0.X1mLEXZQUs0aBNPWLG_9jRr3Rpd1Y13pAbMKszAeNO8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/refreshtoken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["auth","refreshtoken"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf6f49e8-8e09-4225-b143-b435bfa336a1"}],"id":"84dcc40d-8ad1-4bc6-9f5d-54470d142df6","_postman_id":"84dcc40d-8ad1-4bc6-9f5d-54470d142df6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Logged User","item":[{"name":"Get Me","id":"8e04cb9a-f27d-41b1-bb51-c427e870216d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/users/getme","urlObject":{"path":["users","getme"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e04cb9a-f27d-41b1-bb51-c427e870216d"},{"name":"Update My Profile","id":"de6c9b58-5b8d-4d4e-87da-502b223134ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n \"email\": \"mahmo5datta226@gmail.com\",\r\n \"name\":\"Update Name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/users/updateMe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["users","updateMe"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de6c9b58-5b8d-4d4e-87da-502b223134ab"},{"name":"Change My Password","id":"9047db74-b93f-48c7-a4ef-510cf765a64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\":\"123456\",\r\n    \"password\":\"newpass\",\r\n    \"passwordConfirm\":\"newpass\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/users/changeMyPassword","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["users","changeMyPassword"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9047db74-b93f-48c7-a4ef-510cf765a64d"},{"name":"Delete My Account","id":"f099119a-95c9-44b6-8c80-382ad92f8715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f099119a-95c9-44b6-8c80-382ad92f8715"}],"id":"2da6d1a9-0630-4b16-adc0-8a4a27c7b366","_postman_id":"2da6d1a9-0630-4b16-adc0-8a4a27c7b366","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Users (Admin)","item":[{"name":"Create user","id":"bb1190b6-ba6d-4266-bdb6-5f78505cd23a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"newUser\",\r\n  \"email\": \"test@gamil.com\",\r\n  \"phone\": \"01012345678\",\r\n  \"password\": \"123456\",\r\n  \"passwordConfirm\": \"123456\"\r\n}\r\n"},"url":"{{baseUrl}}/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb1190b6-ba6d-4266-bdb6-5f78505cd23a"},{"name":"Get list of users","id":"85c34adf-6aba-46b7-b364-c37e4d25136a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["users"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"keyword","value":"use"},{"disabled":true,"key":"sort","value":"name"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"85c34adf-6aba-46b7-b364-c37e4d25136a"},{"name":"Get specific user","id":"7b9139d8-2455-4f0a-9659-8c3dedd9c4cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/users/69906d500a1fcc8679429003","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["users","69906d500a1fcc8679429003"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b9139d8-2455-4f0a-9659-8c3dedd9c4cf"},{"name":"Update specific user","id":"9397c316-cf3f-46ec-9413-f604a129f3ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"update Name","type":"text","uuid":"84b2fd0a-9a77-4df4-80bc-849939c8e3c1"}]},"url":"{{baseUrl}}/users/69906d500a1fcc8679429003","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["users","69906d500a1fcc8679429003"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"name","value":"abo atta"}],"variable":[]}},"response":[],"_postman_id":"9397c316-cf3f-46ec-9413-f604a129f3ef"},{"name":"Delete specific user","id":"ae0517ad-7dce-4922-809f-b8a174171834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/users/{{userId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["users","{{userId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae0517ad-7dce-4922-809f-b8a174171834"}],"id":"f98f6551-e2a4-4223-80d6-b71da0fe63f5","_postman_id":"f98f6551-e2a4-4223-80d6-b71da0fe63f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Reviews","item":[{"name":"Create review","id":"3243e74b-7c6c-4085-aa77-fa4bf146a42f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n    \"title\": \"good product\",\r\n    \"ratings\":3,\r\n    \"product\": \"699047895361837ba66b48f9\"\r\n }\r\n \r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reviews","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["reviews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3243e74b-7c6c-4085-aa77-fa4bf146a42f"},{"name":"Get all reviews","id":"11af914c-376e-4de4-a7a7-ce81fd40b8c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reviews","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["reviews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11af914c-376e-4de4-a7a7-ce81fd40b8c4"},{"name":"Get specific review","id":"fc077128-c494-48b0-bad1-4acb9ed5f3b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/reviews/{{reviewId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["reviews","{{reviewId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc077128-c494-48b0-bad1-4acb9ed5f3b0"},{"name":"Update specific review","id":"cbbaec44-6c30-49f1-83f5-8b6cad03b485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"updated\",\r\n     \"ratings\": 4\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reviews/{{reviewId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["reviews","{{reviewId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbbaec44-6c30-49f1-83f5-8b6cad03b485"},{"name":"Delete specific review","id":"da186df7-e3b7-4eb2-bfc8-8d84db54cf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/reviews/{{reviewId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["reviews","{{reviewId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da186df7-e3b7-4eb2-bfc8-8d84db54cf38"}],"id":"18c22110-34d5-46f4-ab2c-bed65abefb81","_postman_id":"18c22110-34d5-46f4-ab2c-bed65abefb81","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Products/reviews","item":[{"name":"Get all reviews on specific product","id":"a5681ff4-5065-4c16-aa61-45e57f9a149f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/products/{{productId}}/reviews","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["products","{{productId}}","reviews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5681ff4-5065-4c16-aa61-45e57f9a149f"},{"name":"Create review on specific product","id":"e6afd6c2-f040-48c0-a965-fae8ff8b127f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"good product\",\r\n    \"ratings\":5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/products/{{productId}}/reviews","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["products","{{productId}}","reviews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6afd6c2-f040-48c0-a965-fae8ff8b127f"}],"id":"d1e74e72-3c91-4e88-a20e-3b32de2927c9","_postman_id":"d1e74e72-3c91-4e88-a20e-3b32de2927c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"WishList","item":[{"name":"Add product to wishlist","id":"64913c8b-5081-4d61-8848-4da0b6ad0a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"699047895361837ba66b48f9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/wishlist/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["wishlist",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64913c8b-5081-4d61-8848-4da0b6ad0a98"},{"name":"Remove product from wishlist","id":"7d702e9b-ec0a-4d04-9850-72df531a034a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/wishlist/{{wishlistId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["wishlist","{{wishlistId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d702e9b-ec0a-4d04-9850-72df531a034a"},{"name":"Get logged user wishlist","id":"bbce4aea-25bf-420f-b113-bb5ae8e6ae23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/wishlist/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["wishlist",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbce4aea-25bf-420f-b113-bb5ae8e6ae23"}],"id":"3538208e-1ea3-44b2-8993-5efe0db79386","_postman_id":"3538208e-1ea3-44b2-8993-5efe0db79386","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Address","item":[{"name":"Add User Address","id":"2ece5cc6-810d-400b-a43c-09e4835f7921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alias\": \"Home\",\r\n  \"details\": \"123 Main St, Apartment 4\",\r\n  \"phone\": \"01012345678\",\r\n  \"city\": \"Cairo\",\r\n  \"postalCode\": \"11511\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/addresses/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["addresses",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ece5cc6-810d-400b-a43c-09e4835f7921"},{"name":"Remove User Address","id":"cc8fa114-d985-4d43-9ce6-2911eccffa47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alias\": \"Home\",\r\n  \"details\": \"123 Main St, Apartment 4\",\r\n  \"phone\": \"01012345678\",\r\n  \"city\": \"Cairo\",\r\n  \"postalCode\": \"11511\"\r\n}"},"url":"{{baseUrl}}/addresses/{{adressId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["addresses","{{adressId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc8fa114-d985-4d43-9ce6-2911eccffa47"},{"name":"Get User Addresses","id":"a35ef2b5-a43d-4de0-b101-1c9b3d4334c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alias\": \"Home\",\r\n  \"details\": \"123 Main St, Apartment 4\",\r\n  \"phone\": \"01012345678\",\r\n  \"city\": \"Cairo\",\r\n  \"postalCode\": \"11511\"\r\n}"},"url":"{{baseUrl}}/addresses/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["addresses",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a35ef2b5-a43d-4de0-b101-1c9b3d4334c0"}],"id":"9d363e73-dc16-40b9-bf4a-d8c1285959dc","_postman_id":"9d363e73-dc16-40b9-bf4a-d8c1285959dc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Coupons","item":[{"name":"Create Coupon","id":"abbdb853-87d4-4138-b74a-b251dd2c0ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"HAPPY_MOTHER_DAY\",\r\n    \"expire\":\"03/25/2026\",\r\n    \"discount\": 90\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/coupons/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["coupons",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abbdb853-87d4-4138-b74a-b251dd2c0ecf"},{"name":"Get all Coupons","id":"789948a5-31b8-4d88-97f3-5067bccd118c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/coupons","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["coupons"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"789948a5-31b8-4d88-97f3-5067bccd118c"},{"name":"Get Specific Coupon","id":"5517617d-2b25-4f30-9c64-2045c48ecba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/coupons/{{couponId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["coupons","{{couponId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5517617d-2b25-4f30-9c64-2045c48ecba9"},{"name":"Update Specific Coupon","id":"e5d848bb-7773-42dd-80e0-f412c53235a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"HAPPY_MOTHER_DAY\",\r\n    \"expire\":\"03/25/2026\",\r\n    \"discount\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/coupons/{{couponId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["coupons","{{couponId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5d848bb-7773-42dd-80e0-f412c53235a9"},{"name":"Delete Specific Coupon","id":"a3bb62be-7690-49d5-9564-2db6193582da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/coupons/{{couponId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["coupons","{{couponId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3bb62be-7690-49d5-9564-2db6193582da"}],"id":"cef709a3-e2eb-41e6-81db-390195fdd0e3","_postman_id":"cef709a3-e2eb-41e6-81db-390195fdd0e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Carts","item":[{"name":"Add Product to cart","id":"c7523fce-0299-472d-a1c6-fcb50c2fec70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\":\"699047895361837ba66b48f9\",\r\n    \"color\": \"red\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/cart","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7523fce-0299-472d-a1c6-fcb50c2fec70"},{"name":"Get logged user cart","id":"1e2b4486-0954-41ed-b381-1e6daddb15ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/cart","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e2b4486-0954-41ed-b381-1e6daddb15ef"},{"name":"Remove Specific cart item","id":"09e4f2b4-ab4c-4e7e-96b1-e2aa08e89610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/cart/{{itemId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["cart","{{itemId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09e4f2b4-ab4c-4e7e-96b1-e2aa08e89610"},{"name":"Clear user cart","id":"9e4f8b2c-81ab-4a5a-aefc-63295e0b9344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/carts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["carts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e4f8b2c-81ab-4a5a-aefc-63295e0b9344"},{"name":"Update cart item quantity","id":"830eb33d-d8f8-461d-b01e-0a77f70d89ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quantity\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/cart/{{itemId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["cart","{{itemId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"830eb33d-d8f8-461d-b01e-0a77f70d89ae"},{"name":"Apply coupon to cart","id":"a3291724-fcaa-4842-bfdb-e27694fd3041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"coupon\": \"HAPPY_MOTHER_DAY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/cart/applycoupon","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["cart","applycoupon"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3291724-fcaa-4842-bfdb-e27694fd3041"}],"id":"2fecb386-bdc2-4650-b5d2-06e843fcd920","_postman_id":"2fecb386-bdc2-4650-b5d2-06e843fcd920","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}},{"name":"Orders","item":[{"name":"Create Cash order","id":"cfe4efb5-bf3b-41cc-b5b4-bfb567b0c294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shippingAddress\": {\r\n        \"details\": \"address derails\",\r\n        \"phone\": \"01287234132312\",\r\n        \"city\": \"cairo\",\r\n        \"postalCode\": \"14152\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{cartId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["orders","{{cartId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfe4efb5-bf3b-41cc-b5b4-bfb567b0c294"},{"name":"Get all orders","id":"a2e74839-a4a5-4952-9c38-93285a23aefe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shippingAddress\": {\r\n        \"details\": \"address derails\",\r\n        \"phone\": \"01287234132312\",\r\n        \"city\": \"cairo\",\r\n        \"postalCode\": \"14152\"\r\n    }\r\n}"},"url":"{{baseUrl}}/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["orders"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2e74839-a4a5-4952-9c38-93285a23aefe"},{"name":"Get Specific order","id":"7e6ee644-6514-4b8c-8a32-0ec76fb73af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{orderId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["orders","{{orderId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e6ee644-6514-4b8c-8a32-0ec76fb73af4"},{"name":"Update order status to paid","id":"aa345288-fffa-490f-acc5-04912983a8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{baseUrl}}/orders/{{orderId}}/pay","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["orders","{{orderId}}","pay"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa345288-fffa-490f-acc5-04912983a8cf"},{"name":"Update order status to delivered","id":"f5c88c95-2ffd-4d56-a46b-c436f3d2ac1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{baseUrl}}/orders/698dc6d6cc0686a039fb2d2e/deliver","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["orders","698dc6d6cc0686a039fb2d2e","deliver"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5c88c95-2ffd-4d56-a46b-c436f3d2ac1e"},{"name":"Get Checkout session","id":"d9d1b762-c72f-4be7-bdfc-fe59d008f23d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shippingAddress\": {\r\n        \"details\": \"address derails\",\r\n        \"phone\": \"01287234132312\",\r\n        \"city\": \"cairo\",\r\n        \"postalCode\": \"14152\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/checkout-session/{{cartId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}},"urlObject":{"path":["orders","checkout-session","{{cartId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d1b762-c72f-4be7-bdfc-fe59d008f23d"}],"id":"eb9794ee-9320-4fb9-b2fc-4e6533e1d9cb","_postman_id":"eb9794ee-9320-4fb9-b2fc-4e6533e1d9cb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","id":"2e925281-141a-4a1d-8c57-e79ba486c5b8","name":"Full E-Commerce APIs","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"51153bf7-26ca-4bc7-ab03-f3cc83912060","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"85738cb7-24a0-4d18-bf95-b3c34bd250ad","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}