{"info":{"_postman_id":"6201b85c-6afd-4fd9-ab91-3fddd671f9a9","name":"Zinger Framework","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>An Open Source Framework for building Ecommerce marketplace solutions, offering highly flexible backend system that enables the developers to manage shops, inventory, orders and discounts along with authentication, order fulfilment, webhook notifications and various payment integrations.</p>\n<p>It provides developers easy to handle backend for ordering &amp; delivering foods, groceries, fruits, vegetables, medicines, etc.</p>\n<p>For more info, visit: <a href=\"https://zinger.pw\">https://zinger.pw</a></p>\n<h1 id=\"zinger-architecture\">Zinger Architecture</h1>\n<p><img src=\"https://github.com/ddlogesh/zinger-framework-docs/blob/master/website/static/img/zinger/zinger-v2-arch.png?raw=true\" alt=\"\"></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Zinger Architecture","slug":"zinger-architecture"}],"owner":"6369926","collectionId":"6201b85c-6afd-4fd9-ab91-3fddd671f9a9","publishedId":"TVRoZ6jW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF4141"},"publishDate":"2020-10-14T18:14:57.000Z"},"item":[{"name":"Zinger Admin","item":[{"name":"v1","item":[{"name":"Auth","item":[{"name":"OTP","id":"7a9adcbd-bf3e-4933-8bbc-4d130ee643f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"purpose\": \"LOGIN\",\n    \"mobile\": \"9176786586\",\n    \"email\": \"ddlogesh@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/auth/otp","urlObject":{"path":["v1","auth","otp"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a9adcbd-bf3e-4933-8bbc-4d130ee643f2"},{"name":"Signup","id":"d7b2a79c-f84b-4ae7-aab2-e41115dca7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"auth_token\": \"ZGRsb2dlc2grM0BnbWFpbC5jb20tMTYyMzQ5Mjc2NS0zODAw\",\n    \"otp\": \"769036\",\n    \"password\": \"12345678\",\n    \"password_confirmation\": \"12345678\",\n    \"name\": \"Logesh\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/auth/signup","urlObject":{"path":["v1","auth","signup"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7b2a79c-f84b-4ae7-aab2-e41115dca7be"},{"name":"Login","id":"30139f53-f7ec-4482-8fb5-8e0da844cbe9","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"{{user_agent}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"ddlogesh@gmail.com\",\n    \"password\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/auth/login","urlObject":{"path":["v1","auth","login"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30139f53-f7ec-4482-8fb5-8e0da844cbe9"},{"name":"Verify OTP","id":"2ac7294a-1ec5-4a12-9bac-4b7f8a2999a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"525911\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/auth/verify_otp","urlObject":{"path":["v1","auth","verify_otp"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ac7294a-1ec5-4a12-9bac-4b7f8a2999a3"},{"name":"Reset Password","id":"952063c1-13ec-424c-8b1d-c3aec7d3f738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"auth_token\": \"ZGRsb2dlc2hAZ21haWwuY29tLTE2MTQ1Mjc0NjgtMTQ0NQ\",\n    \"otp\": \"477325\",\n    \"password\": \"12345678\",\n    \"password_confirmation\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/auth/reset_password","urlObject":{"path":["v1","auth","reset_password"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"952063c1-13ec-424c-8b1d-c3aec7d3f738"},{"name":"Logout","id":"c7d73881-87b1-4e83-96ff-ede730034956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/auth/logout","urlObject":{"path":["v1","auth","logout"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7d73881-87b1-4e83-96ff-ede730034956"}],"id":"31b9f379-583a-4229-86d7-7c126f8484bc","_postman_id":"31b9f379-583a-4229-86d7-7c126f8484bc","description":""},{"name":"User Profile","item":[{"name":"Profile","id":"ab5e5517-48f8-4259-94c3-9dc474c252ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/user_profile","urlObject":{"path":["v1","user_profile"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab5e5517-48f8-4259-94c3-9dc474c252ec"},{"name":"Update Profile","id":"f2669972-822c-4ae5-b114-450f215ef60c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Logesh\",\n    \"two_fa_enabled\": true,\n    \"auth_token\": \"OTE3Njc4NjU4Ni0xNjIzNDkyODMzLTY1OTA\",\n    \"otp\": \"281761\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/user_profile","urlObject":{"path":["v1","user_profile"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2669972-822c-4ae5-b114-450f215ef60c"},{"name":"Reset Password","id":"c4fd2cb6-d96e-4fae-b459-c3679a17b9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"12345678\",\n    \"new_password\": \"12345678\",\n    \"confirm_password\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/user_profile/reset_password","urlObject":{"path":["v1","user_profile","reset_password"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4fd2cb6-d96e-4fae-b459-c3679a17b9a3"}],"id":"27542dbe-4330-437d-b0eb-c93de8373274","_postman_id":"27542dbe-4330-437d-b0eb-c93de8373274","description":""},{"name":"Shop","item":[{"name":"Item","item":[{"name":"Add Item","id":"9681cbdd-ae87-408d-8b2f-1a7264ab2f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Margherita\",\n    \"description\": \"Nothing but cheese!\",\n    \"category\": \"north-indian\",\n    \"item_type\": \"food\",\n    \"filterable_fields\": {\n        \"diet_type\": \"Vegetarian\",\n        \"size\": \"Small\"\n    },\n    \"meta_data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/shop/2/item","urlObject":{"path":["v1","shop","2","item"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9681cbdd-ae87-408d-8b2f-1a7264ab2f4e"},{"name":"Get Item","id":"a4e89713-7145-4435-8e40-ddb64767b4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/2/item/2yhSAVqLWc4wJGGJTbHFn8","urlObject":{"path":["v1","shop","2","item","2yhSAVqLWc4wJGGJTbHFn8"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4e89713-7145-4435-8e40-ddb64767b4f1"},{"name":"List Items","id":"7b9a0fd4-04d8-413c-86f4-779f933dd1aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/2/item","urlObject":{"path":["v1","shop","2","item"],"host":["{{admin_host}}"],"query":[{"disabled":true,"key":"id","value":"2yYMvY53A7cOVHJZuollNI"},{"disabled":true,"key":"item_type","value":"fashion"},{"disabled":true,"key":"categories[]","value":"north-indian"},{"disabled":true,"key":"sort_order","value":"DESC"},{"disabled":true,"key":"page_size","value":"3"},{"disabled":true,"key":"include_inactive","value":"true"},{"disabled":true,"key":"next_page_token","value":"eyJpbmNsdWRlX2luYWN0aXZlIjoidHJ1ZSIsInBhZ2Vfc2l6ZSI6IjMiLCJpZCI6bnVsbCwibmV4dF9pZCI6IjYxZGFmNjg5LTNiNTgtM2MxYy01MDk2LWZkNTVhOGVjYjU4MiJ9"},{"disabled":true,"key":"categories[]","value":"jean"}],"variable":[]}},"response":[],"_postman_id":"7b9a0fd4-04d8-413c-86f4-779f933dd1aa"},{"name":"Update Item","id":"5846f657-b3c6-44e4-8384-691a610e0747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Margherita\",\n    \"status\": \"active\",\n    \"category\": \"north-indian\",\n    \"description\": \"Nothing but cheese!\",\n    \"filterable_fields\": {\n        \"diet_type\": \"Vegetarian\"\n    },\n    \"meta_data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5846f657-b3c6-44e4-8384-691a610e0747"},{"name":"Upload Icon","id":"e782329f-7866-4522-b724-4fc66062bc75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"icon_file","type":"file","src":"/Users/logesh/Downloads/icon.png"}]},"url":"{{admin_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme/icon","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme","icon"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e782329f-7866-4522-b724-4fc66062bc75"},{"name":"Add Variant","id":"01b21164-24fb-4df9-ac63-75b4a2cf2d00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"variant_name\": \"size\",\n    \"variant_value\": \"Personal::Pan\",\n    \"variant_price\": 145.0\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme/variant","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme","variant"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01b21164-24fb-4df9-ac63-75b4a2cf2d00"},{"name":"Delete Variant","id":"437b1104-649c-4fbc-92ea-65a12fa20b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme/variant/2yhyXZ9rZYqCvRHSUoTyep","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme","variant","2yhyXZ9rZYqCvRHSUoTyep"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"437b1104-649c-4fbc-92ea-65a12fa20b4f"},{"name":"Delete Icon","id":"65a96c8d-b36e-4562-b1ad-183da6c52a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme/icon","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme","icon"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65a96c8d-b36e-4562-b1ad-183da6c52a01"},{"name":"Upload Cover Photo","id":"f759cfca-c8cc-4b8b-be63-45d414de03ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cover_file","type":"file","src":"/Users/logesh/Downloads/cover_photo.jpg"}]},"url":"{{admin_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme/cover_photo","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme","cover_photo"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f759cfca-c8cc-4b8b-be63-45d414de03ff"},{"name":"Delete Cover Photo","id":"2e1b6251-c716-45e6-86f1-95d058c86189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme/cover_photo/1642264230","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme","cover_photo","1642264230"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e1b6251-c716-45e6-86f1-95d058c86189"},{"name":"Delete Item","id":"7a2ba226-1c0d-414e-8db8-b4a2a0fe0d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"2yhvef5JCihUW7ARmAxZUB\",\n    \"reason\": \"Not used anymore\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/shop/2/item/delete","urlObject":{"path":["v1","shop","2","item","delete"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a2ba226-1c0d-414e-8db8-b4a2a0fe0d43"},{"name":"Meta","id":"adba3ff7-1fa9-482f-8f9d-cd8257f23097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/item/meta","urlObject":{"path":["v1","item","meta"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"adba3ff7-1fa9-482f-8f9d-cd8257f23097"}],"id":"eb5b758a-e923-43db-aa02-59faa0e6dd74","_postman_id":"eb5b758a-e923-43db-aa02-59faa0e6dd74","description":""},{"name":"Order","item":[{"name":"List Orders","id":"243f3f3e-ffc4-40c4-8d97-4d623bb24f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/2/order","urlObject":{"path":["v1","shop","2","order"],"host":["{{admin_host}}"],"query":[{"disabled":true,"key":"page_size","value":"4"},{"disabled":true,"key":"payment_status[]","value":"pending"},{"disabled":true,"key":"payment_status[]","value":"completed"},{"disabled":true,"key":"order_status[]","value":"placed"},{"disabled":true,"key":"order_status[]","value":"created"},{"disabled":true,"key":"start_date","value":"2022-04-19"},{"disabled":true,"key":"sort_order","value":"ASC"},{"disabled":true,"key":"id","value":"2zeiEo7J4Do67ESu7jxbTv"},{"disabled":true,"key":"next_page_token","value":"eyJwYWdlX3NpemUiOiIxIiwibmV4dF9pZCI6IjYyNjM4ZmQwLTMyMTctMThlNC05YTIyLWMzMTZjODc0OWJiYiJ9"}],"variable":[]}},"response":[],"_postman_id":"243f3f3e-ffc4-40c4-8d97-4d623bb24f00"},{"name":"Get Order","id":"e920c225-f41c-4511-a65a-5eb19222b726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/1/order/2zekMvkd1KR86ktHXZtHp5","urlObject":{"path":["v1","shop","1","order","2zekMvkd1KR86ktHXZtHp5"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e920c225-f41c-4511-a65a-5eb19222b726"},{"name":"Update Order","id":"cb8442d0-12ed-4bcf-a777-0bfe565a3925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    // \"order_status\": \"cancelled\"\n    // \"rating\": 3.4\n    \"shipping_addr\": {\n        \"name\": \"Logesh\",\n        \"street\": \"23, Natesanar street\",\n        \"area\": \"Thiruverkadu\",\n        \"state\": \"Tamil Nadu\",\n        \"pincode\": \"600077\"\n    }\n    // \"billing_addr\": {\n    //     \"name\": \"Logesh\",\n    //     \"street\": \"23, Anbu street\",\n    //     \"area\": \"Anna Nagar\",\n    //     \"state\": \"Tamil Nadu\",\n    //     \"pincode\": \"600077\"\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/shop/1/order/2zekMvkd1KR86ktHXZtHp5","urlObject":{"path":["v1","shop","1","order","2zekMvkd1KR86ktHXZtHp5"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb8442d0-12ed-4bcf-a777-0bfe565a3925"}],"id":"06f4f23b-b8bf-43b4-8985-f8cc4e9b4226","_postman_id":"06f4f23b-b8bf-43b4-8985-f8cc4e9b4226","description":""},{"name":"New Shop","id":"d0feee88-4e9a-4e15-90b8-762285a6e099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/new","urlObject":{"path":["v1","shop","new"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0feee88-4e9a-4e15-90b8-762285a6e099"},{"name":"Get Shop","id":"d9719648-1b0a-4847-b920-cb8468b925a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/2","urlObject":{"path":["v1","shop","2"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9719648-1b0a-4847-b920-cb8468b925a8"},{"name":"List Shops","id":"01a66570-de00-4259-ae0b-3944ed3f962f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop?id=3&statuses[]=DRAFT&statuses[]=ACTIVE&start_date=2021-06-13&end_date=2021-07-05&sort_order=DESC&page_size=20&next_page_token=eyJzdGF0dXNlcyI6WyJEUkFGVCIsIkFDVElWRSJdLCJwYWdlX3NpemUiOiIxIiwibmV4dF9pZCI6NH0","urlObject":{"path":["v1","shop"],"host":["{{admin_host}}"],"query":[{"key":"id","value":"3"},{"key":"statuses[]","value":"DRAFT"},{"key":"statuses[]","value":"ACTIVE"},{"key":"start_date","value":"2021-06-13"},{"key":"end_date","value":"2021-07-05"},{"key":"sort_order","value":"DESC"},{"key":"page_size","value":"20"},{"key":"next_page_token","value":"eyJzdGF0dXNlcyI6WyJEUkFGVCIsIkFDVElWRSJdLCJwYWdlX3NpemUiOiIxIiwibmV4dF9pZCI6NH0"}],"variable":[]}},"response":[],"_postman_id":"01a66570-de00-4259-ae0b-3944ed3f962f"},{"name":"Update Shop","id":"76e9bef2-10f4-47ed-9e57-a51d57de13ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sathyas Canteen\",\n    \"description\": \"Good Music Beautiful Ambiance, Courteous Staff and Service, Good and Nice to Enjoy, Service and Quality of Food\",\n    \"tags\": [\n        \"Chinese\",\n        \"South Indian\",\n        \"North Indian\"\n    ],\n    \"category\": \"GROCERY\",\n    \"street\": \"23/24, Anbu Street\",\n    \"area\": \"Thiruverkadu\",\n    \"city\": \"Chennai\",\n    \"state\": \"Tamil Nadu\",\n    \"pincode\": \"600077\",\n    \"lat\": -90.0,\n    \"lng\": 4.19,\n    \"telephone\": \"25545880\",\n    \"mobile\": \"9176786586\",\n    \"email\": \"ddlogesh@gmail.com\",\n    \"opening_time\": \"09:30\",\n    \"closing_time\": \"22:30\",\n    \"account_number\": \"1234567\",\n    \"account_ifsc\": \"HDFC0005322\",\n    \"account_holder\": \"Logesh D\",\n    \"pan\": \"AZXPL1001E\",\n    \"gst\": \"24AAACC1206D1ZM\"\n}","options":{"raw":{"language":"json"}}},"url":"{{admin_host}}/v1/shop/2","urlObject":{"path":["v1","shop","2"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76e9bef2-10f4-47ed-9e57-a51d57de13ae"},{"name":"Upload Icon","id":"1351c57d-6e54-41c4-a9ff-25e0240258ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"icon_file","type":"file","src":"/Users/logesh/Downloads/icon.png"}]},"url":"{{admin_host}}/v1/shop/2/icon","urlObject":{"path":["v1","shop","2","icon"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1351c57d-6e54-41c4-a9ff-25e0240258ee"},{"name":"Delete Icon","id":"499b31cd-6ac6-46df-8010-7b708cf53e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/49/icon","urlObject":{"path":["v1","shop","49","icon"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"499b31cd-6ac6-46df-8010-7b708cf53e76"},{"name":"Upload Cover Photo","id":"5571aa02-58b1-43d7-9742-695a28655649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cover_file","type":"file","src":"/Users/logesh/Downloads/cover_image.png"}]},"url":"{{admin_host}}/v1/shop/51/cover_photo","urlObject":{"path":["v1","shop","51","cover_photo"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5571aa02-58b1-43d7-9742-695a28655649"},{"name":"Delete Cover Photo","id":"e467b2dd-931f-4bc5-8755-3f5df2402ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{admin_jwt_token}}","type":"text"}],"url":"{{admin_host}}/v1/shop/51/cover_photo/1623493527","urlObject":{"path":["v1","shop","51","cover_photo","1623493527"],"host":["{{admin_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e467b2dd-931f-4bc5-8755-3f5df2402ed9"}],"id":"dfe4b1eb-2b24-42a2-af12-318f1f0baaa9","_postman_id":"dfe4b1eb-2b24-42a2-af12-318f1f0baaa9","description":""}],"id":"086b2b88-3f04-4d17-86f6-dbb541ed4d6b","_postman_id":"086b2b88-3f04-4d17-86f6-dbb541ed4d6b","description":""}],"id":"df514dc6-4cd0-442e-b290-faf10bd16ce9","_postman_id":"df514dc6-4cd0-442e-b290-faf10bd16ce9","description":""},{"name":"Zinger Customer","item":[{"name":"v1","item":[{"name":"User","item":[{"name":"Login/Register client","id":"3a2886f2-4f75-4ced-9d6f-847450c6cbfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"9176786582\",\n    \"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/customer","description":"<ul>\n<li>For an existing user, returns the user and place details.</li>\n<li>For a new user, creates the user details record and returns a response code-<strong>1163</strong>.</li>\n<li>Response code-<strong>1151</strong> is generated if an existing user is blocked by the administrator.</li>\n</ul>\n","urlObject":{"port":"8080","path":["user","customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cf7174d2-cd75-4259-946e-20c7d524131f","name":"BLOCKED USER","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"9176019334\",\n    \"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"59"},{"key":"Date","value":"Wed, 06 May 2020 09:06:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1151,\n    \"message\": \"User has been blocked\",\n    \"data\": null\n}"},{"id":"814325e1-492d-45d7-a522-e3d6c376fda9","name":"SIGN UP","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"9176786587\",\n    \"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1163,\n    \"message\": \"Place detail not available\",\n    \"data\": {\n        \"userModel\": {\n            \"id\": 4,\n            \"mobile\": null,\n            \"name\": null,\n            \"email\": null,\n            \"oauthId\": null,\n            \"notificationToken\": null,\n            \"role\": \"CUSTOMER\"\n        },\n        \"placeModel\": null\n    }\n}"},{"id":"675526af-61ca-44e8-bfbc-0e9dac4b55a9","name":"LOGIN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"9176786582\",\n    \"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"358"},{"key":"Date","value":"Wed, 06 May 2020 08:08:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": {\n        \"userModel\": {\n            \"id\": 4,\n            \"mobile\": null,\n            \"name\": \"John Doe\",\n            \"email\": \"johndoe@gmail.com\",\n            \"oauthId\": null,\n            \"notificationToken\":null,\n            \"role\": \"CUSTOMER\"\n        },\n        \"placeModel\": {\n            \"id\": 1,\n            \"name\": \"Zinger IT Park\",\n            \"iconUrl\": \"https://bit.ly/2W8yHrB\",\n            \"address\": \"Kelambakkam\"\n        }\n    }\n}"}],"_postman_id":"3a2886f2-4f75-4ced-9d6f-847450c6cbfd"},{"name":"Update client profile","id":"e0a181f1-479f-4d93-b2e3-629fdbd79559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"userModel\":{\n\t\t\"name\": \"John Doe\",\n\t\t\"email\":\"johndoe@gmail.com\",\n\t\t\"mobile\":\"9176786582\",\n\t\t\"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\",\n\t\t\"id\":4\n\t},\n\t\"placeModel\":{\n\t\t\"id\":100\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/place","description":"<p>Updates the client profile details including the place/campus preference.</p>\n","urlObject":{"port":"8080","path":["user","place"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c02cce12-4f6c-42ba-b681-2a8efe329920","name":"PLACE DETAIL NOT UPDATED","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"userModel\":{\n\t\t\"name\": \"John Doe\",\n\t\t\"email\":\"johndoe@gmail.com\",\n\t\t\"mobile\":\"9176786582\",\n\t\t\"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\",\n\t\t\"id\":4\n\t},\n\t\"placeModel\":{\n\t\t\"id\":100\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/place"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Date","value":"Wed, 06 May 2020 08:43:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1164,\n    \"message\": \"Place detail not updated\",\n    \"data\": \"Failure\"\n}"},{"id":"4dacb373-e34e-47e9-bfb5-2094a693a9b9","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"userModel\":{\n\t\t\"name\": \"John Doe\",\n\t\t\"email\":\"johndoe@gmail.com\",\n\t\t\"mobile\":\"9176786582\",\n\t\t\"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\",\n\t\t\"id\":4\n\t},\n\t\"placeModel\":{\n\t\t\"id\":1\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/place"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 08:07:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"e0a181f1-479f-4d93-b2e3-629fdbd79559"},{"name":"Update partner profile","id":"48b74215-b0ac-4b73-9d18-a0063b6df7fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"John Cena\",\n\t\"email\":\"johncena@gmail.com\",\n\t\"mobile\":\"9176019346\",\n\t\"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\",\n\t\"id\": 5\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user","description":"<p>Updates the partner profile details.</p>\n","urlObject":{"port":"8080","path":["user"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"38be5232-4ad6-4661-aa1f-d07052bc1a46","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"John\",\n\t\"email\":\"john@gmail.com\",\n\t\"mobile\":\"9176019335\",\n\t\"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\",\n\t\"id\": 4\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 08:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"48b74215-b0ac-4b73-9d18-a0063b6df7fd"},{"name":"Update notification token","id":"0a2469c6-9d54-4dce-8e98-71fba63c1d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"notificationToken\":\"dy3DSXPnmhvBwtUNh4sFj1\",\n\t\"id\": 9\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/notif","description":"<ul>\n<li>Updates the notification token generated in the front-end.</li>\n<li>For each user, up to 5 notification tokens are maintained and it can be extended as per the requirement.</li>\n<li>Push Notification token is generated using <strong>Firebase Cloud Messaging</strong>.</li>\n</ul>\n","urlObject":{"port":"8080","path":["user","notif"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6959e6a3-3964-4177-9734-6664854f30cd","name":"NOTIFICATION TOKEN NOT UPDATED","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"notificationToken\":\"fdgdsss21dfgfsXPnmhvBwtUNh4sFdsj1\",\n\t\"id\": 5\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/notif"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Date","value":"Wed, 06 May 2020 08:47:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1159,\n    \"message\": \"Notification Token Not Updated\",\n    \"data\": null\n}"},{"id":"5c1ffc78-43c3-47aa-b868-baa15e9fabd9","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"CUSTOMER"}],"body":{"mode":"raw","raw":"{\n\t\"notificationToken\":\"fdgdsss21dfgfsXPnmhvBwtUNh4sFdsj1\",\n\t\"id\": 4\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/notif"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 08:19:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"0a2469c6-9d54-4dce-8e98-71fba63c1d4e"},{"name":"Login partner","id":"5d626ca8-6aaa-4c02-960b-95570fe775a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"9176019834\",\n    \"oauthId\": \"6rqnIMdy3DSXPnmhvBwtUNh4sFj1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/seller","description":"<ul>\n<li>For a successful login, return the user and list of shop details he/she belongs to.</li>\n<li>Response code-<strong>1155</strong> is generated if the user record is not found.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["user","seller"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f3fdea9c-c892-4496-9c55-cf9086e8c424","name":"LOGIN FAILURE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"9176019457\",\n    \"oauthId\": \"7rqnIMdy3DSXPnmhvBwtUNh4sFj2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/seller"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"63"},{"key":"Date","value":"Wed, 06 May 2020 09:01:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1155,\n    \"message\": \"User detail not available\",\n    \"data\": null\n}"},{"id":"fd8a1a81-079a-4107-88b8-8001b1d1a6c4","name":"LOGIN  SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"9176019334\",\n    \"oauthId\": \"7rqnIMdy3DSXPnmhvBwtUNh4sFj2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/seller"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"608"},{"key":"Date","value":"Wed, 06 May 2020 09:01:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": {\n        \"userModel\": {\n            \"id\": 2,\n            \"mobile\": 9176019445,\n            \"name\": \"John Connors\",\n            \"email\": \"johnconnors@gmail.com\",\n            \"oauthId\": null,\n            \"notificationToken\": null,\n            \"role\": \"SHOP_OWNER\"\n        },\n        \"shopModelList\": [\n            {\n                \"shopModel\": {\n                    \"id\": 1,\n                    \"name\": \"Hotel transylvania\",\n                    \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n                    \"coverUrls\": [\n                        \"https://bit.ly/2zfjZWV\",\n                        \"https://bit.ly/35C7aBT\",\n                        \"https://bit.ly/35DR9eE\"\n                    ],\n                    \"mobile\": \"9176019344\",\n                    \"placeModel\": null,\n                    \"openingTime\": \"09:00:00\",\n                    \"closingTime\": \"21:00:00\"\n                },\n                \"ratingModel\": {\n                    \"shopModel\": null,\n                    \"rating\": 4.3,\n                    \"userCount\": 20\n                },\n                \"configurationModel\": {\n                    \"shopModel\": null,\n                    \"merchantId\": \"MID\",\n                    \"deliveryPrice\": 15.0,\n                    \"isDeliveryAvailable\": 1,\n                    \"isOrderTaken\": 1\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"5d626ca8-6aaa-4c02-960b-95570fe775a3"}],"id":"f01b5473-eafb-456b-9509-f969356de519","description":"<p>User API allows you to authenticate clients and partners. It also allows for updating the user's profile and notification token.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f990093b-44fc-4845-a350-d4dbddda41bd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"42828e42-8a01-4c86-af03-67fcb4d99e4b"}}],"_postman_id":"f01b5473-eafb-456b-9509-f969356de519"},{"name":"Shop","item":[{"name":"Get shops in a place","id":"ead64d68-fa48-482d-a3a2-4a4f531d8b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/shop/place/1","description":"<p><strong>URL</strong> : /shop/place/{placeId}</p>\n<p>Returns the list of shops in a given campus/place.</p>\n","urlObject":{"port":"8080","path":["shop","place","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"75cdc4ec-5ea6-4813-b944-2384e74d0605","name":"NO SHOPS AVAILABLE","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/shop/place/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 06 May 2020 09:15:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 2,\n    \"message\": \"Success\",\n    \"data\": []\n}"},{"id":"49e1e219-f800-4010-b2d2-a81962aed0eb","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/shop/place/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1251"},{"key":"Date","value":"Wed, 06 May 2020 09:10:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"shopModel\": {\n                \"id\": 1,\n                \"name\": \"Hotel transylvania\",\n                \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n                \"coverUrls\": [\n                    \"https://bit.ly/2W8yHrB\",\n                    \"https://bit.ly/35C7aBT\",\n                    \"https://bit.ly/35DR9eE\"\n                ],\n                \"mobile\": \"9176019344\",\n                \"placeModel\": null,\n                \"openingTime\": \"09:00:00\",\n                \"closingTime\": \"21:00:00\"\n            },\n            \"ratingModel\": {\n                \"shopModel\": null,\n                \"rating\": 0.0,\n                \"userCount\": 0\n            },\n            \"configurationModel\": {\n                \"shopModel\": null,\n                \"merchantId\": \"35C7aBT\",\n                \"deliveryPrice\": 15.0,\n                \"isDeliveryAvailable\": 1,\n                \"isOrderTaken\": 1\n            }\n        },\n        {\n            \"shopModel\": {\n                \"id\": 2,\n                \"name\": \"Hotel Hilton\",\n                \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n                \"coverUrls\": [\n                    \"https://bit.ly/2W8yHrB\",\n                    \"https://bit.ly/35C7aBT\",\n                    \"https://bit.ly/35DR9eE\"\n                ],\n                \"mobile\": \"9176019344\",\n                \"placeModel\": null,\n                \"openingTime\": \"09:00:00\",\n                \"closingTime\": \"21:00:00\"\n            },\n            \"ratingModel\": {\n                \"shopModel\": null,\n                \"rating\": 0.0,\n                \"userCount\": 0\n            },\n            \"configurationModel\": {\n                \"shopModel\": null,\n                \"merchantId\": \"2W8yHrB\",\n                \"deliveryPrice\": 10.0,\n                \"isDeliveryAvailable\": 1,\n                \"isOrderTaken\": 1\n            }\n        },\n        {\n            \"shopModel\": {\n                \"id\": 3,\n                \"name\": \"Hotel Rwanda\",\n                \"photoUrl\": \"shop.com\",\n                \"coverUrls\": [\n                    \"https://bit.ly/2W8yHrB\",\n                    \"https://bit.ly/35C7aBT\",\n                    \"https://bit.ly/35DR9eE\"\n                ],\n                \"mobile\": \"9176019344\",\n                \"placeModel\": null,\n                \"openingTime\": \"09:00:00\",\n                \"closingTime\": \"21:00:00\"\n            },\n            \"ratingModel\": {\n                \"shopModel\": null,\n                \"rating\": 0.0,\n                \"userCount\": 0\n            },\n            \"configurationModel\": {\n                \"shopModel\": null,\n                \"merchantId\": \"35DR9eE\",\n                \"deliveryPrice\": 25.0,\n                \"isDeliveryAvailable\": 1,\n                \"isOrderTaken\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"ead64d68-fa48-482d-a3a2-4a4f531d8b86"},{"name":"Get shop details","id":"a660d655-a52a-4815-9e1c-04a6f484eb0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/shop/1","description":"<p><strong>URL</strong> : /shop/{shopId}</p>\n<p>Returns the shop details for a given shop id.</p>\n","urlObject":{"port":"8080","path":["shop","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5965a789-b3d1-435f-8c9e-b1ee0ea38e07","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/shop/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"424"},{"key":"Date","value":"Wed, 06 May 2020 09:18:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": {\n        \"shopModel\": {\n            \"id\": 1,\n            \"name\": \"Hotel transylvania\",\n            \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n            \"coverUrls\": [\n                \"https://bit.ly/35DR9eE\",\n                \"https://bit.ly/35C7aBT\",\n                \"https://bit.ly/2W8yHrB\"\n            ],\n            \"mobile\": \"9176019344\",\n            \"placeModel\": null,\n            \"openingTime\": \"09:00:00\",\n            \"closingTime\": \"21:00:00\"\n        },\n        \"ratingModel\": {\n            \"shopModel\": null,\n            \"rating\": 0.0,\n            \"userCount\": 0\n        },\n        \"configurationModel\": {\n            \"shopModel\": null,\n            \"merchantId\": \"35C7aBT\",\n            \"deliveryPrice\": 15.0,\n            \"isDeliveryAvailable\": 1,\n            \"isOrderTaken\": 1\n        }\n    }\n}"}],"_postman_id":"a660d655-a52a-4815-9e1c-04a6f484eb0b"},{"name":"Insert new shop","id":"4d9e50a8-a177-48bf-8967-36ccb9c1cdbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shopModel\": {\n        \"name\": \"Hotel ITC Grand Chola\",\n        \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n        \"coverUrls\":[\"https://bit.ly/35C7aBT\",\"https://bit.ly/2zfjZWV\"],\n        \"mobile\": \"9176786586\",\n        \"placeModel\": {\n            \"id\": 1\n        },\n        \"openingTime\": \"08:00:00\",\n        \"closingTime\": \"22:00:00\"\n    },\n    \"merchantId\":\"35C7aBT\",\n    \"deliveryPrice\": 30\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/shop","description":"<ul>\n<li>Insert a new shop in a given campus/place. </li>\n<li>It is restricted to the user with <strong>ADMIN</strong> access.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["shop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"afcfc2aa-324d-451c-9ff7-cd79bf5c46a4","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"8rqnIMdy3DSXPnmhvBwtUNh4sFj3"},{"key":"id","type":"text","value":"1"},{"key":"role","type":"text","value":"SUPER_ADMIN"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shopModel\": {\n        \"name\": \"The Grand Budapest Hotel\",\n        \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n        \"coverUrls\":[\"https://bit.ly/2W8yHrB\",\"https://bit.ly/35C7aBT\"],\n        \"mobile\": \"9176786586\",\n        \"placeModel\": {\n            \"id\": 1\n        },\n        \"openingTime\": \"08:00:00\",\n        \"closingTime\": \"22:00:00\"\n    },\n    \"merchantId\":\"35C7aBT\",\n    \"deliveryPrice\": 30\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/shop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 09:27:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"4d9e50a8-a177-48bf-8967-36ccb9c1cdbe"},{"name":"Update shop","id":"e3a48766-e33a-4779-ba1f-843a3c41dd54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"3"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shopModel\": {\n        \"id\": 1,\n        \"name\": \"Hotel Transylvania\",\n        \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n        \"coverUrls\":[\"https://bit.ly/2zfjZWV\",\"https://bit.ly/2W8yHrB\"],\n        \"mobile\": \"9176786586\",\n        \"openingTime\": \"08:00:00\",\n        \"closingTime\": \"22:00:00\"\n    },\n    \"merchantId\": \"2zfjZWV\",\n    \"deliveryPrice\": 30,\n    \"isDeliveryAvailable\": 1,\n    \"isOrderTaken\": 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/shop/config","description":"<ul>\n<li>Update the shop details which includes shop name, contact details, opening &amp; closing time, delivery availability, etc.</li>\n<li>It is restricted to zinger partner.</li>\n</ul>\n","urlObject":{"port":"8080","path":["shop","config"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c412a299-783f-4699-bcc8-25484556093d","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shopModel\": {\n        \"id\": 1,\n        \"name\": \"Hotel transylvania\",\n        \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n        \"coverUrls\":[\"https://bit.ly/35C7aBT\",\"https://bit.ly/2W8yHrB\"],\n        \"mobile\": \"9176786586\",\n        \"openingTime\": \"08:00:00\",\n        \"closingTime\": \"22:00:00\"\n    },\n    \"merchantId\": \"2zfjZWV\",\n    \"deliveryPrice\": 30,\n    \"isDeliveryAvailable\": 1,\n    \"isOrderTaken\": 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/shop/config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 09:32:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"e3a48766-e33a-4779-ba1f-843a3c41dd54"},{"name":"Delete shop","id":"0e2320ea-4240-481f-be9e-cf40b56aa2c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"oauth_id","type":"text","value":"8rqnIMdy3DSXPnmhvBwtUNh4sFj3"},{"key":"id","type":"text","value":"1"},{"key":"role","type":"text","value":"SUPER_ADMIN"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/shop/10","description":"<ul>\n<li>Delete a shop for a given shop id. </li>\n<li>It is restricted to the users with <strong>ADMIN</strong> access.</li>\n</ul>\n","urlObject":{"port":"8080","path":["shop","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"24fed794-6fbf-475a-a216-82c97edd8950","name":"SUCCESS","originalRequest":{"method":"DELETE","header":[{"key":"oauth_id","type":"text","value":"8rqnIMdy3DSXPnmhvBwtUNh4sFj3"},{"key":"id","type":"text","value":"1"},{"key":"role","type":"text","value":"SUPER_ADMIN"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/shop/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 09:33:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"0e2320ea-4240-481f-be9e-cf40b56aa2c6"}],"id":"7a15e5c5-54df-4e62-a426-a712771aaf72","description":"<p>Shop API allows you to fetch and update shop details.</p>\n<p><strong>NOTE</strong>:</p>\n<ul>\n<li>merchantId - ID provided by the payment gateway.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"83e8ddd7-5896-497f-87ca-d677fdb3884a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6aee4f55-a6d2-41c4-a88b-a91ffc8faded"}}],"_postman_id":"7a15e5c5-54df-4e62-a426-a712771aaf72"},{"name":"Place","item":[{"name":"Get all places","id":"26cc1479-fa71-412a-8821-afb182dbf212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"3","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"}],"url":"localhost:8080/place","description":"<p>Returns the list of campuses/places.</p>\n","urlObject":{"port":"8080","path":["place"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c1e99a50-e180-417c-81a8-359b377ede28","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"}],"url":"localhost:8080/place"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1440"},{"key":"Date","value":"Wed, 06 May 2020 09:36:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"id\": 9,\n            \"name\": \"Accolite University\",\n            \"iconUrl\": \"https://bit.ly/35C7aBT\",\n            \"address\": \"Ramapuram\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"HCL University\",\n            \"iconUrl\": \"https://bit.ly/45C7aBT\",\n            \"address\": \"Vandaloor\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"IBM University\",\n            \"iconUrl\": \"https://bit.ly/35d7aBT\",\n            \"address\": \"Ramapuram\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"SRM University\",\n            \"iconUrl\": \"https://bit.ly/a5C7aBT\",\n            \"address\": \"Ramapuram\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"SSN College of Engineering\",\n            \"iconUrl\": \"https://bit.ly/35C7aBT\",\n            \"address\": \"Kelambakkam\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"SSN University\",\n            \"iconUrl\": \"https://bit.ly/35C7aBT\",\n            \"address\": \"Vandaloor\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"SVCE University\",\n            \"iconUrl\": \"https://bit.ly/agC7aBT\",\n            \"address\": \"Kelambakkam\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Vidya University\",\n            \"iconUrl\": \"https://bit.ly/klC7aBT\",\n            \"address\": \"Ramapuram\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"VIT University\",\n            \"iconUrl\": \"https://bit.ly/9mC7aBT\",\n            \"address\": \"Vandaloor\"\n        }\n    ]\n}"}],"_postman_id":"26cc1479-fa71-412a-8821-afb182dbf212"},{"name":"Insert new place","id":"a106878c-3997-4edc-a38d-184029a2a0b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"1","type":"text"},{"key":"role","value":"SUPER_ADMIN","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Zinger Mall\",\n\t\"iconUrl\":\"https://bit.ly/2W8yHrB\",\n\t\"address\":\"23,Arcot Road,Chennai-76\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/place","description":"<ul>\n<li>Insert a new place/campus. </li>\n<li>It is restricted to the user with <strong>ADMIN</strong> access.</li>\n</ul>\n","urlObject":{"port":"8080","path":["place"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6186c8ce-ee15-4b44-9798-96e7c32084b9","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","value":"8rqnIMdy3DSXPnmhvBwtUNh4sFj3","type":"text"},{"key":"id","value":"1","type":"text"},{"key":"role","value":"SUPER_ADMIN","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"VIJAYA FORUM MALL\",\n\t\"iconUrl\":\"https://bit.ly/35DR9eE\",\n\t\"address\":\"Madras\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/place"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 09:37:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"a106878c-3997-4edc-a38d-184029a2a0b6"}],"id":"e13375e3-ab03-44a8-a0ea-f4b5b63722c2","description":"<p>Place API allows you to fetch and update the place/campus.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0d1bbe6a-66f2-4804-9121-110459db8cb5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c2867a42-a42e-4984-9a9f-535e83bb3946"}}],"_postman_id":"e13375e3-ab03-44a8-a0ea-f4b5b63722c2"},{"name":"Item","item":[{"name":"Get items in a shop","id":"d30ea0ed-cc82-4d45-b85d-f8291f83c062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/menu/shop/100","description":"<p><strong>URL</strong> : /menu/shop/{shopId}</p>\n<p>Returns the list of items for a given shop id.</p>\n","urlObject":{"port":"8080","path":["menu","shop","100"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76bc6fa5-beac-4d09-bc2e-4e497b68b4a3","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8080/menu/shop/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2163"},{"key":"Date","value":"Wed, 06 May 2020 10:27:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"id\": 13,\n            \"name\": \"Apple Juice\",\n            \"price\": 35,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"BEVERAGES\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Chappati (2)\",\n            \"price\": 55,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"NORTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Chicken 65\",\n            \"price\": 85,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 0,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Chicken Biriyani\",\n            \"price\": 75,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 0,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Chicken Fried Rice\",\n            \"price\": 75,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"CHINESE\",\n            \"shopModel\": null,\n            \"isVeg\": 0,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Chicken Noodles\",\n            \"price\": 65,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"CHINESE\",\n            \"shopModel\": null,\n            \"isVeg\": 0,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Grape Juice\",\n            \"price\": 25,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"BEVERAGES\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Idly\",\n            \"price\": 30,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Mango Juice\",\n            \"price\": 45,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"BEVERAGES\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Masala Dosa\",\n            \"price\": 45,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Mutton Biriyani\",\n            \"price\": 95,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 0,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Parota\",\n            \"price\": 75,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Pongal\",\n            \"price\": 45,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Sada Dosa\",\n            \"price\": 35,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Samosa\",\n            \"price\": 10,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SNACKS\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Watermelon Juice\",\n            \"price\": 25,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"BEVERAGES\",\n            \"shopModel\": null,\n            \"isVeg\": 1,\n            \"isAvailable\": 1\n        }\n    ]\n}"},{"id":"a48c666e-32a6-48e8-89a8-f0edf9a25764","name":"EMPTY ITEMS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"localhost:8080/menu/shop/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 06 May 2020 10:28:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 2,\n    \"message\": \"Success\",\n    \"data\": []\n}"}],"_postman_id":"d30ea0ed-cc82-4d45-b85d-f8291f83c062"},{"name":"Insert new items","id":"2843c9c2-c9b4-4bc3-88de-4189c52ec7d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"5","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Chicken Kebab\",\n        \"price\": 140,\n        \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n        \"category\": \"Arabian\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 0\n    },\n    {\n        \"name\": \"Chicken Tandoori\",\n        \"price\": 190,\n        \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n        \"category\": \"Arabian\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 0\n    },\n    {\n        \"name\": \"Coke\",\n        \"price\": 240,\n        \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n        \"category\": \"soft drink\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 1\n    }\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8080/menu","description":"<ul>\n<li>Insert a list of items for a given shop.</li>\n<li>It is restricted to the zinger partner.</li>\n</ul>\n","urlObject":{"port":"8080","path":["menu"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"85e2e267-dece-4c51-837d-d9b24ca85a04","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2","type":"text"},{"key":"id","value":"2","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Coke\",\n        \"price\": 40,\n        \"photoUrl\": \"https://bit.ly/35C7aBT\",\n        \"category\": \"soft drink\",\n        \"shopModel\": {\n            \"id\": 1\n        },\n        \"isVeg\": 1\n    },\n    {\n        \"name\": \"Pepsi\",\n        \"price\": 40,\n        \"photoUrl\": \"https://bit.ly/35C7aBT\",\n        \"category\": \"soft drink\",\n        \"shopModel\": {\n            \"id\": 1\n        },\n        \"isVeg\": 1\n    }\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8080/menu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 10:32:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"2843c9c2-c9b4-4bc3-88de-4189c52ec7d0"},{"name":"Update items","id":"2e6c697c-9fce-4492-9903-18e9a91f149f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"5","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": 17,\n        \"name\": \"Chicken Fried Kebab\",\n        \"price\": 60,\n        \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n        \"category\": \"CHINESE\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 0,\n        \"isAvailable\": 1\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Chicken Fried Rice\",\n        \"price\": 60,\n        \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n        \"category\": \"CHINESE\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 0,\n        \"isAvailable\": 1\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Fried Chicken\",\n        \"price\": 70,\n        \"photoUrl\": \"https://bit.ly/2W8yHrB\",\n        \"category\": \"CHINESE\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 1,\n        \"isAvailable\": 0\n    }\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8080/menu","description":"<ul>\n<li>Updates a list of items' details for a given shop.</li>\n<li>It is restricted to the zinger partner.</li>\n</ul>\n","urlObject":{"port":"8080","path":["menu"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d759fd8-6c68-43b5-851a-fb57c0fcb96e","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2","type":"text"},{"key":"id","value":"2","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": 17,\n        \"name\": \"Chicken Noodles\",\n        \"price\": 62,\n        \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n        \"category\": \"CHINESE\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 0,\n        \"isAvailable\": 1\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Chicken Fried Rice\",\n        \"price\": 63,\n        \"photoUrl\": \"https://bit.ly/2zfjZWV\",\n        \"category\": \"CHINESE\",\n        \"shopModel\": {\n            \"id\": 2\n        },\n        \"isVeg\": 0,\n        \"isAvailable\": 1\n    }\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8080/menu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 10:35:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"2e6c697c-9fce-4492-9903-18e9a91f149f"},{"name":"Delete Item","id":"162be71f-f489-42de-91e4-6436a862c697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"5"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/menu/delete/43","description":"<p><strong>URL</strong> : /menu/delete/{itemId}</p>\n<ul>\n<li>Deletes an item for a given item id.</li>\n<li>It is restricted to the zinger partner.</li>\n</ul>\n","urlObject":{"port":"8080","path":["menu","delete","43"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e6680c1a-bcf6-4ee8-a706-9a544f05d7a2","name":"SUCCESS","originalRequest":{"method":"DELETE","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/menu/delete/43"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 10:47:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"162be71f-f489-42de-91e4-6436a862c697"},{"name":"Search item by name","id":"76311ad6-ceae-4f83-8f57-08eacd0fca14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"7","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"}],"url":"localhost:8080/menu/2/chi","description":"<p><strong>URL</strong> : /menu/{shopId}/{itemName}</p>\n<p>Returns the list of items matching the given item name, for a given shop id.</p>\n","urlObject":{"port":"8080","path":["menu","2","chi"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5aebce43-e305-4fb2-abbd-de5b004d54a7","name":"EMPTY RESULT","originalRequest":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"}],"url":"localhost:8080/menu/2/z"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 06 May 2020 10:46:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 2,\n    \"message\": \"Success\",\n    \"data\": []\n}"},{"id":"4f396105-d347-4167-ae37-e9b0a7b11efc","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"}],"url":"localhost:8080/menu/2/chi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"681"},{"key":"Date","value":"Wed, 06 May 2020 10:46:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"id\": 27,\n            \"name\": \"Chicken 65\",\n            \"price\": 85,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": {\n                \"id\": 4,\n                \"name\": \"Hotel Transylvania\",\n                \"photoUrl\": null,\n                \"coverUrls\": null,\n                \"mobile\": null,\n                \"placeModel\": {\n                    \"id\": null,\n                    \"name\": null,\n                    \"iconUrl\": null,\n                    \"address\": null\n                },\n                \"openingTime\": null,\n                \"closingTime\": null\n            },\n            \"isVeg\": 0,\n            \"isAvailable\": 1\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Chicken Biriyani\",\n            \"price\": 75,\n            \"photoUrl\": \"https://bit.ly/35C7aBT\",\n            \"category\": \"SOUTH INDIAN\",\n            \"shopModel\": {\n                \"id\": 4,\n                \"name\": \"Hotel Transylvania\",\n                \"photoUrl\": null,\n                \"coverUrls\": null,\n                \"mobile\": null,\n                \"placeModel\": {\n                    \"id\": null,\n                    \"name\": null,\n                    \"iconUrl\": null,\n                    \"address\": null\n                },\n                \"openingTime\": null,\n                \"closingTime\": null\n            },\n            \"isVeg\": 0,\n            \"isAvailable\": 1\n        }\n    ]\n}"}],"_postman_id":"76311ad6-ceae-4f83-8f57-08eacd0fca14"}],"id":"668bf0e8-dd0c-4520-babf-ee8d84cb9f4b","description":"<p>Item API allows you to fetch and update items in a shop.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"08a9acc9-b892-4463-b7df-6986eb605866"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f4e7af07-6a1f-40ea-8002-91c6fd378b55"}}],"_postman_id":"668bf0e8-dd0c-4520-babf-ee8d84cb9f4b"},{"name":"Order","item":[{"name":"Verify new order","id":"3c0520fe-4315-4439-8e4e-ffd51b7d6969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionModel\": {\n        \"orderModel\": {\n            \"userModel\": {\n                \"id\": 4\n            },\n            \"shopModel\": {\n                \"id\": 1\n            },\n            \"price\": 295,\n            \"cookingInfo\": \"Less salt\",\n            \"deliveryPrice\": 15,\n            \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\"\n        }\n    },\n    \"orderItemsList\": [\n        {\n            \"itemModel\": {\n                \"id\": 1\n            },\n            \"quantity\": 2,\n            \"price\": 150\n        },\n        {\n            \"itemModel\": {\n                \"id\": 2\n            },\n            \"quantity\": 2,\n            \"price\": 130\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order","description":"<ul>\n<li><p>Verifies the order details and returns the unique order id and transaction token from the payment gateway.</p>\n</li>\n<li><p>This token is used to initiate the transaction in the front-end.</p>\n</li>\n<li><p>For a failed response, any one of the response code is returned.</p>\n<ul>\n<li><p><strong>1263</strong> - Delivery Option not available.</p>\n</li>\n<li><p><strong>1266</strong> - Restaurant not accepting orders.</p>\n</li>\n<li><p><strong>1296</strong> - Some Items are not available.</p>\n</li>\n<li><p><strong>1300</strong> - Order price mismatch.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"port":"8080","path":["order"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5d944da9-68dc-478a-acce-7831df8eeccc","name":"RESTAURANT NOT ACCEPTING ORDERS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionModel\": {\n        \"orderModel\": {\n            \"userModel\": {\n                \"id\": 4\n            },\n            \"shopModel\": {\n                \"id\": 1\n            },\n            \"price\": 310,\n            \"cookingInfo\": \"Less salt\",\n            \"deliveryPrice\": 15,\n            \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\"\n        }\n    },\n    \"orderItemsList\": [\n        {\n            \"itemModel\": {\n                \"id\": 1\n            },\n            \"quantity\": 2,\n            \"price\": 150\n        },\n        {\n            \"itemModel\": {\n                \"id\": 2\n            },\n            \"quantity\": 2,\n            \"price\": 130\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Date","value":"Wed, 06 May 2020 10:54:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1266,\n    \"message\": \"Restaurant not accepting orders\",\n    \"data\": null\n}"},{"id":"fac102ea-e9c5-403b-bf85-caffd1f79803","name":"ITEMS NOT AVAILABLE","originalRequest":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionModel\": {\n        \"orderModel\": {\n            \"userModel\": {\n                \"id\": 4\n            },\n            \"shopModel\": {\n                \"id\": 1\n            },\n            \"price\": 310,\n            \"cookingInfo\": \"Less salt\",\n            \"deliveryPrice\": 15,\n            \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\"\n        }\n    },\n    \"orderItemsList\": [\n        {\n            \"itemModel\": {\n                \"id\": 1\n            },\n            \"quantity\": 2,\n            \"price\": 150\n        },\n        {\n            \"itemModel\": {\n                \"id\": 2\n            },\n            \"quantity\": 2,\n            \"price\": 130\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Wed, 06 May 2020 11:01:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1296,\n    \"message\": \"Some Items are not available\",\n    \"data\": null\n}"},{"id":"623eabb4-a1ff-440f-a0e0-f1a9a2415d00","name":"ORDER PRICE MISMATCH","originalRequest":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionModel\": {\n        \"orderModel\": {\n            \"userModel\": {\n                \"id\": 7\n            },\n            \"shopModel\": {\n                \"id\": 1\n            },\n            \"price\": 310,\n            \"cookingInfo\": \"Less salt\",\n            \"deliveryPrice\": 15,\n            \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\"\n        }\n    },\n    \"orderItemsList\": [\n        {\n            \"itemModel\": {\n                \"id\": 1\n            },\n            \"quantity\": 2,\n            \"price\": 150\n        },\n        {\n            \"itemModel\": {\n                \"id\": 2\n            },\n            \"quantity\": 2,\n            \"price\": 130\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"58"},{"key":"Date","value":"Wed, 06 May 2020 11:12:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1300,\n    \"message\": \"Order price mismatch\",\n    \"data\": null\n}"},{"id":"4d5c4940-8c1d-43f4-99bb-bd5829dbc112","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionModel\": {\n        \"orderModel\": {\n            \"userModel\": {\n                \"id\": 4\n            },\n            \"shopModel\": {\n                \"id\": 1\n            },\n            \"price\": 295,\n            \"cookingInfo\": \"Less salt\",\n            \"deliveryPrice\": 15,\n            \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\"\n        }\n    },\n    \"orderItemsList\": [\n        {\n            \"itemModel\": {\n                \"id\": 1\n            },\n            \"quantity\": 2,\n            \"price\": 150\n        },\n        {\n            \"itemModel\": {\n                \"id\": 2\n            },\n            \"quantity\": 2,\n            \"price\": 130\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Date","value":"Wed, 06 May 2020 10:50:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": {\n        \"orderId\": 1,\n        \"transactionToken\": \"12Abdsfds\"\n    }\n}"},{"id":"cf123a4c-2a10-4227-a22e-78faa3fdf679","name":"DELIVERY NOT AVAILABLE","originalRequest":{"method":"POST","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionModel\": {\n        \"orderModel\": {\n            \"userModel\": {\n                \"id\": 4\n            },\n            \"shopModel\": {\n                \"id\": 1\n            },\n            \"price\": 310,\n            \"cookingInfo\": \"Less salt\",\n            \"deliveryPrice\": 15,\n            \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\"\n        }\n    },\n    \"orderItemsList\": [\n        {\n            \"itemModel\": {\n                \"id\": 1\n            },\n            \"quantity\": 2,\n            \"price\": 150\n        },\n        {\n            \"itemModel\": {\n                \"id\": 2\n            },\n            \"quantity\": 2,\n            \"price\": 130\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Date","value":"Wed, 06 May 2020 10:53:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1263,\n    \"message\": \"Delivery Option not available\",\n    \"data\": null\n}"}],"_postman_id":"3c0520fe-4315-4439-8e4e-ffd51b7d6969"},{"name":"Place new order","id":"cb894566-163d-4abb-a733-024f07afbd5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/place/3","description":"<p><strong>URL</strong> : /order/place/{orderId}</p>\n<ul>\n<li>After a successful transaction, inserts a new order for the given order id.</li>\n<li>Return the response code-<strong>1167</strong> for invalid order id.</li>\n</ul>\n","urlObject":{"port":"8080","path":["order","place","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"03391135-ec7d-497d-b728-80dd7fa13e7f","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/place/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 11:03:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"},{"id":"89df42ae-dfb9-420a-a9db-8a9bdd117e00","name":"FAILURE","originalRequest":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/place/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Date","value":"Wed, 06 May 2020 11:03:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1167,\n    \"message\": \"Order detail not available\",\n    \"data\": null\n}"}],"_postman_id":"cb894566-163d-4abb-a733-024f07afbd5d"},{"name":"Get all orders (Client)","id":"2c5e37ed-e115-4b25-8ca2-9081d46daf1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/customer/4/1/5","description":"<p><strong>URL</strong> : /order/customer/{userId}/{pageNumber}/{pageCount}</p>\n<ul>\n<li>Returns the list of orders for the given user id in a paginated manner.</li>\n<li>It is restricted to the zinger client.</li>\n</ul>\n","urlObject":{"port":"8080","path":["order","customer","4","1","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1a6db018-86b3-4cc6-a0b3-014dc829e665","name":"EMPTY","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/customer/5/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 06 May 2020 11:05:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 2,\n    \"message\": \"Success\",\n    \"data\": []\n}"},{"id":"6109d73c-b22e-45b6-afab-0d3025253865","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/customer/4/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1135"},{"key":"Date","value":"Wed, 06 May 2020 11:04:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T7\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 7,\n                    \"userModel\": null,\n                    \"shopModel\": {\n                        \"id\": null,\n                        \"name\": \"Hotel transylvania\",\n                        \"photoUrl\": \"https://bit.ly/35C7aBT\",\n                        \"coverUrls\": null,\n                        \"mobile\": \"9176786586\",\n                        \"placeModel\": null,\n                        \"openingTime\": null,\n                        \"closingTime\": null\n                    },\n                    \"date\": \"07/05/2020 01:21:54\",\n                    \"orderStatus\": null,\n                    \"price\": 70.0,\n                    \"deliveryPrice\": 0.0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0.0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70.0\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:21:54\",\n                    \"orderStatus\": \"PLACED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T6\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 6,\n                    \"userModel\": null,\n                    \"shopModel\": {\n                        \"id\": null,\n                        \"name\": \"Hotel transylvania\",\n                        \"photoUrl\": \"https://bit.ly/35C7aBT\",\n                        \"coverUrls\": null,\n                        \"mobile\": \"9176786586\",\n                        \"placeModel\": null,\n                        \"openingTime\": null,\n                        \"closingTime\": null\n                    },\n                    \"date\": \"07/05/2020 01:20:48\",\n                    \"orderStatus\": null,\n                    \"price\": 145.0,\n                    \"deliveryPrice\": 15.0,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0.0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70.0\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Idly\",\n                        \"price\": 30.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 60.0\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:20:48\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:21:02\",\n                    \"orderStatus\": \"ACCEPTED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T5\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 5,\n                    \"userModel\": null,\n                    \"shopModel\": {\n                        \"id\": null,\n                        \"name\": \"Hotel transylvania\",\n                        \"photoUrl\": \"https://bit.ly/35C7aBT\",\n                        \"coverUrls\": null,\n                        \"mobile\": \"9176786586\",\n                        \"placeModel\": null,\n                        \"openingTime\": null,\n                        \"closingTime\": null\n                    },\n                    \"date\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": null,\n                    \"price\": 145.0,\n                    \"deliveryPrice\": 15.0,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0.0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70.0\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Idly\",\n                        \"price\": 30.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 60.0\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:05\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T4\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 4,\n                    \"userModel\": null,\n                    \"shopModel\": {\n                        \"id\": null,\n                        \"name\": \"Hotel transylvania\",\n                        \"photoUrl\": \"https://bit.ly/35C7aBT\",\n                        \"coverUrls\": null,\n                        \"mobile\": \"9176786586\",\n                        \"placeModel\": null,\n                        \"openingTime\": null,\n                        \"closingTime\": null\n                    },\n                    \"date\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": null,\n                    \"price\": 295.0,\n                    \"deliveryPrice\": 15.0,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0.0,\n                    \"feedback\": null,\n                    \"secretKey\": \"387238\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150.0\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130.0\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:10\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:50\",\n                    \"orderStatus\": \"OUT_FOR_DELIVERY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:10:20\",\n                    \"orderStatus\": \"DELIVERED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T3\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 3,\n                    \"userModel\": null,\n                    \"shopModel\": {\n                        \"id\": null,\n                        \"name\": \"Hotel transylvania\",\n                        \"photoUrl\": \"https://bit.ly/35C7aBT\",\n                        \"coverUrls\": null,\n                        \"mobile\": \"9176786586\",\n                        \"placeModel\": null,\n                        \"openingTime\": null,\n                        \"closingTime\": null\n                    },\n                    \"date\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": null,\n                    \"price\": 295.0,\n                    \"deliveryPrice\": 15.0,\n                    \"deliveryLocation\": \"Clock tower\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0.0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150.0\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65.0,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130.0\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 23:10:38\",\n                    \"orderStatus\": \"REFUND_COMPLETED\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2c5e37ed-e115-4b25-8ca2-9081d46daf1d"},{"name":"Search orders (Partner)","id":"c78e82a6-a43a-457d-804e-01f80e0e007e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/1/john/1/5","description":"<p><strong>URL</strong> : /order/{searchQuery}/{pageNumber}/{pageCount}</p>\n<ul>\n<li>Returns the list of orders matching the given search query, for the given shop id in a paginated manner.</li>\n<li>It is restricted to the zinger partner.</li>\n<li>Search query may be client name, mobile number, or order id.</li>\n</ul>\n","urlObject":{"port":"8080","path":["order","1","john","1","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b6e538f3-da48-4ac7-b0db-7519c463ec27","name":"SEARCH BY ORDER ID","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/1/3/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1351"},{"key":"Date","value":"Wed, 06 May 2020 20:11:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T3\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 3,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": null,\n                    \"price\": 295,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"Clock tower\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 23:10:38\",\n                    \"orderStatus\": \"REFUND_COMPLETED\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"e4b13ef9-8bd3-4823-b309-795dd96b02c0","name":"EMPTY","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/1/jack/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 06 May 2020 20:26:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 2,\n    \"message\": \"Success\",\n    \"data\": []\n}"},{"id":"f1fa0e5d-0562-4b23-84b5-3233553f3765","name":"SEARCH BY NAME","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/1/john/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6152"},{"key":"Date","value":"Wed, 06 May 2020 20:07:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T8\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 8,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786589\",\n                        \"name\": \"John Smith\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": null,\n                    \"price\": 70,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"912720\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:28\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:30:49\",\n                    \"orderStatus\": \"READY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:31:23\",\n                    \"orderStatus\": \"COMPLETED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T5\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 5,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": null,\n                    \"price\": 145,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Idly\",\n                        \"price\": 30,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 60\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:05\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T4\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 4,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": null,\n                    \"price\": 295,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"387238\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:10\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:50\",\n                    \"orderStatus\": \"OUT_FOR_DELIVERY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:10:20\",\n                    \"orderStatus\": \"DELIVERED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T3\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 3,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": null,\n                    \"price\": 295,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"Clock tower\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 23:10:38\",\n                    \"orderStatus\": \"REFUND_COMPLETED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T2\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 2,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"06/05/2020 16:47:02\",\n                    \"orderStatus\": null,\n                    \"price\": 124,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"779516\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 124\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:47:02\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:48:14\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:50:26\",\n                    \"orderStatus\": \"READY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:53:45\",\n                    \"orderStatus\": \"COMPLETED\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"97ef58fe-a8da-4000-946f-8ceda9a9ad05","name":"SEARCH BY PHONE","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/1/9176/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6152"},{"key":"Date","value":"Wed, 06 May 2020 20:08:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T8\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 8,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786589\",\n                        \"name\": \"John Smith\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": null,\n                    \"price\": 70,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"912720\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:28\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:30:49\",\n                    \"orderStatus\": \"READY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:31:23\",\n                    \"orderStatus\": \"COMPLETED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T5\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 5,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": null,\n                    \"price\": 145,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Idly\",\n                        \"price\": 30,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 60\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:05\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T4\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 4,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": null,\n                    \"price\": 295,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"387238\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:10\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:50\",\n                    \"orderStatus\": \"OUT_FOR_DELIVERY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:10:20\",\n                    \"orderStatus\": \"DELIVERED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T3\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 3,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": null,\n                    \"price\": 295,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"Clock tower\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 23:10:38\",\n                    \"orderStatus\": \"REFUND_COMPLETED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T2\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 2,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"06/05/2020 16:47:02\",\n                    \"orderStatus\": null,\n                    \"price\": 124,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"779516\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 124\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:47:02\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:48:14\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:50:26\",\n                    \"orderStatus\": \"READY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:53:45\",\n                    \"orderStatus\": \"COMPLETED\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c78e82a6-a43a-457d-804e-01f80e0e007e"},{"name":"Get order details","id":"4812ef26-4a7e-4176-9aca-62bcbaf8bf90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/4","description":"<p><strong>URL</strong> : /order/{orderId}</p>\n<p>Returns the order details for the given order id.</p>\n","urlObject":{"port":"8080","path":["order","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"79863a8c-2947-43d3-a28a-cef78fe6abc7","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"role","type":"text","value":"CUSTOMER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1527"},{"key":"Date","value":"Wed, 06 May 2020 20:25:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": {\n        \"transactionModel\": {\n            \"transactionId\": \"T4\",\n            \"bankTransactionId\": null,\n            \"currency\": null,\n            \"responseCode\": null,\n            \"responseMessage\": null,\n            \"gatewayName\": null,\n            \"bankName\": null,\n            \"paymentMode\": \"UPI\",\n            \"checksumHash\": null,\n            \"orderModel\": {\n                \"id\": 4,\n                \"userModel\": {\n                    \"id\": null,\n                    \"mobile\": \"9176786582\",\n                    \"name\": \"John Doe\",\n                    \"email\": null,\n                    \"oauthId\": null,\n                    \"notificationToken\": null,\n                    \"role\": null\n                },\n                \"shopModel\": {\n                    \"id\": 1,\n                    \"name\": \"Hotel transylvania\",\n                    \"photoUrl\": \"https://bit.ly/35C7aBT\",\n                    \"coverUrls\": null,\n                    \"mobile\": \"9176786586\",\n                    \"placeModel\": null,\n                    \"openingTime\": null,\n                    \"closingTime\": null\n                },\n                \"date\": \"07/05/2020 01:05:30\",\n                \"orderStatus\": null,\n                \"price\": 295,\n                \"deliveryPrice\": 15,\n                \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                \"cookingInfo\": \"Less salt\",\n                \"rating\": 4.5,\n                \"feedback\": \"Amazing Food!!!\",\n                \"secretKey\": \"387238\"\n            }\n        },\n        \"orderItemsList\": [\n            {\n                \"orderModel\": null,\n                \"itemModel\": {\n                    \"id\": null,\n                    \"name\": \"Chicken Fried Kab\",\n                    \"price\": 75,\n                    \"photoUrl\": null,\n                    \"category\": null,\n                    \"shopModel\": null,\n                    \"isVeg\": 0,\n                    \"isAvailable\": null\n                },\n                \"quantity\": 2,\n                \"price\": 150\n            },\n            {\n                \"orderModel\": null,\n                \"itemModel\": {\n                    \"id\": null,\n                    \"name\": \"Chicken Noodles\",\n                    \"price\": 65,\n                    \"photoUrl\": null,\n                    \"category\": null,\n                    \"shopModel\": null,\n                    \"isVeg\": 0,\n                    \"isAvailable\": null\n                },\n                \"quantity\": 2,\n                \"price\": 130\n            }\n        ],\n        \"orderStatusModel\": [\n            {\n                \"orderId\": null,\n                \"updatedTime\": \"07/05/2020 01:05:30\",\n                \"orderStatus\": \"PLACED\"\n            },\n            {\n                \"orderId\": null,\n                \"updatedTime\": \"07/05/2020 01:09:10\",\n                \"orderStatus\": \"ACCEPTED\"\n            },\n            {\n                \"orderId\": null,\n                \"updatedTime\": \"07/05/2020 01:09:50\",\n                \"orderStatus\": \"OUT_FOR_DELIVERY\"\n            },\n            {\n                \"orderId\": null,\n                \"updatedTime\": \"07/05/2020 01:10:20\",\n                \"orderStatus\": \"DELIVERED\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4812ef26-4a7e-4176-9aca-62bcbaf8bf90"},{"name":"Get all past orders (Partner)","id":"6501c8b7-625b-4b19-8591-09a33f508e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/seller/1/1/5","description":"<p><strong>URL</strong> : /order/seller/{shopId}/{pageNumber}/{pageCount}</p>\n<ul>\n<li>Returns the list of past orders for the given shop id in a paginated manner.</li>\n<li>It is restricted to the zinger partner.</li>\n</ul>\n","urlObject":{"port":"8080","path":["order","seller","1","1","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"44764417-20f2-4928-aa53-0190c66c84e6","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/seller/1/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6152"},{"key":"Date","value":"Wed, 06 May 2020 20:01:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T8\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 8,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786589\",\n                        \"name\": \"John Smith\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": null,\n                    \"price\": 70,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"912720\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:28\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:30:49\",\n                    \"orderStatus\": \"READY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:31:23\",\n                    \"orderStatus\": \"COMPLETED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T5\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 5,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": null,\n                    \"price\": 145,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Idly\",\n                        \"price\": 30,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 60\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:08:43\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:05\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:11:16\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T4\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 4,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": null,\n                    \"price\": 295,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"387238\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:05:30\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:10\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:09:50\",\n                    \"orderStatus\": \"OUT_FOR_DELIVERY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:10:20\",\n                    \"orderStatus\": \"DELIVERED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T3\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 3,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": null,\n                    \"price\": 295,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"Clock tower\",\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 150\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Noodles\",\n                        \"price\": 65,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 130\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:38:39\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"CANCELLED_BY_SELLER\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 21:39:19\",\n                    \"orderStatus\": \"REFUND_INITIATED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 23:10:38\",\n                    \"orderStatus\": \"REFUND_COMPLETED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T2\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 2,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"06/05/2020 16:47:02\",\n                    \"orderStatus\": null,\n                    \"price\": 124,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Less salt\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": \"779516\"\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Chicken Fried Kab\",\n                        \"price\": 75,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 0,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 124\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:47:02\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:48:14\",\n                    \"orderStatus\": \"ACCEPTED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:50:26\",\n                    \"orderStatus\": \"READY\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"06/05/2020 16:53:45\",\n                    \"orderStatus\": \"COMPLETED\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"e3abd1f7-b67d-4400-8f41-3d9c92f6485c","name":"EMPTY","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/seller/2/1/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 06 May 2020 20:02:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 2,\n    \"message\": \"Success\",\n    \"data\": []\n}"}],"_postman_id":"6501c8b7-625b-4b19-8591-09a33f508e78"},{"name":"Get all current orders (Partner)","id":"a4a2801e-16b6-4dce-8b1c-6da539e69c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/seller/1","description":"<p><strong>URL</strong> : /order/seller/{shopId}</p>\n<ul>\n<li>Returns the list of current orders for the given shop id.</li>\n<li>It is restricted to the zinger partner.</li>\n</ul>\n","urlObject":{"port":"8080","path":["order","seller","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5bb33a8a-9881-4720-9e81-3afc9032b0b7","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/seller/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2955"},{"key":"Date","value":"Wed, 06 May 2020 19:58:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T6\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 6,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:20:48\",\n                    \"orderStatus\": null,\n                    \"price\": 145,\n                    \"deliveryPrice\": 15,\n                    \"deliveryLocation\": \"No.38,Arcot Road,Chennai-64\",\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                },\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Idly\",\n                        \"price\": 30,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 60\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:20:48\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:21:02\",\n                    \"orderStatus\": \"ACCEPTED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T7\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 7,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786582\",\n                        \"name\": \"John Doe\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:21:54\",\n                    \"orderStatus\": null,\n                    \"price\": 70,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:21:54\",\n                    \"orderStatus\": \"PLACED\"\n                }\n            ]\n        },\n        {\n            \"transactionModel\": {\n                \"transactionId\": \"T8\",\n                \"bankTransactionId\": null,\n                \"currency\": null,\n                \"responseCode\": null,\n                \"responseMessage\": null,\n                \"gatewayName\": null,\n                \"bankName\": null,\n                \"paymentMode\": \"UPI\",\n                \"checksumHash\": null,\n                \"orderModel\": {\n                    \"id\": 8,\n                    \"userModel\": {\n                        \"id\": null,\n                        \"mobile\": \"9176786589\",\n                        \"name\": \"John Smith\",\n                        \"email\": null,\n                        \"oauthId\": null,\n                        \"notificationToken\": null,\n                        \"role\": null\n                    },\n                    \"shopModel\": null,\n                    \"date\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": null,\n                    \"price\": 70,\n                    \"deliveryPrice\": 0,\n                    \"deliveryLocation\": null,\n                    \"cookingInfo\": \"Need Extra spoons\",\n                    \"rating\": 0,\n                    \"feedback\": null,\n                    \"secretKey\": null\n                }\n            },\n            \"orderItemsList\": [\n                {\n                    \"orderModel\": null,\n                    \"itemModel\": {\n                        \"id\": null,\n                        \"name\": \"Sada Dosa\",\n                        \"price\": 35,\n                        \"photoUrl\": null,\n                        \"category\": null,\n                        \"shopModel\": null,\n                        \"isVeg\": 1,\n                        \"isAvailable\": null\n                    },\n                    \"quantity\": 2,\n                    \"price\": 70\n                }\n            ],\n            \"orderStatusModel\": [\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:21\",\n                    \"orderStatus\": \"PLACED\"\n                },\n                {\n                    \"orderId\": null,\n                    \"updatedTime\": \"07/05/2020 01:27:28\",\n                    \"orderStatus\": \"ACCEPTED\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"a916d79b-0327-4d9c-9bc7-df165a425392","name":"EMPTY","originalRequest":{"method":"GET","header":[{"key":"oauth_id","type":"text","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2"},{"key":"id","type":"text","value":"2"},{"key":"role","type":"text","value":"SHOP_OWNER"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"localhost:8080/order/seller/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Date","value":"Wed, 06 May 2020 19:59:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 2,\n    \"message\": \"Success\",\n    \"data\": []\n}"}],"_postman_id":"a4a2801e-16b6-4dce-8b1c-6da539e69c82"},{"name":"Update order rating","id":"5bd02450-5972-4f17-9a59-a886910f2974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"oauth_id","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2","type":"text"},{"key":"id","value":"7","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 13,\n    \"rating\": 4.1,\n    \"feedback\":\"Hello, food was nice\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order/rating","description":"<p>Updates the order rating for the given order id.</p>\n","urlObject":{"port":"8080","path":["order","rating"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9732cf4e-0afe-4623-baee-426ca64fa0fc","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1","type":"text"},{"key":"id","value":"4","type":"text"},{"key":"role","value":"CUSTOMER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 4,\n    \"rating\": 4.5,\n    \"feedback\":\"Amazing Food!!!\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order/rating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 20:14:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"5bd02450-5972-4f17-9a59-a886910f2974"},{"name":"Update order status","id":"b462993b-125c-498f-ad32-ae520d2c473e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"oauth_id","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2","type":"text"},{"key":"id","value":"2","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 3,\n\t\"orderStatus\" : \"CANCELLED_BY_SELLER\",\n\t\"secretKey\":\"870429\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order/status","description":"<h1 id=\"order-status-lifecycle\">Order Status Lifecycle</h1>\n<p><img src=\"https://github.com/ddlogesh/zinger-framework-docs/blob/master/website/static/img/zinger/order-status-lifecycle.png?raw=true\" alt=\"alt text\" /></p>\n<ul>\n<li>Updates the order status for the given order id.</li>\n<li>For a failed response, any one of the response code is returned.<ul>\n<li><strong>1281</strong> - Invalid secret key.</li>\n<li><strong>1282</strong> - Invalid Order status.</li>\n</ul>\n</li>\n</ul>\n<p><strong>NOTE</strong> : </p>\n<ul>\n<li>Secret key, which is obtained from the client, is given as input only when completing the order.</li>\n</ul>\n","urlObject":{"port":"8080","path":["order","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"319f541c-b71f-4633-989c-1357e0ebdee0","name":"INVALID SECRET KEY","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2","type":"text"},{"key":"id","value":"2","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 2,\n\t\"orderStatus\" : \"COMPLETED\",\n\t\"secretKey\":123456\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Date","value":"Wed, 06 May 2020 11:23:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1281,\n    \"message\": \"Invalid secret key\",\n    \"data\": null\n}"},{"id":"1a032400-fb02-4b5a-953e-8bd7ee88330d","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2","type":"text"},{"key":"id","value":"2","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 2,\n\t\"orderStatus\" : \"READY\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 06 May 2020 11:20:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"},{"id":"e216c337-db36-4d8a-96cf-50aaa3b3399f","name":"INVALID ORDER STATUS","originalRequest":{"method":"PATCH","header":[{"key":"oauth_id","value":"7rqnIMdy3DSXPnmhvBwtUNh4sFj2","type":"text"},{"key":"id","value":"2","type":"text"},{"key":"role","value":"SHOP_OWNER","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 2,\n\t\"orderStatus\" : \"DELIVERED\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/order/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"58"},{"key":"Date","value":"Wed, 06 May 2020 11:20:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1282,\n    \"message\": \"Invalid Order status\",\n    \"data\": null\n}"}],"_postman_id":"b462993b-125c-498f-ad32-ae520d2c473e"}],"id":"db7867e2-342d-49d5-968c-bb084b7a04b6","description":"<ul>\n<li>Order API allows you to place, track, and fulfill the order.</li>\n<li>It also allows you to fetch and search the past orders.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1a9d9b83-d4c3-4ae9-a648-14493089e81f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"df2c1383-6010-4c1b-a48e-0fa99d08788b"}}],"_postman_id":"db7867e2-342d-49d5-968c-bb084b7a04b6"},{"name":"Notification","item":[{"name":"Website URL","id":"91cd85fb-bf8d-4f46-81ac-c33c36906dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"SUPER_ADMIN"}],"body":{"mode":"raw","raw":"{\n\t\"type\":\"URL\",\n\t\"title\":\"COVID-19 Safety Measures\",\n\t\"message\":\"Stay home, stay safe\",\n\t\"payload\":\"{\\\"url\\\":\\\"https://bit.ly/2W8yHrB\\\"}\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/notify/url","description":"<ul>\n<li>Sends the given website URL to the client and partner via push notification.</li>\n<li>It is restricted to the <strong>ADMIN</strong> access.</li>\n</ul>\n","urlObject":{"port":"8080","path":["notify","url"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"169cd900-61d8-4549-9d9b-bb8d8532f761","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"SUPER_ADMIN"}],"body":{"mode":"raw","raw":"{\n\t\"type\":\"URL\",\n\t\"title\":\"COVID-19 Safety Measures\",\n\t\"message\":\"Stay home, stay safe\",\n\t\"payload\":\"{\\\"url\\\":\\\"https://bit.ly/2W8yHrB\\\"}\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/notify/url"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"91cd85fb-bf8d-4f46-81ac-c33c36906dfd"},{"name":"New arrival","id":"ab63b12b-9336-4304-9879-e421c84be977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"SUPER_ADMIN"}],"body":{"mode":"raw","raw":"{\n\t\"type\":\"NEW_ARRIVAL\",\n\t\"title\":\"Snow Qube is available now!\",\n\t\"message\":\"Buy 1 Get 1 offer is ending soon\",\n\t\"payload\":\"{\\\"shop_id\\\":\\\"1\\\",\\\"shop_name\\\":\\\"Snow Qube\\\"}\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/notify/newArrivals","description":"<ul>\n<li>Notifies the client about the new shops or items via push notification.</li>\n<li>It is restricted to the <strong>ADMIN</strong> access.</li>\n</ul>\n","urlObject":{"port":"8080","path":["notify","newArrivals"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3a66d788-f356-4237-97a2-5cccd800da6d","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"oauth_id","type":"text","value":"6rqnIMdy3DSXPnmhvBwtUNh4sFj1"},{"key":"id","type":"text","value":"4"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"role","type":"text","value":"SUPER_ADMIN"}],"body":{"mode":"raw","raw":"{\n\t\"type\":\"NEW_ARRIVAL\",\n\t\"title\":\"Snow Qube is available now!\",\n\t\"message\":\"Buy 1 Get 1 offer is ending soon\",\n\t\"payload\":\"{\\\"shop_id\\\":\\\"1\\\",\\\"shop_name\\\":\\\"Snow Qube\\\"}\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/notify/newArrivals"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"Success\",\n    \"data\": \"Success\"\n}"}],"_postman_id":"ab63b12b-9336-4304-9879-e421c84be977"}],"id":"1c6a37eb-86ee-4ab0-bebf-7cb083cab161","description":"<p>Notification API allows you to notify the client and partner through push notification, email and SMS.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"11810566-fd69-4128-b46d-6e6546d4130f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9ae02579-0059-4e2a-ae87-b0c3c4ae853b"}}],"_postman_id":"1c6a37eb-86ee-4ab0-bebf-7cb083cab161"}],"id":"0aaca141-3461-46d1-9d08-2b0fc360a8ad","_postman_id":"0aaca141-3461-46d1-9d08-2b0fc360a8ad","description":""},{"name":"v2","item":[{"name":"Auth","item":[{"name":"OTP","id":"7a753764-14b4-4276-aeb3-98b652ca12c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"purpose\": \"LOGIN\",\n    \"email\": \"ddlogesh@gmail.com\",\n    \"mobiles\": \"9176786586\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/auth/otp","urlObject":{"path":["v2","auth","otp"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a753764-14b4-4276-aeb3-98b652ca12c3"},{"name":"Signup","id":"4ecf2248-8ac7-4f8d-a732-c085fb54b7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","type":"text","value":"{{origin}}"},{"key":"User-Agent","value":"{{user_agent}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"purpose\": \"PASSWORD\",\n    \"id_token\": \"eyJhbGciOiJSUzI1NiIsImtpZCI6IjZhMWQyNmQ5OTJiZTdhNGI2ODliZGNlMTkxMWY0ZTlhZGM3NWQ5ZjEiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiMTA0NTg1NDE3OTkxOC1rMDVocHBpNmg2Z2hkcGtrZzdtamprNmc4MmFlMmJiby5hcHBzLmdvb2dsZXVzZXJjb250ZW50LmNvbSIsImF1ZCI6IjEwNDU4NTQxNzk5MTgtazA1aHBwaTZoNmdoZHBra2c3bWpqazZnODJhZTJiYm8uYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMTUyOTg4MzUyMjQwNzk1MjY4MTUiLCJlbWFpbCI6ImRkbG9nZXNoQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJpYXQiOjE2MjM1MjE4NTAsImV4cCI6MTYyMzUyNTQ1MCwianRpIjoiZWIyMGFkMGE3ZGM1NjQ3YTQzYTg4NWZmZjUyZWUxNjlhZTllYjZkNSJ9.wQ5qL9Rov-2n3SEa-LSTXemUF3SC6XQK_mZTkxLXbMCKdosMlQijh1LF4_F32Yh5nJn_nXvkVMAznKfL7PX_-eDkxTi8GAOGiaMgoVhIFiikqOj0_nHPe_XniCIhK59XOrTdJec7Gu7HM8kV1HAhxnBaqcjr-1stw6FoSoe4aHgIGa0ANYcWb8M-mE9-S5XYqO7D9XovOmYIrOGbhFi5Al7OF2HuM217OIiIAiF8uatseIqhjqhSjJASBFr1x4Q8ikbQ8uG3Nj-w-ls1fFN7nHprypjrJQeRJTx4-pxvy-kcSTYkSqYVAIjOh0_7gk1qRB1e9zkGGFkDBjEnpSH8pw\",\n    \"auth_token\": \"ZGRsb2dlc2grMkBnbWFpbC5jb20tMTYyMzYxMTgzNC00Mzkz\",\n    \"otp\": \"437654\",\n    \"password\": \"12345678\",\n    \"password_confirmation\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/auth/signup","urlObject":{"path":["v2","auth","signup"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ecf2248-8ac7-4f8d-a732-c085fb54b7c9"},{"name":"Login","id":"ea8bb796-0e85-463b-a0f4-ad48991f506c","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"{{user_agent}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"purpose\": \"OTP\",\n    \n    \"emails\": \"ddlogesh@gmail.com\",\n    \"mobiles\": \"9176786586\",\n    \"passwords\": \"123456\",\n\n    \"auth_token\": \"ZGRsb2dlc2hAZ21haWwuY29tLTE2NDk3ODQyMzYtMzUwNA\",\n    \"otp\": \"340454\",\n\n    \"id_token\": \"eyJhbGciOiJSUzI1NiIsImtpZCI6IjZhMWQyNmQ5OTJiZTdhNGI2ODliZGNlMTkxMWY0ZTlhZGM3NWQ5ZjEiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiMTA0NTg1NDE3OTkxOC1rMDVocHBpNmg2Z2hkcGtrZzdtamprNmc4MmFlMmJiby5hcHBzLmdvb2dsZXVzZXJjb250ZW50LmNvbSIsImF1ZCI6IjEwNDU4NTQxNzk5MTgtazA1aHBwaTZoNmdoZHBra2c3bWpqazZnODJhZTJiYm8uYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMTUyOTg4MzUyMjQwNzk1MjY4MTUiLCJlbWFpbCI6ImRkbG9nZXNoQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJpYXQiOjE2MjM1MjE4NTAsImV4cCI6MTYyMzUyNTQ1MCwianRpIjoiZWIyMGFkMGE3ZGM1NjQ3YTQzYTg4NWZmZjUyZWUxNjlhZTllYjZkNSJ9.wQ5qL9Rov-2n3SEa-LSTXemUF3SC6XQK_mZTkxLXbMCKdosMlQijh1LF4_F32Yh5nJn_nXvkVMAznKfL7PX_-eDkxTi8GAOGiaMgoVhIFiikqOj0_nHPe_XniCIhK59XOrTdJec7Gu7HM8kV1HAhxnBaqcjr-1stw6FoSoe4aHgIGa0ANYcWb8M-mE9-S5XYqO7D9XovOmYIrOGbhFi5Al7OF2HuM217OIiIAiF8uatseIqhjqhSjJASBFr1x4Q8ikbQ8uG3Nj-w-ls1fFN7nHprypjrJQeRJTx4-pxvy-kcSTYkSqYVAIjOh0_7gk1qRB1e9zkGGFkDBjEnpSH8pw\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/auth/login","urlObject":{"path":["v2","auth","login"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea8bb796-0e85-463b-a0f4-ad48991f506c"},{"name":"Reset password","id":"b956e510-0692-4821-8d10-a309b7e0db9c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","type":"text","value":"{{origin}}"}],"body":{"mode":"raw","raw":"{\n    \"auth_token\": \"ZGRsb2dlc2g1NTVAZ21haWwuY29tLTE2MDQyNDYwMzUtMjQ1Mg\",\n    \"otp\": \"237624\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/auth/reset_password","urlObject":{"path":["v2","auth","reset_password"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b956e510-0692-4821-8d10-a309b7e0db9c"},{"name":"Logout","id":"064caf07-41ea-44de-9ea6-d7c739e3c879","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Origin","value":"{{origin}}","type":"text"},{"key":"Authorization","value":"{{jwt_token}}","type":"text"}],"url":"{{api_host}}/v2/auth/logout","urlObject":{"path":["v2","auth","logout"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"064caf07-41ea-44de-9ea6-d7c739e3c879"}],"id":"6eda869b-b512-460b-97af-2a012aa438e0","_postman_id":"6eda869b-b512-460b-97af-2a012aa438e0","description":""},{"name":"User Profile","item":[{"name":"Profile","id":"beee49d5-782d-46b2-91cc-6bcd2ff0885c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Origin","value":"{{origin}}","type":"text"},{"key":"Authorization","value":"{{jwt_token}}","type":"text"}],"url":"{{host}}/v2/user_profile","urlObject":{"path":["v2","user_profile"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"beee49d5-782d-46b2-91cc-6bcd2ff0885c"},{"name":"Update Profile","id":"c3106dd6-5efc-4954-b091-da0fca349dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Origin","value":"{{origin}}","type":"text"},{"key":"Authorization","value":"{{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Kamal\",\n    \"mobile\": \"9176786586\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/user_profile/modify","urlObject":{"path":["v2","user_profile","modify"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3106dd6-5efc-4954-b091-da0fca349dc8"},{"name":"Reset Profile","id":"02a9a243-8aac-4347-8713-1694481307cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Origin","value":"{{origin}}","type":"text"},{"key":"Authorization","value":"{{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_token\": \"OTE3Njc4MzAwMS0xNjIzNDk2NTA2LTQ5MDc\",\n    \"otp\": \"267130\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/user_profile/reset_profile","urlObject":{"path":["v2","user_profile","reset_profile"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02a9a243-8aac-4347-8713-1694481307cc"},{"name":"Update Password","id":"ea027b5a-e3e3-42a7-9813-fea27e586be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Origin","value":"{{origin}}","type":"text"},{"key":"Authorization","value":"{{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"123456\",\n    \"new_password\": \"123456\",\n    \"confirm_password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/user_profile/reset_password","urlObject":{"path":["v2","user_profile","reset_password"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea027b5a-e3e3-42a7-9813-fea27e586be0"},{"name":"Session","id":"0747fcf1-615c-48a8-b0d5-6d15bffbfbd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Origin","value":"{{origin}}","type":"text"},{"key":"Authorization","value":"{{jwt_token}}","type":"text"}],"url":"{{host}}/v2/user_profile/session","urlObject":{"path":["v2","user_profile","session"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0747fcf1-615c-48a8-b0d5-6d15bffbfbd5"},{"name":"Session","id":"8714f9c0-5cc6-49eb-93bd-780cb3a7ceb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Origin","value":"{{origin}}","type":"text"},{"key":"Authorization","value":"{{jwt_token}}","type":"text"}],"url":"{{host}}/v2/user_profile/session/MS0xNjIzNTI3OTkxLTc1MDk","urlObject":{"path":["v2","user_profile","session","MS0xNjIzNTI3OTkxLTc1MDk"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8714f9c0-5cc6-49eb-93bd-780cb3a7ceb4"}],"id":"993a4dd0-e2c0-4af4-a34a-7d17ad75344d","_postman_id":"993a4dd0-e2c0-4af4-a34a-7d17ad75344d","description":""},{"name":"Shop","item":[{"name":"Items","item":[{"name":"List Items","id":"ccbac29c-7139-4c38-9ed5-b01694de9243","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"url":"{{api_host}}/v2/shop/2/items?sort_order=DESC&name=bhav","urlObject":{"path":["v2","shop","2","items"],"host":["{{api_host}}"],"query":[{"disabled":true,"key":"category","value":"south-indian"},{"disabled":true,"key":"offset","value":"2"},{"disabled":true,"key":"name","value":"iyan"},{"key":"sort_order","value":"DESC"},{"disabled":true,"key":"item_type","value":"fashion"},{"disabled":true,"key":"filters[brand][]","value":"Levis"},{"disabled":true,"key":"filters[diet_type][]","value":"Non-Vegetarian"},{"key":"name","value":"bhav"}],"variable":[]}},"response":[],"_postman_id":"ccbac29c-7139-4c38-9ed5-b01694de9243"}],"id":"5b08f911-8cd8-4efc-a7d2-bf5f6d68a75c","_postman_id":"5b08f911-8cd8-4efc-a7d2-bf5f6d68a75c","description":""},{"name":"List Shops","id":"67f5e1f1-2627-48cf-af19-efe385e63596","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Origin","type":"text","value":"{{origin}}"},{"key":"Authorization","type":"text","value":"{{jwt_token}}"}],"url":"{{host}}/v2/shop?name=bhav&sort_order=DESC","urlObject":{"path":["v2","shop"],"host":["{{host}}"],"query":[{"disabled":true,"key":"tag","value":"CHINESE"},{"disabled":true,"key":"lat","value":"12.057"},{"disabled":true,"key":"lng","value":"80.2425"},{"disabled":true,"key":"distance","value":"5"},{"disabled":true,"key":"offset","value":"0"},{"key":"name","value":"bhav"},{"key":"sort_order","value":"DESC"}],"variable":[]}},"response":[],"_postman_id":"67f5e1f1-2627-48cf-af19-efe385e63596"},{"name":"Shop Detail","id":"8ac26f76-5ea5-4b50-b628-8f52cc83f7f2","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Origin","type":"text","value":"{{origin}}"},{"key":"Authorization","type":"text","value":"{{jwt_token}}"}],"url":"{{host}}/v2/shop/3","urlObject":{"path":["v2","shop","3"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ac26f76-5ea5-4b50-b628-8f52cc83f7f2"}],"id":"479099b6-186f-4c6e-8907-8e2f0857001e","_postman_id":"479099b6-186f-4c6e-8907-8e2f0857001e","description":""},{"name":"Order","item":[{"name":"Create","id":"14014cdb-4855-4dcf-bb34-1a4c8cad092a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": \"2yhNHVTLvO03mTmCJNYseo\",\n            \"item_variant_id\": \"2ymDy7dyAXxlNEPg87osYN\",\n            \"quantity\": 2\n        }\n    ],\n    \"shipping_addr\": {\n        \"name\": \"Logesh\",\n        \"street\": \"24, Natesanar street\",\n        \"area\": \"Thiruverkadu\",\n        \"state\": \"Tamil Nadu\",\n        \"pincode\": \"600077\"\n    },\n    \"billing_addr\": {\n        \"name\": \"Logesh\",\n        \"street\": \"23, Anbu street\",\n        \"area\": \"Anna Nagar\",\n        \"state\": \"Tamil Nadu\",\n        \"pincode\": \"600077\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/order","urlObject":{"path":["v2","order"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14014cdb-4855-4dcf-bb34-1a4c8cad092a"},{"name":"Update","id":"e85e2970-3d23-441a-bf32-d92962d0a377","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"body":{"mode":"raw","raw":"{\n    // \"order_status\": \"cancelled\"\n    // \"rating\": 3.4\n    \"shipping_addr\": {\n        \"name\": \"Logesh\",\n        \"street\": \"23, Natesanar street\",\n        \"area\": \"Thiruverkadu\",\n        \"state\": \"Tamil Nadu\",\n        \"pincode\": \"600077\"\n    }\n    // \"billing_addr\": {\n    //     \"name\": \"Logesh\",\n    //     \"street\": \"23, Anbu street\",\n    //     \"area\": \"Anna Nagar\",\n    //     \"state\": \"Tamil Nadu\",\n    //     \"pincode\": \"600077\"\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/order/2zaBMoTQe8zPkhQwX2AvrW","urlObject":{"path":["v2","order","2zaBMoTQe8zPkhQwX2AvrW"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e85e2970-3d23-441a-bf32-d92962d0a377"},{"name":"Add Item","id":"4a0b75fb-9664-4df6-9779-c7d2995c535d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"body":{"mode":"raw","raw":"{\n    \"item_id\": \"2yhNHVTLvO03mTmCJNYseo\",\n    \"item_variant_id\": \"2ymDy7dyAXxlNEPg87osYN\",\n    \"quantity\": 4\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/order/2zc1dFF0KilLJb3bDMuOpq/item","urlObject":{"path":["v2","order","2zc1dFF0KilLJb3bDMuOpq","item"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a0b75fb-9664-4df6-9779-c7d2995c535d"},{"name":"Delete Item","id":"e37001b1-3cc9-44b5-9694-26dab17a7a63","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"url":"{{api_host}}/v2/order/2zc1dFF0KilLJb3bDMuOpq/item/2zcb3hN1mRmf5gTdpa8NFt","urlObject":{"path":["v2","order","2zc1dFF0KilLJb3bDMuOpq","item","2zcb3hN1mRmf5gTdpa8NFt"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e37001b1-3cc9-44b5-9694-26dab17a7a63"},{"name":"List Orders","id":"46ce996b-04a0-49ff-928e-24973b1b341e","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"url":"{{api_host}}/v2/order","urlObject":{"path":["v2","order"],"host":["{{api_host}}"],"query":[{"disabled":true,"key":"start_date","value":"2022-04-15 00:00:00"},{"disabled":true,"key":"end_date","value":"2022-04-17 23:59:59"},{"disabled":true,"key":"order_status[]","value":"cancelled"},{"disabled":true,"key":"order_status[]","value":"created"},{"disabled":true,"key":"payment_status[]","value":"pending"},{"disabled":true,"key":"sort_order","value":"DESC"},{"disabled":true,"key":"page_size","value":"3"},{"disabled":true,"key":"next_page_token","value":"eyJwYWdlX3NpemUiOiIzIiwibmV4dF9pZCI6IjYyNWQ3ODYzLTA4YjktNjcwNy04MjEwLWY3NTI2ZjIzNGFkZSJ9"}],"variable":[]}},"response":[],"_postman_id":"46ce996b-04a0-49ff-928e-24973b1b341e"},{"name":"Order Details","id":"12596188-2e6e-4840-9a81-ea7ab9e2ccab","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"url":"{{api_host}}/v2/order/2zc0CXlwg93ADGaTm161A6","urlObject":{"path":["v2","order","2zc0CXlwg93ADGaTm161A6"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12596188-2e6e-4840-9a81-ea7ab9e2ccab"},{"name":"Delete Order","id":"4bdfc838-f9cd-4a58-a25e-d5a25ab81bed","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{api_jwt_token}}"}],"url":"{{api_host}}/v2/order/2zc1dFF0KilLJb3bDMuOpq","urlObject":{"path":["v2","order","2zc1dFF0KilLJb3bDMuOpq"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bdfc838-f9cd-4a58-a25e-d5a25ab81bed"}],"id":"599e1111-3d48-4871-b951-3cad83a9f86b","_postman_id":"599e1111-3d48-4871-b951-3cad83a9f86b","description":""}],"id":"3bf97178-8dd8-41b6-a52e-4e68f3e1a0e1","_postman_id":"3bf97178-8dd8-41b6-a52e-4e68f3e1a0e1","description":""}],"id":"e7ac2f1d-4a80-4b4c-b9fd-c4cb6216f402","_postman_id":"e7ac2f1d-4a80-4b4c-b9fd-c4cb6216f402","description":""},{"name":"Zinger Platform","item":[{"name":"v1","item":[{"name":"Auth","item":[{"name":"OTP","id":"efa21c5d-544f-4d11-ac24-fb899e2b32c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"purpose\": \"LOGIN\",\n    \"email\": \"admin@zinger.pw\",\n    \"mobile\": \"9176786586\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/auth/otp","urlObject":{"path":["v1","auth","otp"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"efa21c5d-544f-4d11-ac24-fb899e2b32c3"},{"name":"Login","id":"0008ffcd-c63d-4280-9423-ce919f1097d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@zinger.pw\",\n    \"password\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/auth/login","urlObject":{"path":["v1","auth","login"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0008ffcd-c63d-4280-9423-ce919f1097d1"},{"name":"Verify OTP","id":"dc2f54c7-f7af-4cf6-a47f-b69edc477389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"953377\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/auth/verify_otp","urlObject":{"path":["v1","auth","verify_otp"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc2f54c7-f7af-4cf6-a47f-b69edc477389"},{"name":"Reset Password","id":"4fa0eb24-970d-45a1-9cd4-07bea34595f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"auth_token\": \"YWRtaW5AemluZ2VyLnB3LTE2MjIyOTExNDctNjQ0MQ\",\n    \"otp\": \"567168\",\n    \"password\": \"12345678\",\n    \"password_confirmation\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/auth/reset_password","urlObject":{"path":["v1","auth","reset_password"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fa0eb24-970d-45a1-9cd4-07bea34595f0"},{"name":"Logout","id":"4eab8a26-bdc8-47fd-b132-5c8ed22d6a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/auth/logout","urlObject":{"path":["v1","auth","logout"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4eab8a26-bdc8-47fd-b132-5c8ed22d6a86"}],"id":"62abcf74-0e9f-496a-b360-236bf98c7e2b","_postman_id":"62abcf74-0e9f-496a-b360-236bf98c7e2b","description":""},{"name":"User Profile","item":[{"name":"Profile","id":"3752415d-7cc6-4904-ae94-2e4ac8bf4e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/user_profile","urlObject":{"path":["v1","user_profile"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3752415d-7cc6-4904-ae94-2e4ac8bf4e7b"},{"name":"Update Profile","id":"2d1e95f7-c352-47fe-be1e-57d542cc1003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Logesh\",\n    \"two_fa_enabled\": false,\n    \"auth_token\": \"OTE3Njc4NjU4Ni0xNjIyMjkwNjU3LTc2MzM\",\n    \"otp\": \"375272\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/user_profile/modify","urlObject":{"path":["v1","user_profile","modify"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d1e95f7-c352-47fe-be1e-57d542cc1003"},{"name":"Reset Password","id":"af4e2ae9-bd80-41ce-ba32-789bc6cf4a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"1234566\",\n    \"new_password\": \"12345678\",\n    \"confirm_password\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/user_profile/reset_password","urlObject":{"path":["v1","user_profile","reset_password"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af4e2ae9-bd80-41ce-ba32-789bc6cf4a25"}],"id":"ba4a5687-c3cb-4f21-ba3a-3abb3d1b136a","_postman_id":"ba4a5687-c3cb-4f21-ba3a-3abb3d1b136a","description":""},{"name":"Shop","item":[{"name":"Item","item":[{"name":"Get Item","id":"295ba0b3-8883-4b4a-b918-672c2f682d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/shop/2/item/2yhwonRqC5i049rgb8UUme","urlObject":{"path":["v1","shop","2","item","2yhwonRqC5i049rgb8UUme"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"295ba0b3-8883-4b4a-b918-672c2f682d62"},{"name":"List Items","id":"11ef3db5-ac0b-475f-9b83-220b48e60d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/shop/2/item","urlObject":{"path":["v1","shop","2","item"],"host":["{{platform_host}}"],"query":[{"disabled":true,"key":"id","value":"2yYMvY53A7cOVHJZuollNI"},{"disabled":true,"key":"item_type","value":"fashion"},{"disabled":true,"key":"categories[]","value":"north-indian"},{"disabled":true,"key":"sort_order","value":"DESC"},{"disabled":true,"key":"page_size","value":"3"},{"disabled":true,"key":"include_inactive","value":"true"},{"disabled":true,"key":"next_page_token","value":"eyJpbmNsdWRlX2luYWN0aXZlIjoidHJ1ZSIsInBhZ2Vfc2l6ZSI6IjMiLCJpZCI6bnVsbCwibmV4dF9pZCI6IjYxZGFmNjg5LTNiNTgtM2MxYy01MDk2LWZkNTVhOGVjYjU4MiJ9"},{"disabled":true,"key":"categories[]","value":"jean"}],"variable":[]}},"response":[],"_postman_id":"11ef3db5-ac0b-475f-9b83-220b48e60d5d"},{"name":"Meta","id":"3288c32f-0efb-4619-b868-c9e96c7d10f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/item/meta","urlObject":{"path":["v1","item","meta"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3288c32f-0efb-4619-b868-c9e96c7d10f8"}],"id":"f0e5f1d8-3b97-4555-8aad-c9951248978f","_postman_id":"f0e5f1d8-3b97-4555-8aad-c9951248978f","description":""},{"name":"Order","item":[{"name":"Get Order","id":"8e18db86-fbee-443f-900c-690619e932a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/shop/1/order/2zeiEo7J4Do67ESu7jxbTv","urlObject":{"path":["v1","shop","1","order","2zeiEo7J4Do67ESu7jxbTv"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e18db86-fbee-443f-900c-690619e932a4"},{"name":"List Orders","id":"97dab024-43c4-4bac-92a8-1daf9b3f997f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/shop/1/order?page_size=1","urlObject":{"path":["v1","shop","1","order"],"host":["{{platform_host}}"],"query":[{"disabled":true,"key":"id","value":"eyJwYWdlX3NpemUiOiIxIiwibmV4dF9pZCI6IjYyNjM3YzhmLTM0NzctYWIwOC1kYWU2LTM2Mzk1NWMxZmZlYiJ9"},{"key":"page_size","value":"1"},{"disabled":true,"key":"payment_status[]","value":"pending"},{"disabled":true,"key":"payment_status[]","value":"completed"},{"disabled":true,"key":"order_status[]","value":"placed"},{"disabled":true,"key":"order_status[]","value":"created"},{"disabled":true,"key":"start_date","value":"2022-04-19"},{"disabled":true,"key":"end_date","value":"2024-04-19"},{"disabled":true,"key":"sort_order","value":"ASC"},{"disabled":true,"key":"next_page_token","value":"eyJwYWdlX3NpemUiOiIxIiwibmV4dF9pZCI6IjYyNjM4ZmQwLTMyMTctMThlNC05YTIyLWMzMTZjODc0OWJiYiJ9"}],"variable":[]}},"response":[],"_postman_id":"97dab024-43c4-4bac-92a8-1daf9b3f997f"},{"name":"Update Order","id":"2a68c1a4-a01f-4ac0-9a57-f40069fe7053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_status\": \"delivered\",\n    \"rating\": 3.4,\n    // \"shipping_addr\": {\n    //     \"name\": \"Harsha\",\n    //     \"street\": \"23, Natesanar street\",\n    //     \"area\": \"Thiruverkadu\",\n    //     \"state\": \"Tamil Nadu\",\n    //     \"pincode\": \"600077\"\n    // }\n    \"billing_addr\": {\n        \"name\": \"Logesh\",\n        \"street\": \"23, Anbu street\",\n        \"area\": \"Anna Nagar\",\n        \"state\": \"Tamil Nadu\",\n        \"pincode\": \"600077\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/shop/1/order/2zeiEo7J4Do67ESu7jxbTv","urlObject":{"path":["v1","shop","1","order","2zeiEo7J4Do67ESu7jxbTv"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a68c1a4-a01f-4ac0-9a57-f40069fe7053"}],"id":"4a9588a7-2419-4b1b-8e67-fd27046cfa04","_postman_id":"4a9588a7-2419-4b1b-8e67-fd27046cfa04","description":""},{"name":"Get Shop","id":"53761c8f-c564-47da-a8bf-43b5289f36d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/shop/2","urlObject":{"path":["v1","shop","2"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53761c8f-c564-47da-a8bf-43b5289f36d1"},{"name":"List Shops","id":"76a3d5a7-9d8a-4545-b242-4c9142425eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/shop","urlObject":{"path":["v1","shop"],"host":["{{platform_host}}"],"query":[{"disabled":true,"key":"id","value":"1"},{"disabled":true,"key":"statuses[]","value":"DRAFT"},{"disabled":true,"key":"statuses[]","value":"ACTIVE"},{"disabled":true,"key":"start_date","value":"2021-06-13"},{"disabled":true,"key":"end_date","value":"2021-07-05"},{"disabled":true,"key":"sort_order","value":"DESC"},{"disabled":true,"key":"page_size","value":"2"},{"disabled":true,"key":"include_deleted","value":"true"},{"disabled":true,"key":"next_page_token","value":"eyJpbmNsdWRlX2RlbGV0ZWQiOiJ0cnVlIiwic29ydF9vcmRlciI6IkRFU0MiLCJwYWdlX3NpemUiOiIyIiwibmV4dF9pZCI6Mn0"}],"variable":[]}},"response":[],"_postman_id":"76a3d5a7-9d8a-4545-b242-4c9142425eb7"},{"name":"Update Shop","id":"e2c4aa2d-c668-4ceb-9d16-ca91ed24bcaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"BLOCKED\",\n    \"reason\": \"Police case\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/shop/1","urlObject":{"path":["v1","shop","1"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2c4aa2d-c668-4ceb-9d16-ca91ed24bcaf"},{"name":"Delete Shop","id":"13402fc5-ac85-4bf5-859e-df5c3ba492c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"reason\": \"Police investigation\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/shop/delete_shop","urlObject":{"path":["v1","shop","delete_shop"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13402fc5-ac85-4bf5-859e-df5c3ba492c7"}],"id":"5db86229-743f-4e22-a88c-d3d1f85fc191","_postman_id":"5db86229-743f-4e22-a88c-d3d1f85fc191","description":""},{"name":"Item Config","item":[{"name":"Create Config","id":"94d2d42e-6eb4-4a64-b6da-2f2144b32375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item_type\": \"food\",\n    \"key\": \"category\",\n    \"reference_id\": \"south-indian\",\n    \"title\": \"South Indian\"\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_host}}/v1/item_config","urlObject":{"path":["v1","item_config"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94d2d42e-6eb4-4a64-b6da-2f2144b32375"},{"name":"List Configs","id":"60b65f5d-d00c-4a6c-a476-1e37194d6f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/item_config","urlObject":{"path":["v1","item_config"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60b65f5d-d00c-4a6c-a476-1e37194d6f1b"},{"name":"Delete Config","id":"e5d5132e-39b7-4d36-97aa-d979bcada9b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{platform_jwt_token}}","type":"text"}],"url":"{{platform_host}}/v1/item_config/2yhN4JmH4ew6mpaktOb0DS","urlObject":{"path":["v1","item_config","2yhN4JmH4ew6mpaktOb0DS"],"host":["{{platform_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5d5132e-39b7-4d36-97aa-d979bcada9b7"}],"id":"ab7527f7-11b0-47e0-b577-7464228d60b7","_postman_id":"ab7527f7-11b0-47e0-b577-7464228d60b7","description":""}],"id":"1cd679c0-d668-4c4b-9a4a-aedbeb76f676","_postman_id":"1cd679c0-d668-4c4b-9a4a-aedbeb76f676","description":""}],"id":"ad353cc3-310b-4856-8c9f-a95d42fd53d3","_postman_id":"ad353cc3-310b-4856-8c9f-a95d42fd53d3","description":""}],"event":[{"listen":"prerequest","script":{"id":"1044362e-caf9-40c8-a4d3-62f5dcb47ad4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1bd42031-05c3-4eed-bdcf-d7f6bdc5b210","type":"text/javascript","exec":[""]}}]}