{"info":{"_postman_id":"d4686fef-b933-4bea-8a44-a29e866909d7","name":"UNOapp eComm - Public API's","description":"<html><head></head><body><p>The UNOapp eComm Public API's allow you to <code>GET</code> information from UNOapp's eComm system. Please note that in order to edit any of the information, you will need to log in to the eComm portal.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2370093","collectionId":"d4686fef-b933-4bea-8a44-a29e866909d7","publishedId":"SVYwJFZJ","public":true,"customColor":{"top-bar":"303030","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-08-12T20:26:36.000Z"},"item":[{"name":"Localization","item":[{"name":"Countries","item":[{"name":"get all countries","id":"eddfdc36-2791-400d-9a8b-8638e837ca98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/localization/countries","urlObject":{"path":["api","v1","localization","countries"],"query":[],"variable":[]}},"response":[{"id":"a82c7e94-3e33-40ab-9c04-d667807d219b","name":"get all countries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/countries"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"1.0.0\",\n    \"msg\": \"countries found\",\n    \"payload\": [\n        {\n            \"id\": 1,\n            \"name\": \"Canada\",\n            \"code\": \"ca\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"United States\",\n            \"code\": \"us\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"India\",\n            \"code\": \"in\"\n        }\n    ]\n}"}],"_postman_id":"eddfdc36-2791-400d-9a8b-8638e837ca98"},{"name":"get by country code","id":"ad42807c-43f9-4195-a0f6-f277e38c099d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/localization/countries/:code","urlObject":{"path":["api","v1","localization","countries",":code"],"query":[],"variable":[{"description":{"content":"<p>required | string</p>\n","type":"text/plain"},"type":"string","value":"ca","key":"code"}]}},"response":[{"id":"528f2c4c-6754-4d41-a1c7-2b88bf700a6e","name":"get by country code","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/countries/:code","path":["api","v1","countries",":code"],"variable":[{"key":"code","value":"ca","description":"required | string"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"1.0.0\",\n    \"msg\": \"countries found\",\n    \"payload\": [\n        {\n            \"id\": 1,\n            \"name\": \"Canada\",\n            \"code\": \"ca\"\n        }\n    ]\n}"}],"_postman_id":"ad42807c-43f9-4195-a0f6-f277e38c099d"}],"id":"7b5e5e26-8be6-4616-b34a-9134b64b56a9","_postman_id":"7b5e5e26-8be6-4616-b34a-9134b64b56a9","description":""},{"name":"Locales","item":[{"name":"get all locales","id":"9f1ec5e7-d651-4a8d-8ddf-b7d386d6a9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-token","value":"providedByUNOapp","type":"text","description":"<p>required | string</p>\n"}],"url":"/api/v1/localization/locales","urlObject":{"path":["api","v1","localization","locales"],"query":[],"variable":[]}},"response":[{"id":"b242a099-acbb-4e9b-8ea2-1e5ff078bf71","name":"get all locales","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-token","value":"providedByUNOapp","type":"text","description":"required | string"}],"url":"/api/v1/localization/locales"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"1.0.0\",\n    \"msg\": \"locales found\",\n    \"payload\": [\n        {\n            \"id\": 1,\n            \"name\": \"English (ca)\",\n            \"language_code\": \"en-CA\",\n            \"country_id\": 1,\n            \"default\": 1\n        },\n        {\n            \"id\": 2,\n            \"name\": \"French (ca)\",\n            \"language_code\": \"fr-ca\",\n            \"country_id\": 1,\n            \"default\": 0\n        },\n        {\n            \"id\": 3,\n            \"name\": \"English (us)\",\n            \"language_code\": \"en-US\",\n            \"country_id\": 2,\n            \"default\": 1\n        }\n    ]\n}"}],"_postman_id":"9f1ec5e7-d651-4a8d-8ddf-b7d386d6a9a6"},{"name":"get by language code","id":"b71badd3-37f3-447c-bb3d-74e94d22c579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"proviedByUNOapp"}],"url":"/api/v1/localization/locales/:language_code","urlObject":{"path":["api","v1","localization","locales",":language_code"],"query":[],"variable":[{"description":{"content":"<p>required | string</p>\n","type":"text/plain"},"type":"string","value":"en-ca","key":"language_code"}]}},"response":[],"_postman_id":"b71badd3-37f3-447c-bb3d-74e94d22c579"}],"id":"305230c7-212b-4ae3-a822-57215889255e","_postman_id":"305230c7-212b-4ae3-a822-57215889255e","description":""},{"name":"Translations","item":[{"name":"get translated terms by language code","id":"fda69ff4-4f23-4cdc-8c59-62dbe7c5f1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-token","type":"text","value":"{{api_token}}"}],"url":"/api/v1/localization/terms/:language_code?platform=web","urlObject":{"path":["api","v1","localization","terms",":language_code"],"query":[{"description":{"content":"<p>optional | string | valid value = [web, android, ios] | default = web</p>\n","type":"text/plain"},"key":"platform","value":"web"}],"variable":[{"description":{"content":"<p>required | string</p>\n","type":"text/plain"},"type":"string","value":"en-ca","key":"language_code"}]}},"response":[{"id":"cb964b58-8381-47b7-beef-a3fd19ce1bd6","name":"get translated terms by language code","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-token","type":"text","value":"{{api_token}}"}],"url":{"raw":"/api/v1/localization/terms/:language_code?platform=web","path":["api","v1","localization","terms",":language_code"],"query":[{"key":"platform","value":"web","description":"optional | string | valid value = [web, android, ios] | default = web"}],"variable":[{"key":"language_code","value":"en-ca","description":"required | string"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"1.0.0\",\n    \"msg\": \"translations found\",\n    \"payload\": {\n        \"term1\": \"term value\",\n        \"term2\": \"term value\",\n        \"term3\": \"term value\"\n    }\n}"}],"_postman_id":"fda69ff4-4f23-4cdc-8c59-62dbe7c5f1f0"}],"id":"543a351a-57f0-4457-9733-ea6bd698aba2","_postman_id":"543a351a-57f0-4457-9733-ea6bd698aba2","description":""}],"id":"2a83e404-a059-41a1-84ea-cbaadfec180e","description":"<p>Localization endpoints allow you to pull details related to the countries and locales that you have setup within the eComm system.</p>\n","event":[{"listen":"prerequest","script":{"id":"b604ec05-7c06-4153-97e9-1a062f34d3dc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cda04374-1c71-4f80-b47e-dca81a5aa42a","type":"text/javascript","exec":[""]}}],"_postman_id":"2a83e404-a059-41a1-84ea-cbaadfec180e"},{"name":"Locations","item":[{"name":"get all locations","id":"c52cd4a6-4ce1-4fb0-a830-ed7fb3d29d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/locations?page=1&country_code=ca&limit=40","urlObject":{"path":["api","v1","locations"],"query":[{"description":{"content":"<p>optional | number| default = 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>optional | string  | if not provided, will return all locations</p>\n","type":"text/plain"},"key":"country_code","value":"ca"},{"description":{"content":"<p>optional | number | default  = 50 | max = 100</p>\n","type":"text/plain"},"key":"limit","value":"40"}],"variable":[]}},"response":[{"id":"0910317c-44c5-4595-92ce-95a6ec0cbca1","name":"get all locations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/locations?page=1&country_code=ca&limit=40","path":["api","v1","locations"],"query":[{"key":"page","value":"1","description":"optional | number| default = 1"},{"key":"country_code","value":"ca","description":"optional | string  | if not provided, will return all locations"},{"key":"limit","value":"40","description":"optional | number | default  = 50 | max = 100"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"locations found\",\n  \"payload\": {\n    \"total_locations\": 2,\n    \"total_pages\": 1,\n    \"page\": 1,\n    \"per_page\": 1,\n    \"locations\": [\n      {\n        \"id\": 1,\n        \"internal_id\": \"1\",\n        \"slug\": \"mylocation\",\n        \"name\": \"My Location\",\n        \"address_line_1\": \"123 Some Street\",\n        \"address_line_2\": \"second floor\",\n        \"city\": \"City\",\n        \"province\": \"Province\",\n        \"postal_code\": \"a1b2c3\",\n        \"country\": \"Canada\",\n        \"latitude\": 12.4397355,\n        \"longitude\": -72.9971547,\n        \"email\": \"mylocation@email.com\",\n        \"phone\": \"1234567890\",\n        \"fax\": \"1234567890\"\n      },\n      {\n        \"id\": 2,\n        \"internal_id\": \"2\",\n        \"slug\": \"mysecondlocation\",\n        \"name\": \"My Second Location\",\n        \"address_line_1\": \"456 Some Street\",\n        \"address_line_2\": \"second floor\",\n        \"city\": \"City\",\n        \"province\": \"Province\",\n        \"postal_code\": \"a1b2c3\",\n        \"country\": \"Canada\",\n        \"latitude\": 12.4397355,\n        \"longitude\": -72.9971547,\n        \"email\": \"mysecondlocation@email.com\",\n        \"phone\": \"1234567890\",\n        \"fax\": \"1234567890\"\n      }\n    ]\n  }\n}"}],"_postman_id":"c52cd4a6-4ce1-4fb0-a830-ed7fb3d29d03"},{"name":"get location by id","id":"2f522947-0284-4faa-bca6-30cb4565f275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/locations/:location","urlObject":{"path":["api","v1","locations",":location"],"query":[],"variable":[{"description":{"content":"<p>required | number</p>\n","type":"text/plain"},"type":"string","value":"1","key":"location"}]}},"response":[{"id":"c8acb8e2-ff51-4eab-a024-6a5c306aa441","name":"get location by id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/locations/:location","path":["api","v1","locations",":location"],"variable":[{"key":"location","value":"1","description":"required | number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"location found\",\n  \"payload\": {\n      \"id\": 1,\n      \"internal_id\": \"1\",\n      \"slug\": \"mylocation\",\n      \"name\": \"My Location\",\n      \"address_line_1\": \"123 Some Street\",\n      \"address_line_2\": \"second floor\",\n      \"city\": \"City\",\n      \"province\": \"Province\",\n      \"postal_code\": \"a1b2c3\",\n      \"country\": \"Canada\",\n      \"latitude\": 12.4397355,\n      \"longitude\": -72.9971547,\n      \"email\": \"mylocation@email.com\",\n      \"phone\": \"1234567890\",\n      \"fax\": \"1234567890\"\n    }\n}"}],"_postman_id":"2f522947-0284-4faa-bca6-30cb4565f275"}],"id":"01b42f54-6f11-4454-93e8-fb347b189a95","_postman_id":"01b42f54-6f11-4454-93e8-fb347b189a95","description":""},{"name":"Users","item":[{"name":"get all users","id":"f3055e66-452c-489e-95c8-718010fe89a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/users?page=1&limit=50","urlObject":{"path":["api","v1","users"],"query":[{"description":{"content":"<p>optional | number | default = 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>optional | number | default = 50 | max = 100</p>\n","type":"text/plain"},"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"1645f624-a8e6-401a-9098-0052bc8bd5cc","name":"get all users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/users?page=1&limit=50","path":["api","v1","users"],"query":[{"key":"page","value":"1","description":"optional | number | default = 1"},{"key":"limit","value":"50","description":"optional | number | default = 50 | max = 100"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"1.0.0\",\n    \"msg\": \"users found\",\n    \"payload\": {\n        \"total_users\": 2,\n        \"total_pages\": 1,\n        \"page\": 1,\n        \"per_page\": 2,\n        \"users\": [\n            {\n                \"id\": 1,\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"email\": \"john.doe@email.com\",\n                \"date_of_birth\": null,\n                \"address_line_1\": \"\",\n                \"address_line_2\": \"\",\n                \"city\": \"Toronto\",\n                \"province\": \"Ontario\",\n                \"postal_code\": \"\",\n                \"country\": \"Canada\",\n                \"phone\": \"\",\n                \"sign_up_date\": \"2015-07-26T02:14:03.000Z\"\n            },\n            {\n                \"id\": 2,\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Doe\",\n                \"email\": \"jane.doe@email.com\",\n                \"date_of_birth\": null,\n                \"address_line_1\": \"\",\n                \"address_line_2\": \"\",\n                \"city\": \"Toronto\",\n                \"province\": \"Ontario\",\n                \"postal_code\": \"\",\n                \"country\": \"Canada\",\n                \"phone\": \"\",\n                \"sign_up_date\": \"2015-07-26T02:14:03.000Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f3055e66-452c-489e-95c8-718010fe89a6"},{"name":"get user by ID","id":"96ed6b23-3ba7-4a63-a978-db9457800270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/users/:user","urlObject":{"path":["api","v1","users",":user"],"query":[],"variable":[{"description":{"content":"<p>required | number</p>\n","type":"text/plain"},"type":"string","value":"1","key":"user"}]}},"response":[{"id":"54d724f2-dff9-442f-8fc2-70e7d9e61f2d","name":"get user by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/users/:user","path":["api","v1","users",":user"],"variable":[{"key":"user","value":"1","description":"required | number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"user found\",\n  \"payload\": {\n    \"id\": 1,\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@email.com\",\n    \"date_of_birth\": null,\n    \"address_line_1\": \"\",\n    \"address_line_2\": \"\",\n    \"city\": \"Toronto\",\n    \"province\": \"Ontario\",\n    \"postal_code\": \"\",\n    \"country\": \"Canada\",\n    \"phone\": \"\",\n    \"sign_up_date\": \"2015-07-26T02:14:03.000Z\"\n  }\n}"}],"_postman_id":"96ed6b23-3ba7-4a63-a978-db9457800270"}],"id":"bc46443c-deca-449a-b09f-169ee492f672","_postman_id":"bc46443c-deca-449a-b09f-169ee492f672","description":""},{"name":"Orders","item":[{"name":"get all orders","id":"31a2fb06-9d94-4fb2-b353-8a38eea9ba5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/orders?page=1&limit=50&start_date=2019-01-01&end_date=2019-08-31","urlObject":{"path":["api","v1","orders"],"query":[{"description":{"content":"<p>optional | number | default = 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>optional | number | default = 50 | max = 100</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>optional | date | format yyyy-mm-dd | default = current date</p>\n","type":"text/plain"},"key":"start_date","value":"2019-01-01"},{"description":{"content":"<p>optional | date | format yyyy-mm-dd | default = current date + 30 days</p>\n","type":"text/plain"},"key":"end_date","value":"2019-08-31"}],"variable":[]}},"response":[{"id":"15c694ad-1671-48de-a76e-890dc3e54085","name":"no orders found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/orders?page=1&limit=50&start_date=2019-01-01&end_date=2019-08-31","path":["api","v1","orders"],"query":[{"key":"page","value":"1","description":"optional | number | default = 1"},{"key":"limit","value":"50","description":"optional | number | default = 50 | max = 100"},{"key":"start_date","value":"2019-01-01","description":"optional | date | format yyyy-mm-dd | default = current date"},{"key":"end_date","value":"2019-08-31","description":"optional | date | format yyyy-mm-dd | default = current date + 30 days"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"1.0.0\",\n    \"msg\": \"no orders found\"\n}"},{"id":"c0925d1b-aee2-45db-b1f6-d13b55e95bc9","name":"get all orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/orders?page=1&limit=50&start_date=2019-01-01&end_date=2019-08-31","path":["api","v1","orders"],"query":[{"key":"page","value":"1","description":"optional | number | default = 1"},{"key":"limit","value":"50","description":"optional | number | default = 50 | max = 100"},{"key":"start_date","value":"2019-01-01","description":"optional | date | format yyyy-mm-dd | default = current date"},{"key":"end_date","value":"2019-08-31","description":"optional | date | format yyyy-mm-dd | default = current date + 30 days"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"orders found\",\n  \"payload\": {\n    \"total_orders\": 1,\n    \"total_pages\": 1,\n    \"page\": 1,\n    \"per_page\": 1,\n    \"orders\": [\n      {\n        \"id\": 1,\n        \"external_id\": \"abc123\",\n        \"cart_id\": 1,\n        \"user_id\": 1,\n        \"location_id\": 1,\n        \"grouporder_id\": 0,\n        \"order_guest_profile_id\": null,\n        \"receive_time\": \"2017-04-08T17:45:00.000Z\",\n        \"receive_later\": 1,\n        \"status\": \"completed\",\n        \"order_type\": \"regular\",\n        \"order_receive_method\": \"future\",\n        \"sub_total\": 15.25,\n        \"tax_amount\": 1.07,\n        \"total\": 16.32,\n        \"note\": \"\",\n        \"delivery_fee\": 0,\n        \"points_earned\": \"2.5\",\n        \"giftcard_amount\": 0,\n        \"reward_amount\": 0,\n        \"reward_points\": 0,\n        \"ip_address\": \"123.456.7.890\",\n        \"paid\": 0,\n        \"points_could_have_earned\": null,\n        \"app_version\": \"1.0.1\",\n        \"platform\": \"web\",\n        \"order_date\": \"2017-04-08T21:17:10.000Z\",\n        \"confirmed_at\": \"2017-04-08T22:20:13.000Z\",\n        \"tip_amount\": 0,\n        \"delivery_tax\": 0,\n        \"confirmed_in_seconds\": 100,\n        \"user\": [\n          {\n            \"id\": 1,\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"email\": \"john.doe@email.com\",\n            \"date_of_birth\": \"0000-00-00\",\n            \"address_line_1\": null,\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"province\": \"\",\n            \"postal_code\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"sign_up_date\": \"2017-04-08T21:15:23.000Z\"\n          }\n        ],\n        \"location\": [\n          {\n            \"id\": 1,\n            \"internal_id\": \"1\",\n            \"slug\": \"mylocation\",\n            \"name\": \"My Location\",\n            \"address_line_1\": \"123 Some Street\",\n            \"address_line_2\": \"second floor\",\n            \"city\": \"City\",\n            \"province\": \"Province\",\n            \"postal_code\": \"a1b2c3\",\n            \"country\": \"Canada\",\n            \"latitude\": 12.4397355,\n            \"longitude\": -72.9971547,\n            \"email\": \"mylocation@email.com\",\n            \"phone\": \"1234567890\",\n            \"fax\": \"1234567890\"\n          }\n        ],\n        \"items\": [\n          {\n            \"id\": 1,\n            \"order_id\": 1,\n            \"item_sku\": \"sku123\",\n            \"category\": \"Item Category\",\n            \"name\": \"Item Name\",\n            \"item_qty\": 1,\n            \"item_price\": 15.25,\n            \"item_base_price\": 7.49,\n            \"note\": null,\n            \"modifiers\": [\n              {\n                \"id\": 1,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0,\n                \"included\": 0\n              },\n              {\n                \"id\": 2,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 3,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 4,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 3.49,\n                \"included\": 0\n              },\n              {\n                \"id\": 5,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 6,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 7,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.29,\n                \"included\": 0\n              },\n              {\n                \"id\": 8,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.5,\n                \"included\": 1\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"31a2fb06-9d94-4fb2-b353-8a38eea9ba5c"},{"name":"get order by id","id":"97729058-f9ac-46d2-b63d-261f30da4a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/orders/:order","urlObject":{"path":["api","v1","orders",":order"],"query":[],"variable":[{"description":{"content":"<p>required | number </p>\n","type":"text/plain"},"type":"string","value":"{{order_id}}","key":"order"}]}},"response":[{"id":"8dea4ddf-a521-4084-a7ca-92adc5d39265","name":"get order by id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/orders/:order","path":["api","v1","orders",":order"],"variable":[{"key":"order","value":"{{order_id}}","description":"required | number "}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"orders found\",\n  \"payload\": {\n    \"total_orders\": 1,\n    \"total_pages\": 1,\n    \"page\": 1,\n    \"per_page\": 1,\n    \"orders\": [\n      {\n        \"id\": 1,\n        \"external_id\": \"abc123\",\n        \"cart_id\": 1,\n        \"user_id\": 1,\n        \"location_id\": 1,\n        \"grouporder_id\": 0,\n        \"order_guest_profile_id\": null,\n        \"receive_time\": \"2017-04-08T17:45:00.000Z\",\n        \"receive_later\": 1,\n        \"status\": \"completed\",\n        \"order_type\": \"regular\",\n        \"order_receive_method\": \"future\",\n        \"sub_total\": 15.25,\n        \"tax_amount\": 1.07,\n        \"total\": 16.32,\n        \"note\": \"\",\n        \"delivery_fee\": 0,\n        \"points_earned\": \"2.5\",\n        \"giftcard_amount\": 0,\n        \"reward_amount\": 0,\n        \"reward_points\": 0,\n        \"ip_address\": \"123.456.7.890\",\n        \"paid\": 0,\n        \"points_could_have_earned\": null,\n        \"app_version\": \"1.0.1\",\n        \"platform\": \"web\",\n        \"order_date\": \"2017-04-08T21:17:10.000Z\",\n        \"confirmed_at\": \"2017-04-08T22:20:13.000Z\",\n        \"tip_amount\": 0,\n        \"delivery_tax\": 0,\n        \"confirmed_in_seconds\": 100,\n        \"user\": [\n          {\n            \"id\": 1,\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"email\": \"john.doe@email.com\",\n            \"date_of_birth\": \"0000-00-00\",\n            \"address_line_1\": null,\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"province\": \"\",\n            \"postal_code\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"sign_up_date\": \"2017-04-08T21:15:23.000Z\"\n          }\n        ],\n        \"location\": [\n          {\n            \"id\": 1,\n            \"internal_id\": \"1\",\n            \"slug\": \"mylocation\",\n            \"name\": \"My Location\",\n            \"address_line_1\": \"123 Some Street\",\n            \"address_line_2\": \"second floor\",\n            \"city\": \"City\",\n            \"province\": \"Province\",\n            \"postal_code\": \"a1b2c3\",\n            \"country\": \"Canada\",\n            \"latitude\": 12.4397355,\n            \"longitude\": -72.9971547,\n            \"email\": \"mylocation@email.com\",\n            \"phone\": \"1234567890\",\n            \"fax\": \"1234567890\"\n          }\n        ],\n        \"items\": [\n          {\n            \"id\": 1,\n            \"order_id\": 1,\n            \"item_sku\": \"sku123\",\n            \"category\": \"Item Category\",\n            \"name\": \"Item Name\",\n            \"item_qty\": 1,\n            \"item_price\": 15.25,\n            \"item_base_price\": 7.49,\n            \"note\": null,\n            \"modifiers\": [\n              {\n                \"id\": 1,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0,\n                \"included\": 0\n              },\n              {\n                \"id\": 2,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 3,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 4,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 3.49,\n                \"included\": 0\n              },\n              {\n                \"id\": 5,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 6,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 7,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.29,\n                \"included\": 0\n              },\n              {\n                \"id\": 8,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.5,\n                \"included\": 1\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"97729058-f9ac-46d2-b63d-261f30da4a99"},{"name":"get orders for a location","id":"a5a9aafb-94b7-4c28-81a2-94d59a39575c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/orders/locations/:location?page=1&limit=50&start_date=2019-07-01&end_date=2019-08-01","urlObject":{"path":["api","v1","orders","locations",":location"],"query":[{"description":{"content":"<p>optional | number | default = 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>optional | number | default = 50</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>optional | date | format yyyy-mm-dd | default = current date</p>\n","type":"text/plain"},"key":"start_date","value":"2019-07-01"},{"description":{"content":"<p>optional | date | format yyyy-mm-dd | default = current date + 30 days</p>\n","type":"text/plain"},"key":"end_date","value":"2019-08-01"}],"variable":[{"type":"string","value":"{{location_id}}","key":"location"}]}},"response":[{"id":"44c6cf6c-e408-46dd-9c7c-bd412ccd04a0","name":"get orders for a location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/orders/locations/:location?page=1&limit=50&start_date=2019-07-01&end_date=2019-08-01","path":["api","v1","orders","locations",":location"],"query":[{"key":"page","value":"1","description":"optional | number | default = 1"},{"key":"limit","value":"50","description":"optional | number | default = 50"},{"key":"start_date","value":"2019-07-01","description":"optional | date | format yyyy-mm-dd | default = current date"},{"key":"end_date","value":"2019-08-01","description":"optional | date | format yyyy-mm-dd | default = current date + 30 days"}],"variable":[{"key":"location","value":"{{location_id}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"orders found\",\n  \"payload\": {\n    \"total_orders\": 1,\n    \"total_pages\": 1,\n    \"page\": 1,\n    \"per_page\": 1,\n    \"orders\": [\n      {\n        \"id\": 1,\n        \"external_id\": \"abc123\",\n        \"cart_id\": 1,\n        \"user_id\": 1,\n        \"location_id\": 1,\n        \"grouporder_id\": 0,\n        \"order_guest_profile_id\": null,\n        \"receive_time\": \"2017-04-08T17:45:00.000Z\",\n        \"receive_later\": 1,\n        \"status\": \"completed\",\n        \"order_type\": \"regular\",\n        \"order_receive_method\": \"future\",\n        \"sub_total\": 15.25,\n        \"tax_amount\": 1.07,\n        \"total\": 16.32,\n        \"note\": \"\",\n        \"delivery_fee\": 0,\n        \"points_earned\": \"2.5\",\n        \"giftcard_amount\": 0,\n        \"reward_amount\": 0,\n        \"reward_points\": 0,\n        \"ip_address\": \"123.456.7.890\",\n        \"paid\": 0,\n        \"points_could_have_earned\": null,\n        \"app_version\": \"1.0.1\",\n        \"platform\": \"web\",\n        \"order_date\": \"2017-04-08T21:17:10.000Z\",\n        \"confirmed_at\": \"2017-04-08T22:20:13.000Z\",\n        \"tip_amount\": 0,\n        \"delivery_tax\": 0,\n        \"confirmed_in_seconds\": 100,\n        \"user\": [\n          {\n            \"id\": 1,\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"email\": \"john.doe@email.com\",\n            \"date_of_birth\": \"0000-00-00\",\n            \"address_line_1\": null,\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"province\": \"\",\n            \"postal_code\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"sign_up_date\": \"2017-04-08T21:15:23.000Z\"\n          }\n        ],\n        \"location\": [\n          {\n            \"id\": 1,\n            \"internal_id\": \"1\",\n            \"slug\": \"mylocation\",\n            \"name\": \"My Location\",\n            \"address_line_1\": \"123 Some Street\",\n            \"address_line_2\": \"second floor\",\n            \"city\": \"City\",\n            \"province\": \"Province\",\n            \"postal_code\": \"a1b2c3\",\n            \"country\": \"Canada\",\n            \"latitude\": 12.4397355,\n            \"longitude\": -72.9971547,\n            \"email\": \"mylocation@email.com\",\n            \"phone\": \"1234567890\",\n            \"fax\": \"1234567890\"\n          }\n        ],\n        \"items\": [\n          {\n            \"id\": 1,\n            \"order_id\": 1,\n            \"item_sku\": \"sku123\",\n            \"category\": \"Item Category\",\n            \"name\": \"Item Name\",\n            \"item_qty\": 1,\n            \"item_price\": 15.25,\n            \"item_base_price\": 7.49,\n            \"note\": null,\n            \"modifiers\": [\n              {\n                \"id\": 1,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0,\n                \"included\": 0\n              },\n              {\n                \"id\": 2,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 3,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 4,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 3.49,\n                \"included\": 0\n              },\n              {\n                \"id\": 5,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 6,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 7,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.29,\n                \"included\": 0\n              },\n              {\n                \"id\": 8,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.5,\n                \"included\": 1\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"a5a9aafb-94b7-4c28-81a2-94d59a39575c"},{"name":"get orders for a user","id":"e9502205-5ba4-4251-bc50-b4a1e129ff38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/orders/users/:user?page=1&limit=50&start_date=2019-01-01&end_date=2019-08-01","urlObject":{"path":["api","v1","orders","users",":user"],"query":[{"description":{"content":"<p>optional | number | default = 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>optional | number | default = 50</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>optional | date | format yyyy-mm-dd | default = current date</p>\n","type":"text/plain"},"key":"start_date","value":"2019-01-01"},{"description":{"content":"<p>optional | date | format yyyy-mm-dd | default = current date + 30 days</p>\n","type":"text/plain"},"key":"end_date","value":"2019-08-01"}],"variable":[{"type":"string","value":"{{user_id}}","key":"user"}]}},"response":[{"id":"c84392e1-451f-4ea1-8ec5-a4083820e125","name":"get orders for a user","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":{"raw":"/api/v1/orders/users/:user?page=1&limit=50&start_date=2019-01-01&end_date=2019-08-01","path":["api","v1","orders","users",":user"],"query":[{"key":"page","value":"1","description":"optional | number | default = 1"},{"key":"limit","value":"50","description":"optional | number | default = 50"},{"key":"start_date","value":"2019-01-01","description":"optional | date | format yyyy-mm-dd | default = current date"},{"key":"end_date","value":"2019-08-01","description":"optional | date | format yyyy-mm-dd | default = current date + 30 days"}],"variable":[{"key":"user","value":"{{user_id}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"orders found\",\n  \"payload\": {\n    \"total_orders\": 1,\n    \"total_pages\": 1,\n    \"page\": 1,\n    \"per_page\": 1,\n    \"orders\": [\n      {\n        \"id\": 1,\n        \"external_id\": \"abc123\",\n        \"cart_id\": 1,\n        \"user_id\": 1,\n        \"location_id\": 1,\n        \"grouporder_id\": 0,\n        \"order_guest_profile_id\": null,\n        \"receive_time\": \"2017-04-08T17:45:00.000Z\",\n        \"receive_later\": 1,\n        \"status\": \"completed\",\n        \"order_type\": \"regular\",\n        \"order_receive_method\": \"future\",\n        \"sub_total\": 15.25,\n        \"tax_amount\": 1.07,\n        \"total\": 16.32,\n        \"note\": \"\",\n        \"delivery_fee\": 0,\n        \"points_earned\": \"2.5\",\n        \"giftcard_amount\": 0,\n        \"reward_amount\": 0,\n        \"reward_points\": 0,\n        \"ip_address\": \"123.456.7.890\",\n        \"paid\": 0,\n        \"points_could_have_earned\": null,\n        \"app_version\": \"1.0.1\",\n        \"platform\": \"web\",\n        \"order_date\": \"2017-04-08T21:17:10.000Z\",\n        \"confirmed_at\": \"2017-04-08T22:20:13.000Z\",\n        \"tip_amount\": 0,\n        \"delivery_tax\": 0,\n        \"confirmed_in_seconds\": 100,\n        \"user\": [\n          {\n            \"id\": 1,\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"email\": \"john.doe@email.com\",\n            \"date_of_birth\": \"0000-00-00\",\n            \"address_line_1\": null,\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"province\": \"\",\n            \"postal_code\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"sign_up_date\": \"2017-04-08T21:15:23.000Z\"\n          }\n        ],\n        \"location\": [\n          {\n            \"id\": 1,\n            \"internal_id\": \"1\",\n            \"slug\": \"mylocation\",\n            \"name\": \"My Location\",\n            \"address_line_1\": \"123 Some Street\",\n            \"address_line_2\": \"second floor\",\n            \"city\": \"City\",\n            \"province\": \"Province\",\n            \"postal_code\": \"a1b2c3\",\n            \"country\": \"Canada\",\n            \"latitude\": 12.4397355,\n            \"longitude\": -72.9971547,\n            \"email\": \"mylocation@email.com\",\n            \"phone\": \"1234567890\",\n            \"fax\": \"1234567890\"\n          }\n        ],\n        \"items\": [\n          {\n            \"id\": 1,\n            \"order_id\": 1,\n            \"item_sku\": \"sku123\",\n            \"category\": \"Item Category\",\n            \"name\": \"Item Name\",\n            \"item_qty\": 1,\n            \"item_price\": 15.25,\n            \"item_base_price\": 7.49,\n            \"note\": null,\n            \"modifiers\": [\n              {\n                \"id\": 1,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0,\n                \"included\": 0\n              },\n              {\n                \"id\": 2,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 3,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.99,\n                \"included\": 0\n              },\n              {\n                \"id\": 4,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 3.49,\n                \"included\": 0\n              },\n              {\n                \"id\": 5,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 6,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.25,\n                \"included\": 1\n              },\n              {\n                \"id\": 7,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 1.29,\n                \"included\": 0\n              },\n              {\n                \"id\": 8,\n                \"order_item_id\": 1,\n                \"mod_sku\": \"modsku\",\n                \"name\": \"mod name\",\n                \"modifier_category\": \"modifier category name\",\n                \"mod_qty\": 1,\n                \"price_per_mod\": 0.5,\n                \"included\": 1\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"e9502205-5ba4-4251-bc50-b4a1e129ff38"}],"id":"b3f88967-9fc9-4e2e-b1cc-9910b8fedb54","_postman_id":"b3f88967-9fc9-4e2e-b1cc-9910b8fedb54","description":""},{"name":"Promotions","item":[{"name":"get all promotions","id":"49ab888d-6110-47ec-b1e7-4438dda2eea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>required | string</p>\n","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/promotions","urlObject":{"path":["api","v1","promotions"],"query":[],"variable":[]}},"response":[{"id":"1e8dc733-8bf9-45f1-aecb-32a790815fb7","name":"no promotions found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/promotions"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"1.0.0\",\n    \"msg\": \"no promotions found\"\n}"},{"id":"3ddfe5b7-1570-49bb-b9b3-ae4d0509b4de","name":"get all promotions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"required | string","key":"api-token","type":"text","value":"providedByUNOapp"}],"url":"/api/v1/promotions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"api_ver\": \"1.0.0\",\n  \"msg\": \"promotions found\",\n  \"payload\": [\n    {\n      \"id\": 1,\n      \"name\": \"Promotion Name\",\n      \"description\": \"Promotion Description\",\n      \"short_description\": \"Short Description\",\n      \"image\": \"https://promotion.image/url.png\",\n      \"cta_type\": \"hyperlink\",\n      \"cta_text\": \"CTA Text\",\n      \"cta_value\": \"CTA Value\",\n      \"featured\": 0,\n      \"start_date\": \"2017-03-07T03:31:00.000Z\",\n      \"end_date\": \"2022-03-31T03:32:00.000Z\",\n      \"sort_order\": 1\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Promotion 2 Name\",\n      \"description\": \"Promotion 2 Description\",\n      \"short_description\": \"Short Description\",\n      \"image\": \"https://promotion.image/url.png\",\n      \"cta_type\": \"hyperlink\",\n      \"cta_text\": \"CTA Text\",\n      \"cta_value\": \"CTA Value\",\n      \"featured\": 0,\n      \"start_date\": \"2017-03-07T03:31:00.000Z\",\n      \"end_date\": \"2022-03-31T03:32:00.000Z\",\n      \"sort_order\": 2\n    }\n  ]\n}"}],"_postman_id":"49ab888d-6110-47ec-b1e7-4438dda2eea0"}],"id":"b75f87ae-583d-4950-b9b9-a28ee6cef4b9","_postman_id":"b75f87ae-583d-4950-b9b9-a28ee6cef4b9","description":""}],"event":[{"listen":"prerequest","script":{"id":"86fc9a40-9a99-4a87-a6d3-75070ee3249d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"97b02692-be30-474f-8f17-3b1a31044d44","type":"text/javascript","exec":[""]}}]}