{"info":{"_postman_id":"9717700a-c4e3-4af5-91be-3a26a822973a","name":"Pet shop","description":"<html><head></head><body><p>Server created specifically for pet ecommerce</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28661445","collectionId":"9717700a-c4e3-4af5-91be-3a26a822973a","publishedId":"2sA2r7zi8q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-17T02:04:35.000Z"},"item":[{"name":"Address","item":[{"name":"Create address","id":"5f0fed67-026d-4e85-a09e-055296c9fa8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"House\",\r\n    \"street\": \"Example Street\",\r\n    \"number\": \"1234\",\r\n    \"region\": \"Metropolitana\",\r\n    \"commune\": \"Santiago\",\r\n    \"authId\": \"clerkId\",\r\n    \"zipCode\": \"123456\",\r\n    \"isApartment\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/address","urlObject":{"protocol":"https","path":["api","address"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f0fed67-026d-4e85-a09e-055296c9fa8a"},{"name":"Get address by user ID","id":"630fa868-b525-4f95-9111-05cd44cbc4d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/address/by-user/clerkId","urlObject":{"protocol":"https","path":["address","by-user","clerkId"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"630fa868-b525-4f95-9111-05cd44cbc4d4"},{"name":"Get address by ID","id":"75776bca-77ad-4b60-80a3-88724a9bf634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/address/1","urlObject":{"protocol":"https","path":["address","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"75776bca-77ad-4b60-80a3-88724a9bf634"},{"name":"Update Address","id":"4ee27b3f-bada-40c9-9432-604cc4c9bd0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new address name\",\r\n    \"number\": \"1234\",\r\n    \"region\": \"Region Metropolitana\",\r\n    \"commune\": \"Santiago\",\r\n    \"street\": \"new street name\",\r\n    \"isApartment\": false,\r\n    \"apartmentNumber\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/address/1","urlObject":{"protocol":"https","path":["address","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ee27b3f-bada-40c9-9432-604cc4c9bd0c"},{"name":"Delete address","id":"49184f21-d63b-4d7a-ac00-18e114193d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pet-shop-server-production.up.railway.app/address/1","urlObject":{"protocol":"https","path":["address","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"49184f21-d63b-4d7a-ac00-18e114193d4b"}],"id":"2bd2f7a6-7943-42ee-9c6c-11f88f65adc1","_postman_id":"2bd2f7a6-7943-42ee-9c6c-11f88f65adc1","description":""},{"name":"User","item":[{"name":"Create User","id":"2de06371-19b4-45d7-8b47-dcafe486634e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"example@gmail.com\",\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/user","urlObject":{"protocol":"https","path":["api","user"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"2de06371-19b4-45d7-8b47-dcafe486634e"},{"name":"Get Users","id":"39af9cff-5b89-4e5d-a3fb-692a1759c98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/user?page=1&limit=10&isAvailable=true&authId=clerkId","urlObject":{"protocol":"https","path":["api","user"],"host":["pet-shop-server-production","up","railway","app"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"isAvailable","value":"true"},{"key":"authId","value":"clerkId"}],"variable":[]}},"response":[],"_postman_id":"39af9cff-5b89-4e5d-a3fb-692a1759c98c"},{"name":"Get User by ID","id":"9bbb72dd-6f23-4dc4-b13a-a11e26537810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/user/clerkId","urlObject":{"protocol":"https","path":["api","user","clerkId"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bbb72dd-6f23-4dc4-b13a-a11e26537810"},{"name":"Get User by email","id":"beb6f557-1cce-4b40-b80a-08eac430c303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/user/by-email/example@gmail.com","urlObject":{"protocol":"https","path":["api","user","by-email","example@gmail.com"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"beb6f557-1cce-4b40-b80a-08eac430c303"},{"name":"Update User","id":"de25db85-d27d-4f4b-8dc7-ce5e7af7d175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Anghelo\",\r\n    \"lastName\": \"Alva\",\r\n    \"phone\": \"936966880\",\r\n    \"rut\": \"23.583.200-3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/user/1","urlObject":{"protocol":"https","path":["api","user","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"de25db85-d27d-4f4b-8dc7-ce5e7af7d175"},{"name":"Reactivate User","id":"a891c5e8-72dc-4e9a-9dbf-5a4ef7ee31b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ance.anghelo@gmail.com\",\r\n    \"name\": \"Anghelo\",\r\n    \"lastName\": \"Alva\",\r\n    \"password\": \"Angh3l0o07@\",\r\n    \"phone\": \"936966880\",\r\n    \"rut\": \"23.583.200-3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.apppi/user/1","urlObject":{"protocol":"https","path":["user","1"],"host":["pet-shop-server-production","up","railway","apppi"],"query":[],"variable":[]}},"response":[],"_postman_id":"a891c5e8-72dc-4e9a-9dbf-5a4ef7ee31b2"},{"name":"Soft Delete User","id":"3db2a30f-60d4-44f0-a60d-9d2c2a6c49e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ance.anghelo@gmail.com\",\r\n    \"name\": \"Anghelo\",\r\n    \"lastName\": \"Alva\",\r\n    \"password\": \"Angh3l0o07@\",\r\n    \"phone\": \"936966880\",\r\n    \"rut\": \"23.583.200-3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/user/1","urlObject":{"protocol":"https","path":["api","user","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"3db2a30f-60d4-44f0-a60d-9d2c2a6c49e4"}],"id":"ce74c1b3-025a-4ee9-b636-8203c9c8faf8","_postman_id":"ce74c1b3-025a-4ee9-b636-8203c9c8faf8","description":""},{"name":"Cart","item":[{"name":"Add product","id":"2b79154b-d19f-47cd-a12a-350d58e23282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"productId\": 1,\r\n    \"quantity\": 2,\r\n    \"optionSelectedIndex\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/cart/add-product","urlObject":{"protocol":"https","path":["api","cart","add-product"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b79154b-d19f-47cd-a12a-350d58e23282"},{"name":"Get cart","id":"b157ae01-541a-422b-a3d0-d8e8b3051c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/cart/clerkId","urlObject":{"protocol":"https","path":["api","cart","clerkId"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"b157ae01-541a-422b-a3d0-d8e8b3051c46"},{"name":"Get cart in Checkout","id":"736dfc5e-897e-49f7-ab2d-15f81b381142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/cart/checkout/clerkId","urlObject":{"protocol":"https","path":["api","cart","checkout","clerkId"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"736dfc5e-897e-49f7-ab2d-15f81b381142"},{"name":"Update product quantity","id":"e861dc5c-16d5-4a8c-8e1b-ecb439b34517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"productId\": 1,\r\n    \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/cart","urlObject":{"protocol":"https","path":["api","cart"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"e861dc5c-16d5-4a8c-8e1b-ecb439b34517"},{"name":"Remove product","id":"ee4e4a31-645d-434e-bb2f-c2b07078da0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"productId\": 1,\r\n    \"optionSelectedIndex\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/cart","urlObject":{"protocol":"https","path":["api","cart"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee4e4a31-645d-434e-bb2f-c2b07078da0d"},{"name":"Clear cart","id":"9f31ae81-34d2-432a-adc8-03f59ffa372c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/cart","urlObject":{"protocol":"https","path":["api","cart"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f31ae81-34d2-432a-adc8-03f59ffa372c"}],"id":"c21e83d5-e419-45ec-8bf2-a5b8bda6130e","_postman_id":"c21e83d5-e419-45ec-8bf2-a5b8bda6130e","description":""},{"name":"Brand","item":[{"name":"Create Brand","id":"26a5f993-91f7-4892-aeed-cae364edd98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"name\": \"Agility\",\r\n    \"image\": \"https://image_url\",\r\n    \"slug\": \"agility\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/brand","urlObject":{"protocol":"https","path":["api","brand"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"26a5f993-91f7-4892-aeed-cae364edd98c"},{"name":"Get Brand","id":"63c608f2-28d8-4613-9c3f-4a12e7f26774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/brand?page=1&limit=10&isAvailable=true","urlObject":{"protocol":"https","path":["api","brand"],"host":["pet-shop-server-production","up","railway","app"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"isAvailable","value":"true"}],"variable":[]}},"response":[],"_postman_id":"63c608f2-28d8-4613-9c3f-4a12e7f26774"},{"name":"Get Brand by ID","id":"ce122cec-f839-4a76-8359-6df587fc6129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/brand/1","urlObject":{"protocol":"https","path":["api","brand","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce122cec-f839-4a76-8359-6df587fc6129"},{"name":"Get Brand by slug","id":"584e562b-7e74-4611-8eca-6ad9b89f2f46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/brand/by-slug/acana","urlObject":{"protocol":"https","path":["api","brand","by-slug","acana"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"584e562b-7e74-4611-8eca-6ad9b89f2f46"},{"name":"Update brand","id":"a61c434d-b424-4ad2-a2c9-18306fe9ab04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"name\": \"newBrandName\",\r\n    \"slug\": \"newBrandSlug\",\r\n    \"image\": \"https://new_image_url\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/brand/1","urlObject":{"protocol":"https","path":["brand","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"a61c434d-b424-4ad2-a2c9-18306fe9ab04"},{"name":"Reactivate brand","id":"dd1649f7-39c3-4111-ac84-32c57b47ab76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/brand/activate/1","urlObject":{"protocol":"https","path":["brand","activate","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd1649f7-39c3-4111-ac84-32c57b47ab76"},{"name":"Soft delete brand","id":"66fad7a0-0891-40e9-973b-fcadb04f6594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/brand/1","urlObject":{"protocol":"https","path":["brand","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"66fad7a0-0891-40e9-973b-fcadb04f6594"}],"id":"ea14cd64-078e-4918-bc12-0cfce323d2c1","_postman_id":"ea14cd64-078e-4918-bc12-0cfce323d2c1","description":""},{"name":"Category","item":[{"name":"Create Category","id":"af66a39d-2ddb-42c9-ab2f-c190bb7afed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"name\": \"Dog Food\",\r\n    \"slug\": \"dog-food\",\r\n    \"description\": \"Explore our comprehensive range of dog food, crafted to meet the nutritional needs of your canine companions. From puppies to seniors, we offer a variety of flavors and formulas to suit every breed and dietary requirement.\",\r\n    \"image\": \"no image\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.appapi/category","urlObject":{"protocol":"https","path":["category"],"host":["pet-shop-server-production","up","railway","appapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"af66a39d-2ddb-42c9-ab2f-c190bb7afed0"},{"name":"Get Categories","id":"6d6afcd2-eb9a-432a-a850-b40ca470ed47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/category?page=1&limit=40&isAvailable=true","urlObject":{"protocol":"https","path":["api","category"],"host":["pet-shop-server-production","up","railway","app"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"40"},{"key":"isAvailable","value":"true"}],"variable":[]}},"response":[],"_postman_id":"6d6afcd2-eb9a-432a-a850-b40ca470ed47"},{"name":"Get Category by ID","id":"df6877ee-c045-4237-8f54-d84914a2baf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/category/1","urlObject":{"protocol":"https","path":["api","category","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"df6877ee-c045-4237-8f54-d84914a2baf8"},{"name":"Get Category by slug","id":"8b00bb2f-949f-4cf9-bf07-5d94d920f41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/category/by-slug/category-name","urlObject":{"protocol":"https","path":["api","category","by-slug","category-name"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b00bb2f-949f-4cf9-bf07-5d94d920f41e"},{"name":"Update category","id":"f09a7577-8e16-41d4-a35b-196a6d7bb85c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"name\": \"New category name\",\r\n    \"description\": \"New category description\",\r\n    \"image\": \"https://image_url\",\r\n    \"petType\": \"CAT\",\r\n    \"slug\": \"new-category-slug\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/category/1","urlObject":{"protocol":"https","path":["category","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"f09a7577-8e16-41d4-a35b-196a6d7bb85c"},{"name":"Reactivate category","id":"68e5980c-6a76-4bca-9a89-a3b7c7aa93e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/category/activate/1","urlObject":{"protocol":"https","path":["category","activate","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"68e5980c-6a76-4bca-9a89-a3b7c7aa93e7"},{"name":"Soft delete category","id":"0fcc9b15-6588-4a32-9b6a-4163b943b080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/category/1","urlObject":{"protocol":"https","path":["category","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fcc9b15-6588-4a32-9b6a-4163b943b080"}],"id":"94093b9a-6731-4bb0-a54f-f055435eb1bf","_postman_id":"94093b9a-6731-4bb0-a54f-f055435eb1bf","description":""},{"name":"Product","item":[{"name":"Create Product","id":"abf1b235-f732-4eb6-aaa8-b592631fb157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"categoryId\": 18,\r\n    \"petType\": [\r\n        \"SMALL_ANIMAL\"\r\n    ],\r\n    \"name\": \"Barn cage for rabbits 3 floors\",\r\n    \"miniDesc\": \"rabbit cage with three-story structure, designed for optimal living comfort and connected by comfortable wooden stairs\",\r\n    \"description\": [\r\n        {\r\n            \"title\":\"General description\",\r\n            \"content\":\"Barn is a spacious bunny cage that has a large useful surface thanks to its three floors. The cage, designed from the smaller version of the Barn model, maintains the original shape reminiscent of an American barn with a raised roof and provides more space for your pet thanks to its three levels. It has two large floors connected by comfortable stairs and an attic with a high ceiling, which can be opened to comfortably access the cage and carry out daily maintenance operations. The cage is equipped with essential accessories, such as mangers, feeders, waterers and a house for moments of relaxation. \\n The Barn rabbit cage can be completely disassembled, so it takes up little space, and has been made with robust painted wire structures and thermoplastic resin trays that effectively contain dirt, bedding and food waste. On the front there are comfortable sliding doors, specially designed to guarantee the safety of the animal. For thorough cleaning, the buckets can be separated from the wire frames.\"\r\n        },\r\n        {\r\n            \"title\":\"Characteristics\",\r\n            \"content\":\"Three-story rabbit cage \\n Ample living space \\n American barn theme model \\n Patented design \\n Trays made of robust thermoplastic resin to contain dirt, litter or sawdust \\n Wire structure treated with anti-corrosion powder paint \\n Easy access to internal areas thanks to doors and walls that can be opened \\n Fully opening roof to access the interior \\n Plastic top frame with closing hooks \\n Sliding entrance doors \\n Wire frame and easy-to-separate buckets for cleaning \\n Accessories included: 2 drinkers, 2 feeders and 2 ladders \\n With dimensions of 118 x 58 x h 166 cm. Comes in space-saving, easy-to-assemble packaging\"\r\n        }\r\n    ],\r\n    \"images\": [\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46267/1-0180017477_1800x1800__27991.1703623127.jpg?c=1\",\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46268/10-0190015106_1800x1800__65449.1703623127.jpg?c=1\",\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46269/6-0190015102_1800x1800__76895.1703623127.jpg?c=1\",\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46270/3-0190015099_1800x1800__26964.1703623127.jpg?c=1\"\r\n    ],\r\n    \"lifeStage\": \"ALL_LIFE_STAGES\",\r\n    \"brandId\": 22,\r\n    \"slug\": \"barn-cage-for-rabbits-3-floors\",\r\n    \"options\": [\r\n        {\r\n            \"name\": \"Unit\",\r\n            \"price\": 240990,\r\n            \"stock\": 1,\r\n            \"discount\": 0\r\n        }\r\n    ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/api/product","urlObject":{"protocol":"https","path":["api","product"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"abf1b235-f732-4eb6-aaa8-b592631fb157"},{"name":"Get products","id":"50d8ab56-cab8-49f5-ad66-2c915977e028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/product?page=1&limit=10&isAvailable=true","urlObject":{"protocol":"https","path":["api","product"],"host":["pet-shop-server-production","up","railway","app"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"isAvailable","value":"true"},{"disabled":true,"key":"categorySlug","value":"cat-food"},{"disabled":true,"key":"seach","value":"food"},{"disabled":true,"key":"petType","value":"DOG"},{"disabled":true,"key":"brandSlug","value":"acana"},{"disabled":true,"key":"lifeStage","value":"PUPPY"}],"variable":[]}},"response":[],"_postman_id":"50d8ab56-cab8-49f5-ad66-2c915977e028"},{"name":"Get product by ID","id":"d108b005-9ef1-4767-ba0b-4b44105d5169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/product/1","urlObject":{"protocol":"https","path":["api","product","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"d108b005-9ef1-4767-ba0b-4b44105d5169"},{"name":"Get product by slug","id":"7d3b02af-277f-41d7-b319-63c46cf5b4e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/api/product/product-name","urlObject":{"protocol":"https","path":["api","product","product-name"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d3b02af-277f-41d7-b319-63c46cf5b4e3"},{"name":"Update product","id":"7357394d-a379-4158-aa7c-9d44e8ebe1fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"categoryId\": 18,\r\n    \"petType\": [\r\n        \"SMALL_ANIMAL\"\r\n    ],\r\n    \"name\": \"Barn cage for rabbits 3 floors\",\r\n    \"miniDesc\": \"rabbit cage with three-story structure, designed for optimal living comfort and connected by comfortable wooden stairs\",\r\n    \"description\": [\r\n        {\r\n            \"title\":\"General description\",\r\n            \"content\":\"Barn is a spacious bunny cage that has a large useful surface thanks to its three floors. The cage, designed from the smaller version of the Barn model, maintains the original shape reminiscent of an American barn with a raised roof and provides more space for your pet thanks to its three levels. It has two large floors connected by comfortable stairs and an attic with a high ceiling, which can be opened to comfortably access the cage and carry out daily maintenance operations. The cage is equipped with essential accessories, such as mangers, feeders, waterers and a house for moments of relaxation. \\n The Barn rabbit cage can be completely disassembled, so it takes up little space, and has been made with robust painted wire structures and thermoplastic resin trays that effectively contain dirt, bedding and food waste. On the front there are comfortable sliding doors, specially designed to guarantee the safety of the animal. For thorough cleaning, the buckets can be separated from the wire frames.\"\r\n        },\r\n        {\r\n            \"title\":\"Characteristics\",\r\n            \"content\":\"Three-story rabbit cage \\n Ample living space \\n American barn theme model \\n Patented design \\n Trays made of robust thermoplastic resin to contain dirt, litter or sawdust \\n Wire structure treated with anti-corrosion powder paint \\n Easy access to internal areas thanks to doors and walls that can be opened \\n Fully opening roof to access the interior \\n Plastic top frame with closing hooks \\n Sliding entrance doors \\n Wire frame and easy-to-separate buckets for cleaning \\n Accessories included: 2 drinkers, 2 feeders and 2 ladders \\n With dimensions of 118 x 58 x h 166 cm. Comes in space-saving, easy-to-assemble packaging\"\r\n        }\r\n    ],\r\n    \"images\": [\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46267/1-0180017477_1800x1800__27991.1703623127.jpg?c=1\",\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46268/10-0190015106_1800x1800__65449.1703623127.jpg?c=1\",\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46269/6-0190015102_1800x1800__76895.1703623127.jpg?c=1\",\r\n        \"https://cdn11.bigcommerce.com/s-d331r3r4ex/images/stencil/608x608/products/21852/46270/3-0190015099_1800x1800__26964.1703623127.jpg?c=1\"\r\n    ],\r\n    \"lifeStage\": \"ALL_LIFE_STAGES\",\r\n    \"brandId\": 22,\r\n    \"slug\": \"barn-cage-for-rabbits-3-floors\",\r\n    \"options\": [\r\n        {\r\n            \"name\": \"Unit\",\r\n            \"price\": 240990,\r\n            \"stock\": 1,\r\n            \"discount\": 0\r\n        }\r\n    ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/product/1","urlObject":{"protocol":"https","path":["product","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"7357394d-a379-4158-aa7c-9d44e8ebe1fd"},{"name":"Reactivate product","id":"e7e599a3-c587-4941-8b92-4f53ac453d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/product/activate/1","urlObject":{"protocol":"https","path":["product","activate","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7e599a3-c587-4941-8b92-4f53ac453d19"},{"name":"Soft delete product","id":"f1de6fc8-ab78-4d5d-aa35-1e91f73561f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/product/1","urlObject":{"protocol":"https","path":["product","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1de6fc8-ab78-4d5d-aa35-1e91f73561f2"}],"id":"acac1316-3076-46c9-8b26-bafd453e5183","_postman_id":"acac1316-3076-46c9-8b26-bafd453e5183","description":""},{"name":"Order","item":[{"name":"Get orders","id":"94afa1d7-eda4-4acf-990c-08069077147f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/order?page=1&limit=10&authId=clerkId","urlObject":{"protocol":"https","path":["order"],"host":["pet-shop-server-production","up","railway","app"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"authId","value":"clerkId"}],"variable":[]}},"response":[],"_postman_id":"94afa1d7-eda4-4acf-990c-08069077147f"},{"name":"Get Order by ID","id":"4976ecd8-7159-42f7-88ca-699960fcb6d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/order/1","urlObject":{"protocol":"https","path":["order","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"4976ecd8-7159-42f7-88ca-699960fcb6d1"},{"name":"Get orders by user","id":"4fc76a4f-8e70-4a1e-8ae7-a81ed32850c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pet-shop-server-production.up.railway.app/order/user/clerkId","urlObject":{"protocol":"https","path":["order","user","clerkId"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fc76a4f-8e70-4a1e-8ae7-a81ed32850c5"}],"id":"b71d4836-4e2c-4cb4-8405-2703bcab6e15","_postman_id":"b71d4836-4e2c-4cb4-8405-2703bcab6e15","description":""},{"name":"Option","item":[{"name":"Edit product option","id":"a138a275-3fd6-4cd4-a045-7f5651e538dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"discount\": 15,\r\n    \"price\": 10990,\r\n    \"stock\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/option/1","urlObject":{"protocol":"https","path":["option","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"a138a275-3fd6-4cd4-a045-7f5651e538dd"},{"name":"Delete product option","id":"f521335e-34c0-4236-b5fe-874d7791d845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/option/1","urlObject":{"protocol":"https","path":["option","1"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"f521335e-34c0-4236-b5fe-874d7791d845"}],"id":"059d2b27-15ef-4e61-bea7-400984aa4c23","_postman_id":"059d2b27-15ef-4e61-bea7-400984aa4c23","description":""},{"name":"Payment","item":[{"name":"Create checkout session","id":"ec7eadbc-c075-4a6c-8aa3-5d8299f32ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authId\": \"clerkId\",\r\n    \"shippingMethod\": \"SHOP_PICKUP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://pet-shop-server-production.up.railway.app/payment/checkout-session","urlObject":{"protocol":"https","path":["payment","checkout-session"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec7eadbc-c075-4a6c-8aa3-5d8299f32ad8"},{"name":"Stripe webhook","id":"072b3ba3-b1d0-4ee6-816d-0ec9059d033f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pet-shop-server-production.up.railway.app/payment/webhook","urlObject":{"protocol":"https","path":["payment","webhook"],"host":["pet-shop-server-production","up","railway","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"072b3ba3-b1d0-4ee6-816d-0ec9059d033f"}],"id":"5a617237-675a-40d1-9634-fc9ac57c2d1f","_postman_id":"5a617237-675a-40d1-9634-fc9ac57c2d1f","description":""}]}