{"info":{"_postman_id":"6d544de6-cb2e-4134-9012-70762a1e9eb4","name":"E-Commerce Production","description":"<html><head></head><body><p>Backend API for E-shop application, which is a E-shop directory API made with Express to manage bootcamps, course, users, and authentication.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21759373","collectionId":"6d544de6-cb2e-4134-9012-70762a1e9eb4","publishedId":"2s93z6d48a","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-24T01:34:54.000Z"},"item":[{"name":"products","item":[{"name":"Get All Products","id":"3afaa2bb-24b9-4546-aff1-9d58a2492756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/","urlObject":{"path":["api","v1","products",""],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"3afaa2bb-24b9-4546-aff1-9d58a2492756"},{"name":"Get Product By Id","id":"49953400-73c1-4a70-8f02-5878e0cae514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/630eac2d6116a19767ed6906","urlObject":{"path":["api","v1","products","630eac2d6116a19767ed6906"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"49953400-73c1-4a70-8f02-5878e0cae514"},{"name":"Get Total Product","id":"e75c4655-fbe1-49b8-9c3b-50d7e41381c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/get/count","urlObject":{"path":["api","v1","products","get","count"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"e75c4655-fbe1-49b8-9c3b-50d7e41381c6"},{"name":"Get Featured Product Limit","id":"90b2726e-bd1f-4428-977f-d9ce8921608e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/get/featured/0","urlObject":{"path":["api","v1","products","get","featured","0"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"90b2726e-bd1f-4428-977f-d9ce8921608e"},{"name":"Get Filtering Product By Category Id","id":"e69405bc-ad7c-46e9-a6aa-de48064c6f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products?categories=5f15d5b2cb4a6642bddc0fe7,5f15d467f3a046427a1c26e1","urlObject":{"path":["api","v1","products"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[{"key":"categories","value":"5f15d5b2cb4a6642bddc0fe7,5f15d467f3a046427a1c26e1"}],"variable":[]}},"response":[],"_postman_id":"e69405bc-ad7c-46e9-a6aa-de48064c6f30"},{"name":"Get Product Paginate","id":"f7dcc54c-51c6-4fe4-a1e2-d5b4b8980bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products?limit=2&page=2","urlObject":{"path":["api","v1","products"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[{"key":"limit","value":"2"},{"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"f7dcc54c-51c6-4fe4-a1e2-d5b4b8980bfb"},{"name":"Add New Product","id":"f14da69c-7d1c-451b-bd71-3765f0bc20ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Yogurt","type":"text"},{"key":"description","value":"Yogurt strawberry","type":"text"},{"key":"richDescription","value":"Ini adalah yogurt strawberry","type":"text"},{"key":"image","type":"file","src":"/C:/Users/farha/Downloads/sdn1watukebo (1).png"},{"key":"brand","value":"Cimoyi","type":"text"},{"key":"price","value":"9000","type":"text"},{"key":"category","value":"5f15d5b2cb4a6642bddc0fe7","type":"text"},{"key":"countInStock","value":"250","type":"text"},{"key":"rating","value":"8","type":"text"},{"key":"numReviews","value":"500","type":"text"},{"key":"isFeatured","value":"true","type":"text"}]},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products","urlObject":{"path":["api","v1","products"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"f14da69c-7d1c-451b-bd71-3765f0bc20ab"},{"name":"Update Product","id":"9badd1a9-a610-4c40-a660-dd53648910be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Air","type":"text"},{"key":"description","value":"Air mineral","type":"text"},{"key":"richDescription","value":"Ini adalah air kemasan yang diambil dari gunung","type":"text"},{"key":"image","type":"file","src":"/C:/Users/farha/Downloads/articlesDark.png"},{"key":"brand","value":"Le mineral","type":"text"},{"key":"price","value":"1000","type":"text"},{"key":"category","value":"5f15d545f3a046427a1c26e2","type":"text"},{"key":"countInStock","value":"100","type":"text"},{"key":"rating","value":"8","type":"text"},{"key":"numReviews","value":"200","type":"text"},{"key":"isFeatured","value":"false","type":"text"}]},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/630eac2d6116a19767ed6906","urlObject":{"path":["api","v1","products","630eac2d6116a19767ed6906"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"9badd1a9-a610-4c40-a660-dd53648910be"},{"name":"Update Many Images Product","id":"f9c322fc-49ba-4d09-9cb6-94f51f6c93ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":["/C:/Users/farha/Downloads/sdn1watukebo (1).png","/C:/Users/farha/Downloads/articlesDark.png"]}]},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/gallery-images/630e8ecc5fd5d26a3ec1ec1a","urlObject":{"path":["api","v1","products","gallery-images","630e8ecc5fd5d26a3ec1ec1a"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9c322fc-49ba-4d09-9cb6-94f51f6c93ad"},{"name":"Delete Product","id":"2f65791d-8f04-4225-bd81-426d90cd0d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/64963cbbc9758567ff303dc0","urlObject":{"path":["api","v1","products","64963cbbc9758567ff303dc0"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f65791d-8f04-4225-bd81-426d90cd0d13"}],"id":"71e50a5a-475a-41a2-8aec-8d0eb777a4e2","description":"<p>Products CRUD functionality</p>\n","_postman_id":"71e50a5a-475a-41a2-8aec-8d0eb777a4e2"},{"name":"categories","item":[{"name":"Get All Categories","id":"5bc4b4fd-1894-4098-b40a-981472a5dd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/categories","urlObject":{"path":["api","v1","categories"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bc4b4fd-1894-4098-b40a-981472a5dd1c"},{"name":"Get Category By Id","id":"d644edf3-e428-43f3-a3f1-30c4823c82f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/categories/5f15d545f3a046427a1c26e2","urlObject":{"path":["api","v1","categories","5f15d545f3a046427a1c26e2"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"d644edf3-e428-43f3-a3f1-30c4823c82f5"},{"name":"Add New Categories","id":"d485af03-d187-442d-bc2b-9f8419dc28d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Motor\",\r\n    \"color\": \"#F0E8DE\",\r\n    \"icon\": \"palette\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/categories/","urlObject":{"path":["api","v1","categories",""],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"d485af03-d187-442d-bc2b-9f8419dc28d6"},{"name":"Delete Category","id":"1ca4c342-46da-41e2-aeb7-bd5626bbed8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/categories/6496352f5cf7eb9d5f9d67e0","urlObject":{"path":["api","v1","categories","6496352f5cf7eb9d5f9d67e0"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ca4c342-46da-41e2-aeb7-bd5626bbed8f"},{"name":"Update Product","id":"4b56c0f0-38d1-4cfd-b677-b354a164d414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Motor\",\r\n    \"color\": \"#E1F0E7\",\r\n    \"icon\": \"motor\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/categories/5f15d545f3a046427a1c26e2","urlObject":{"path":["api","v1","categories","5f15d545f3a046427a1c26e2"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b56c0f0-38d1-4cfd-b677-b354a164d414"}],"id":"44eb5d78-72b9-4a83-8255-95bc02cf6688","description":"<p>Categories CRUD functionality</p>\n","_postman_id":"44eb5d78-72b9-4a83-8255-95bc02cf6688"},{"name":"users","item":[{"name":"Get User Data","id":"3a02d0cc-b446-4a29-8604-de57b224d385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/users","urlObject":{"path":["api","v1","users"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a02d0cc-b446-4a29-8604-de57b224d385"},{"name":"Get User By Id","id":"466ead81-5608-4dc6-9e11-5a6a4f4e0a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/users/630fa4093e32507a71aeb34d","urlObject":{"path":["api","v1","users","630fa4093e32507a71aeb34d"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"466ead81-5608-4dc6-9e11-5a6a4f4e0a4e"},{"name":"Get Total User","id":"9f739a58-6243-48a5-9dd6-fedda37aa358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/users/get/count","urlObject":{"path":["api","v1","users","get","count"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f739a58-6243-48a5-9dd6-fedda37aa358"},{"name":"User Register","id":"fab3b573-5380-40a3-8d1a-a0870440bd35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"farkhan\",\r\n    \"email\": \"farkhan@gmail.com\",\r\n    \"passwordHash\": \"test123\",\r\n    \"phone\": \"081269697879\",\r\n    \"isAdmin\": true,\r\n    \"street\": \"Jl.Lampung No.01 RT.01 RW.01 Metro, Metro, Sumatra Selatan\",\r\n    \"apartment\": \"-\",\r\n    \"zip\": \"68263\",\r\n    \"city\": \"Metro\",\r\n    \"country\": \"Indonesia\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/users/register","urlObject":{"path":["api","v1","users","register"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"fab3b573-5380-40a3-8d1a-a0870440bd35"},{"name":"Login User","event":[{"listen":"test","script":{"id":"a02d0048-1071-4d1f-a18f-7204609ad893","exec":["pm.environment.set(\"TOKEN\", pm.response.json().token)"],"type":"text/javascript"}}],"id":"6603855d-5e82-48b2-a339-1460c2c77f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"farkhan@gmail.com\",\r\n    \"password\": \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/users/login","urlObject":{"path":["api","v1","users","login"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"6603855d-5e82-48b2-a339-1460c2c77f48"},{"name":"Delete User","id":"ba1ac710-c830-450f-9b30-35642feffa54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/users/6412da73a8fa7652ca91b3b0","urlObject":{"path":["api","v1","users","6412da73a8fa7652ca91b3b0"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba1ac710-c830-450f-9b30-35642feffa54"}],"id":"4befc19d-e788-47b4-a391-402bfdbf5998","description":"<p>Users CRUD functionality</p>\n","_postman_id":"4befc19d-e788-47b4-a391-402bfdbf5998"},{"name":"orders","item":[{"name":"Get All Order","id":"a2ee1fff-5990-4fc4-b01b-c0f702594b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders","urlObject":{"path":["api","v1","orders"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2ee1fff-5990-4fc4-b01b-c0f702594b65"},{"name":"New Order","id":"fd3f8390-60a0-4335-a1bc-24e7892fbfe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderItems\": [\r\n        {\r\n            \"quantity\": 3,\r\n            \"product\": \"630eac7fdc0ba3d2af2e89c4\"\r\n        },\r\n        {\r\n            \"quantity\": 2,\r\n            \"product\": \"630eacfbdc0ba3d2af2e89c7\"\r\n        }\r\n    ],\r\n    \"shippingAddress1\": \"Jl.Makasar No.01 RT.01 RW.01 Makasar, Makasar, Sulawesi Selatan\",\r\n    \"shippingAddress2\": \"\",\r\n    \"city\": \"Makasar\",\r\n    \"zip\": \"68263\",\r\n    \"country\": \"Indonesia\",\r\n    \"phone\": \"081269697879\",\r\n    \"user\": \"630fa4093e32507a71aeb34d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders","urlObject":{"path":["api","v1","orders"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd3f8390-60a0-4335-a1bc-24e7892fbfe0"},{"name":"Get Order By Id","id":"83950023-5ffa-4de6-b748-b1f668c6ee87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders/631177bb9d19c930878a503a","urlObject":{"path":["api","v1","orders","631177bb9d19c930878a503a"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"83950023-5ffa-4de6-b748-b1f668c6ee87"},{"name":"Update Order","id":"c216a629-2579-4686-bc9b-5bbfe70c1f21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderItems\": [\r\n        {\r\n            \"quantity\": 3,\r\n            \"product\": \"630ef5aebec7cb49a8334362\"\r\n        },\r\n        {\r\n            \"quantity\": 2,\r\n            \"product\": \"630ef97c34f6a622577f7d76\"\r\n        }\r\n    ],\r\n    \"shippingAddress1\": \"Jl.Banjar No.01 RT.01 RW.01 Banjar, Banjar, Kalimantan Selatan\",\r\n    \"shippingAddress2\": \"\",\r\n    \"city\": \"Banjar\",\r\n    \"zip\": \"68263\",\r\n    \"country\": \"Indonesia\",\r\n    \"phone\": \"081269697879\",\r\n    \"user\": \"630f23a60439f25d8c6855bf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders/631177bb9d19c930878a503a","urlObject":{"path":["api","v1","orders","631177bb9d19c930878a503a"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"c216a629-2579-4686-bc9b-5bbfe70c1f21"},{"name":"Delete Order","id":"d1ac89a6-a636-4838-9b1f-2ab4eec44db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders/6496364a61aa1caa8ec7a38d","urlObject":{"path":["api","v1","orders","6496364a61aa1caa8ec7a38d"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1ac89a6-a636-4838-9b1f-2ab4eec44db7"},{"name":"Get Total Sales","id":"35f297b1-cfdb-4d0d-90e2-969cc058ab12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders/get/totalsales","urlObject":{"path":["api","v1","orders","get","totalsales"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"35f297b1-cfdb-4d0d-90e2-969cc058ab12"},{"name":"Get Total Oerder","id":"7a46c5e1-6b83-469d-b9cd-e13fe79a9f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders/get/count","urlObject":{"path":["api","v1","orders","get","count"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a46c5e1-6b83-469d-b9cd-e13fe79a9f42"},{"name":"Get Total User Order History","id":"64db637f-ca88-4846-95cb-ead0d3f5b5b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/orders/get/userorders/630f23a60439f25d8c6855bf","urlObject":{"path":["api","v1","orders","get","userorders","630f23a60439f25d8c6855bf"],"host":["https://e-commerce-backend-production-f9e5.up.railway.app/"],"query":[],"variable":[]}},"response":[],"_postman_id":"64db637f-ca88-4846-95cb-ead0d3f5b5b9"}],"id":"6868db0e-72a1-4d11-a521-f04349ac294e","description":"<p>Orders CRUD functionality</p>\n","_postman_id":"6868db0e-72a1-4d11-a521-f04349ac294e"}],"event":[{"listen":"prerequest","script":{"id":"98a29f66-5dcb-405c-821d-0495eebb3882","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c313862-e5c1-4356-8040-9571161461ed","type":"text/javascript","exec":[""]}}],"variable":[{"key":"URL","value":"https://e-commerce-backend-production-f9e5.up.railway.app/","type":"string"},{"key":"TOKEN","value":"","type":"string"}]}