{"info":{"_postman_id":"38b3bde2-1be4-31c2-72d6-b5b86a62bfcf","name":"Digital Store / Sequelized API v1","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1822051","collectionId":"38b3bde2-1be4-31c2-72d6-b5b86a62bfcf","publishedId":"77k63Ag","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-03T14:50:38.000Z"},"item":[{"name":"Activity","item":[{"name":"Fetch Latest Activities","id":"018eec8b-f0e6-a00b-e332-65adb468e346","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/test-purchases/failed-product-statuses","urlObject":{"protocol":"http","port":"3000","path":["v1","test-purchases","failed-product-statuses"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"89e0dba7-65e5-1dbe-6054-e17641d0a58f","name":"Fetch Latest Activities","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me/following/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"360","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 14 Feb 2018 12:14:38 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"168-nvUORN3NjjkLDT+5Ypjdqw\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"53","body":"[{\"id\":\"8fb05499-6f4d-4164-a997-d6fe85abf848\",\"userId\":\"3ac39009-0fab-4de3-a88e-674089899b16\",\"customerId\":\"e651e16c-44ee-4e49-991c-0961a3b8228a\",\"activityType\":\"product\",\"meta\":{}},{\"id\":\"76caf11f-4e6d-49e1-8d8b-41002ca24782\",\"userId\":\"3ac39009-0fab-4de3-a88e-674089899b16\",\"customerId\":\"8fb250f6-c0c1-44a2-ad41-98d1865b576e\",\"activityType\":\"note\",\"meta\":{}}]"}],"_postman_id":"018eec8b-f0e6-a00b-e332-65adb468e346"}],"id":"84f7932e-710f-4a87-5207-74732be62ae8","_postman_id":"84f7932e-710f-4a87-5207-74732be62ae8","description":""},{"name":"Auth","item":[{"name":"Login via email","event":[{"listen":"test","script":{"id":"6946b991-3c53-4558-81c6-352d091f6464","exec":["var token = JSON.parse(responseBody).token","postman.setEnvironmentVariable(\"token\", token);"],"type":"text/javascript"}}],"id":"19f7ffb1-d643-59d7-1b46-bc25fb1a16e2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"example.email@redant.com\",\n  \"password\": \"ExamplePassword!\"\n}"},"url":"http://localhost:3000/v1/login","urlObject":{"protocol":"http","port":"3000","path":["v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"561de79d-cbd4-00fd-532e-5bc9bdc6eb68","name":"Login Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"alex.stroukov@redant.com\",\n  \"password\": \"Ch4ngeme\"\n}"},"url":"http://localhost:3000/v1/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"64","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 23 Nov 2017 15:35:39 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"40-j+yF9zN5SiOnpZG9Gr2dsg\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"142","body":"{\"statusCode\":401,\"code\":\"RA-02-01\",\"message\":\"Failed to login\"}"},{"id":"a5e384b2-934c-464f-635e-1be302d39f94","name":"Login Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"alex.stroukov@redant.com\",\n  \"password\": \"Ch4ngeme!\"\n}"},"url":"http://localhost:3000/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"1537","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 23 Nov 2017 15:35:07 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"601-rp2zJ3RSghtwxqh5Pbl9Ag\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"213","body":"{\"id\":\"c6a34ca5-e5d6-4189-b331-673f2537b396\",\"firstName\":\"Alex\",\"lastName\":\"Stroukov\",\"username\":\"alex.stroukov\",\"email\":\"alex.stroukov@redant.com\",\"roleId\":\"4b68c265-9908-4a13-b1b4-d6857ba96184\",\"stores\":[{\"id\":\"63730fd6-10cb-4504-982e-7bdfc1cacebe\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"179b4bc6-6665-4c09-b82f-24b528630373\"},{\"id\":\"5ca14007-7e5d-42af-9b91-8f14a3eb7937\",\"externalStoreId\":\"extid_tottenham_court_road_store\",\"name\":\"Tottenham Court Road Store\",\"regionId\":\"179b4bc6-6665-4c09-b82f-24b528630373\"}],\"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImM2YTM0Y2E1LWU1ZDYtNDE4OS1iMzMxLTY3M2YyNTM3YjM5NiIsImZpcnN0TmFtZSI6IkFsZXgiLCJsYXN0TmFtZSI6IlN0cm91a292IiwidXNlcm5hbWUiOiJhbGV4LnN0cm91a292IiwiZW1haWwiOiJhbGV4LnN0cm91a292QHJlZGFudC5jb20iLCJyb2xlSWQiOiI0YjY4YzI2NS05OTA4LTRhMTMtYjFiNC1kNjg1N2JhOTYxODQiLCJzdG9yZXMiOlt7ImlkIjoiNjM3MzBmZDYtMTBjYi00NTA0LTk4MmUtN2JkZmMxY2FjZWJlIiwiZXh0ZXJuYWxTdG9yZUlkIjoiZXh0aWRfb3hmb3JkX3N0cmVldF9zdG9yZSIsIm5hbWUiOiJPeGZvcmQgU3RyZWV0IFN0b3JlIiwicmVnaW9uSWQiOiIxNzliNGJjNi02NjY1LTRjMDktYjgyZi0yNGI1Mjg2MzAzNzMifSx7ImlkIjoiNWNhMTQwMDctN2U1ZC00MmFmLTliOTEtOGYxNGEzZWI3OTM3IiwiZXh0ZXJuYWxTdG9yZUlkIjoiZXh0aWRfdG90dGVuaGFtX2NvdXJ0X3JvYWRfc3RvcmUiLCJuYW1lIjoiVG90dGVuaGFtIENvdXJ0IFJvYWQgU3RvcmUiLCJyZWdpb25JZCI6IjE3OWI0YmM2LTY2NjUtNGMwOS1iODJmLTI0YjUyODYzMDM3MyJ9XSwidHlwZSI6IlVTRVIiLCJpYXQiOjE1MTE0NTEzMDcsImlzcyI6IkRJR0lUQUxfU1RPUkUiLCJzdWIiOiJjNmEzNGNhNS1lNWQ2LTQxODktYjMzMS02NzNmMjUzN2IzOTYifQ.LRyRFeL17tc3gD2iz3tZWsfMgOcvUtmuJ2r2rvqr3xA\"}"}],"_postman_id":"19f7ffb1-d643-59d7-1b46-bc25fb1a16e2"},{"name":"Login via username","event":[{"listen":"test","script":{"id":"ca66ff5b-15bc-4d02-a9a0-46a81ecf2f83","exec":["var token = JSON.parse(responseBody).token","var refreshToken = JSON.parse(responseBody).refreshToken","var userId = JSON.parse(responseBody).id","postman.setEnvironmentVariable(\"token\", token);","postman.setEnvironmentVariable(\"refreshToken\", refreshToken);","postman.setEnvironmentVariable(\"userId\", userId);"],"type":"text/javascript"}}],"id":"a57d5555-6dc0-5b9a-ad01-1b565d0111c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"alex.stroukov\",\n  \"password\": \"Ch4ngeme!\"\n}"},"url":"http://localhost:3000/v1/login","urlObject":{"protocol":"http","port":"3000","path":["v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a5b0fec6-7f84-4ba9-b437-12dc3cd9fff4","name":"Login Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"alex.stroukov\",\n  \"password\": \"Ch4ngeme!\"\n}"},"url":"http://localhost:3000/v1/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"64","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 24 Nov 2017 12:30:49 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"40-j+yF9zN5SiOnpZG9Gr2dsg\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"57","body":"{\"statusCode\":401,\"code\":\"RA-02-01\",\"message\":\"Failed to login\"}"},{"id":"b04124e9-c231-9f81-5587-70823e89dc07","name":"Login Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"alex.stroukov\",\n  \"password\": \"Ch4ngeme!\"\n}"},"url":"http://localhost:3000/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"1537","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 24 Nov 2017 12:30:11 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"601-ZK3wLowOksQOGCliG5cDNA\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"294","body":"{\"id\":\"c6a34ca5-e5d6-4189-b331-673f2537b396\",\"firstName\":\"Alex\",\"lastName\":\"Stroukov\",\"username\":\"alex.stroukov\",\"email\":\"alex.stroukov@redant.com\",\"roleId\":\"4b68c265-9908-4a13-b1b4-d6857ba96184\",\"stores\":[{\"id\":\"63730fd6-10cb-4504-982e-7bdfc1cacebe\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"179b4bc6-6665-4c09-b82f-24b528630373\"},{\"id\":\"5ca14007-7e5d-42af-9b91-8f14a3eb7937\",\"externalStoreId\":\"extid_tottenham_court_road_store\",\"name\":\"Tottenham Court Road Store\",\"regionId\":\"179b4bc6-6665-4c09-b82f-24b528630373\"}],\"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImM2YTM0Y2E1LWU1ZDYtNDE4OS1iMzMxLTY3M2YyNTM3YjM5NiIsImZpcnN0TmFtZSI6IkFsZXgiLCJsYXN0TmFtZSI6IlN0cm91a292IiwidXNlcm5hbWUiOiJhbGV4LnN0cm91a292IiwiZW1haWwiOiJhbGV4LnN0cm91a292QHJlZGFudC5jb20iLCJyb2xlSWQiOiI0YjY4YzI2NS05OTA4LTRhMTMtYjFiNC1kNjg1N2JhOTYxODQiLCJzdG9yZXMiOlt7ImlkIjoiNjM3MzBmZDYtMTBjYi00NTA0LTk4MmUtN2JkZmMxY2FjZWJlIiwiZXh0ZXJuYWxTdG9yZUlkIjoiZXh0aWRfb3hmb3JkX3N0cmVldF9zdG9yZSIsIm5hbWUiOiJPeGZvcmQgU3RyZWV0IFN0b3JlIiwicmVnaW9uSWQiOiIxNzliNGJjNi02NjY1LTRjMDktYjgyZi0yNGI1Mjg2MzAzNzMifSx7ImlkIjoiNWNhMTQwMDctN2U1ZC00MmFmLTliOTEtOGYxNGEzZWI3OTM3IiwiZXh0ZXJuYWxTdG9yZUlkIjoiZXh0aWRfdG90dGVuaGFtX2NvdXJ0X3JvYWRfc3RvcmUiLCJuYW1lIjoiVG90dGVuaGFtIENvdXJ0IFJvYWQgU3RvcmUiLCJyZWdpb25JZCI6IjE3OWI0YmM2LTY2NjUtNGMwOS1iODJmLTI0YjUyODYzMDM3MyJ9XSwidHlwZSI6IlVTRVIiLCJpYXQiOjE1MTE1MjY2MTEsImlzcyI6IkRJR0lUQUxfU1RPUkUiLCJzdWIiOiJjNmEzNGNhNS1lNWQ2LTQxODktYjMzMS02NzNmMjUzN2IzOTYifQ.vNa7EPjVf2pHZn3TTxohPxjfmTRacNvJ-laQvnY4qn0\"}"}],"_postman_id":"a57d5555-6dc0-5b9a-ad01-1b565d0111c3"},{"name":"Reset Password","id":"623da84c-81c2-b2dd-c4bd-ee5a495522f4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"example.user\"\n}"},"url":"http://localhost:3000/v1/reset-password","urlObject":{"protocol":"http","port":"3000","path":["v1","reset-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"623da84c-81c2-b2dd-c4bd-ee5a495522f4"},{"name":"Refresh Token","id":"dee788c8-dc48-41fb-b5fa-28eac22c243b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"userId\": {{userId}},\n  \"refreshToken\": {{refreshToken}}\n}"},"url":"http://localhost:3000/v1/token","urlObject":{"protocol":"http","port":"3000","path":["v1","token"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dee788c8-dc48-41fb-b5fa-28eac22c243b"},{"name":"Change Password","id":"943c6499-0fb7-7661-a7de-e1013f4987cb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resetToken\": \"8024d55b-f42d-4462-b1e9-7640375fcb3b\",\n  \"password\": \"ExampleNewPass!\"\n}"},"url":"http://localhost:3000/v1/change-password","urlObject":{"protocol":"http","port":"3000","path":["v1","change-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"943c6499-0fb7-7661-a7de-e1013f4987cb"},{"name":"Change Current User Password","id":"55fc396d-24d5-0687-75bf-96ee237eff38","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"ExampleNewPass!\"\n}"},"url":"http://localhost:3000/v1/auth/@me/change-password","urlObject":{"protocol":"http","port":"3000","path":["v1","auth","@me","change-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"55fc396d-24d5-0687-75bf-96ee237eff38"},{"name":"Change User Password","id":"0a008776-6b2c-1061-7ef3-4a41706244af","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"ExampleNewPass!\"\n}"},"url":"http://localhost:3000/v1/auth/44fead8f-8a50-4909-8acf-1e04c19d9910/change-password","urlObject":{"protocol":"http","port":"3000","path":["v1","auth","44fead8f-8a50-4909-8acf-1e04c19d9910","change-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a008776-6b2c-1061-7ef3-4a41706244af"},{"name":"Get Auth Context","id":"d0518d10-1610-4c31-b75b-1ce329bc2b51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d0518d10-1610-4c31-b75b-1ce329bc2b51"}],"id":"8bef4165-f7c9-2194-e969-cfd16c20c074","_postman_id":"8bef4165-f7c9-2194-e969-cfd16c20c074","description":""},{"name":"Products","item":[{"name":"Fetch Product","id":"2d6d1b54-98b9-fcb7-1c98-9d976d319f91","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"http://localhost:3000/v1/products/00229e6e-2d2a-4e51-a7d3-584f235b31d6","urlObject":{"protocol":"http","port":"3000","path":["v1","products","00229e6e-2d2a-4e51-a7d3-584f235b31d6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d6d1b54-98b9-fcb7-1c98-9d976d319f91"},{"name":"Sync Products","id":"83b5541d-89da-8654-e6b7-3994fc8f7e67","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"http://localhost:3000/v1/products/00229e6e-2d2a-4e51-a7d3-584f235b31d6","urlObject":{"protocol":"http","port":"3000","path":["v1","products","00229e6e-2d2a-4e51-a7d3-584f235b31d6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83b5541d-89da-8654-e6b7-3994fc8f7e67"},{"name":"Search Products","id":"08e04e41-2194-21c6-92a0-cde757f4b35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"http://products.v1.services.localhost:3000?query=dffdgfdfggdgfg&page=1&size=100&sort=NAME_DESC","urlObject":{"protocol":"http","port":"3000","host":["products","v1","services","localhost"],"query":[{"key":"query","value":"dffdgfdfggdgfg"},{"key":"page","value":"1"},{"key":"size","value":"100"},{"key":"sort","value":"NAME_DESC"}],"variable":[]}},"response":[{"id":"356b7af3-5e6e-096e-2883-a9138b76dfc1","name":"Search Products Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"url":{"raw":"http://localhost:3000/v1/products?query=red&page=1&size=100&sort=NAME_DESC&category=f8b453ec-0b36-4418-abc5-7f8788763237","protocol":"http","host":["localhost"],"port":"3000","path":["v1","products"],"query":[{"key":"query","value":"red"},{"key":"page","value":"1"},{"key":"size","value":"100"},{"key":"sort","value":"NAME_DESC"},{"key":"category","value":"f8b453ec-0b36-4418-abc5-7f8788763237"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"6584","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 20 Dec 2017 09:55:58 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"19b8-opUJKXQGeIRue7zcnvZ1PA\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"20","body":"{\"total\":2,\"results\":[{\"id\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\",\"externalProductId\":\"881170\",\"name\":\"Mansur Gavriel - Classic Suede Pumps - Red\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.8228900136&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F881170\",\"brand\":\"Chanel\",\"promotionalText\":\"WOW\",\"price\":{\"code\":\"GBP\",\"value\":\"365\"},\"description\":[\"Mansur Gavriel is inspired by \\\"clean lines and simple shapes.\\\" Crafted from bold red suede, these 'Classic' pumps are lined in smooth leather and finished with a cone heel and almond toe. Style yours with washed jeans or floral skirts.\"],\"images\":[\"https://cache.net-a-porter.com/images/products/881170/881170_in_pp.jpg\"],\"details\":null,\"categoryId\":\"e1b58466-c817-4ee5-a746-9e1b624421a6\",\"variants\":[{\"id\":\"688004b1-75b0-419f-8872-0e052db8ea7c\",\"name\":\"IT35 - low stock\",\"ean\":\"8051404317685\",\"details\":null,\"productId\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\"},{\"id\":\"47c72b1e-e0de-49ae-9c98-5a3b01d74c9a\",\"name\":\"IT36 \",\"ean\":\"8051404310914\",\"details\":null,\"productId\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\"},{\"id\":\"fb602f98-d7b7-4c0a-9067-f230f0eb5b9f\",\"name\":\"IT37 \",\"ean\":\"8051404310921\",\"details\":null,\"productId\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\"},{\"id\":\"7e143090-40c3-4abf-9bad-9bff5cd4b384\",\"name\":\"IT38 - low stock\",\"ean\":\"8051404310945\",\"details\":null,\"productId\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\"},{\"id\":\"7f22253a-4155-4aa1-a61a-b9dd79f4a5ef\",\"name\":\"IT39 \",\"ean\":\"8051404310969\",\"details\":null,\"productId\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\"},{\"id\":\"d5de102e-b7ff-47e4-b010-52b6bfecf9af\",\"name\":\"IT40 - coming soon\",\"ean\":\"8051404310983\",\"details\":null,\"productId\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\"},{\"id\":\"3e5aed92-01ad-4878-8ec9-bbaa12fa551f\",\"name\":\"IT41 - sold out\",\"ean\":\"8051404310990\",\"details\":null,\"productId\":\"f4e3f8ec-7ef4-41bb-9c38-ff8a4807a264\"}],\"categories\":[\"6df9fa0c-cbb4-411b-aad3-0daa204e9732\",\"f8b453ec-0b36-4418-abc5-7f8788763237\"]},{\"id\":\"453c0e22-e208-48c2-8a2e-ec2700563905\",\"externalProductId\":\"774283\",\"name\":\"Jo Loves - Green Orange & Coriander Hand & Body Lotion, 200ml - one size\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.5030175073&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F774283\",\"brand\":\"Chanel\",\"promotionalText\":\"Christmas\",\"price\":{\"code\":\"GBP\",\"value\":\"40\"},\"description\":[\"Jo Loves' Hand & Body Lotion evokes memories of Sunday afternoons spent by a crackling log fire, drinking smooth red wine and wearing a sumptuous cashmere sweater. Described as \\\"a harmonious blend of bitter Green Citrus and culinary herbs, \\\" this soulful fragrance is rich with notes of fresh Coriander, Black Pepper and Oakmoss. The ultra lightweight formula absorbs almost instantly, leaving your skin smooth and hydrated. - Bitter Green Orange, Black Pepper and Oakmoss notes- Each scent is carefully crafted by Jo before receiving a single red dot - her creative signature and seal of integrity- Green Orange & Coriander 50ml, 100ml and Hand & Body Lotion also available -Instructions for use: - Dispense a couple of pumps into palm and moisturize thoroughly until absorbed- 200ml/ 6.8fl. oz- Made in England\"],\"images\":[\"https://cache.net-a-porter.com/images/products/774283/774283_in_pp.jpg\"],\"details\":null,\"categoryId\":\"0a12ca84-8e64-45b1-8f5d-74d404792561\",\"variants\":[{\"id\":\"08469013-ac1f-4b9e-99a2-49ab9e27f6a1\",\"name\":\"IT34 - low stock\",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"2be2d786-1d59-4274-a141-e4f007211d02\",\"name\":\"IT34.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"d4b9c88e-9acf-41ea-b8c9-3efc133696be\",\"name\":\"x small \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"50d49739-cf30-4b6e-b535-202f3f3eacde\",\"name\":\"IT35 - low stock\",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"bcfcbb4a-c784-404b-92c7-f427cbb30866\",\"name\":\"small \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"037b2580-e722-4661-a4aa-ca19207741b7\",\"name\":\"IT35.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"af593dba-1836-436f-8b5b-ce6ccadbf425\",\"name\":\"medium \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"e314fe54-dff0-42cd-b1e0-bae4fa2f5a87\",\"name\":\"IT36 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"ee71ce16-3c66-438a-a20e-7f3558e6e00d\",\"name\":\"large \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"c64b2e3b-4431-4ea6-81d4-ceb78f019882\",\"name\":\"IT36.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"413fafb3-a9bc-4790-8a5e-f0ff75250a21\",\"name\":\"x large \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"5378fa79-86d6-418f-b1f1-5d48dbcf19f2\",\"name\":\"IT37 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"2f32d93f-c91c-4edc-a6a5-33076f356f2f\",\"name\":\"IT37.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"cbdb29ab-0d16-420a-9dd7-643f6c73b0c2\",\"name\":\"IT38 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"efe7737c-494f-4c9c-bc07-384b0a261356\",\"name\":\"IT38.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"99911859-a5b1-44a9-b516-d977ad910692\",\"name\":\"IT39 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"a734eaa3-a1a1-487d-8813-c5495922e38f\",\"name\":\"IT39.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"ad763624-b044-4a5f-b883-d01351896041\",\"name\":\"IT40 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"f763c584-1790-4da4-a2c3-2716fe28447c\",\"name\":\"IT40.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"04e41796-ec6b-41a9-9e4b-71d688d1cc4d\",\"name\":\"IT41 - low stock\",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"75ddeeb3-9e18-4dda-9fdb-6185faab4045\",\"name\":\"IT41.5 \",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"},{\"id\":\"147cfb42-f0a4-4f22-b6d4-b8af9da2536d\",\"name\":\"IT42 - low stock\",\"ean\":\"\",\"details\":null,\"productId\":\"453c0e22-e208-48c2-8a2e-ec2700563905\"}],\"categories\":[\"eb25e1bf-695a-459f-ad01-20e4d9ddaaf5\",\"6df9fa0c-cbb4-411b-aad3-0daa204e9732\",\"f8b453ec-0b36-4418-abc5-7f8788763237\"]}]}"}],"_postman_id":"08e04e41-2194-21c6-92a0-cde757f4b35f"},{"name":"Fetch Product By EAN","id":"d44561b8-5f72-be96-7ac1-bbb2dc59bd34","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"http://localhost:3000/v1/products/ean/123","urlObject":{"protocol":"http","port":"3000","path":["v1","products","ean","123"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d44561b8-5f72-be96-7ac1-bbb2dc59bd34"},{"name":"Fetch Variant Stocks","id":"ea599706-f057-ae6b-6d11-d805783e3bdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/variants/a8add7da-3779-4c77-b25b-a67d07c39e54/storeStocks","urlObject":{"protocol":"http","port":"3000","path":["v1","variants","a8add7da-3779-4c77-b25b-a67d07c39e54","storeStocks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dc966a77-2101-f54d-5ed5-5fd558dc27db","name":"Fetch Variant Stocks","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/variants/a8add7da-3779-4c77-b25b-a67d07c39e54/storeStocks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"494","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 16 Jan 2019 13:31:15 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"1ee-2Tu7pBACIys7k8oamvNLlg\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"122","body":"[{\"storeId\":\"ccf7b6b0-09db-4db1-bce1-481e4fe09be4\",\"variantId\":\"a8add7da-3779-4c77-b25b-a67d07c39e54\",\"stock\":2,\"details\":{},\"store\":{\"id\":\"ccf7b6b0-09db-4db1-bce1-481e4fe09be4\",\"externalStoreId\":\"extid_bond_street_store\",\"name\":\"Bond Street Store\",\"catalogue\":\"primary catalogue\",\"images\":[\"https://cache.net-a-porter.com/images/products/895766/895766_in_pp.jpg\"],\"reporting\":{},\"salesTarget\":null,\"details\":{\"type\":\"store\"},\"clientId\":null,\"regionId\":\"cb86c2c6-8a02-4618-9807-74eeedf95a97\"}}]"}],"_postman_id":"ea599706-f057-ae6b-6d11-d805783e3bdf"}],"id":"7f19700c-78d7-d2f1-571b-11637c1241a6","_postman_id":"7f19700c-78d7-d2f1-571b-11637c1241a6","description":""},{"name":"Customers","item":[{"name":"Integration","item":[{"name":"Update Customer (Integration)","id":"ead0e0ac-b4bb-488c-8311-b3501174da9e","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"raw","raw":"{\n  \"externalCustomerId\": \"\",\n  \"title\": \"Mr\",\n  \"gender\": \"\",\n  \"firstName\": \"IKEA\",\n  \"lastName\": \"Test1\",\n  \"telephone\": \"+44 7766123123\",\n  \"email\": \"email@test3\",\n  \"address\": {\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"postCode\": \"\",\n    \"city\": \"\",\n    \"county\": \"\",\n    \"country\": \"\"\n  }\n}"},"url":"http://localhost:3000/v1/integration/customers/d3acec2b-cd28-4f1c-8118-e0b237a10c1a","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","customers","d3acec2b-cd28-4f1c-8118-e0b237a10c1a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ead0e0ac-b4bb-488c-8311-b3501174da9e"},{"name":"Seach Customer (Integration)","id":"aa0c9920-20b6-40f0-93f0-e304047709f6","request":{"method":"GET","header":[{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/integration/customers/search?query=email@test1&page=1&size=1","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","customers","search"],"host":["localhost"],"query":[{"key":"query","value":"email@test1"},{"key":"page","value":"1"},{"key":"size","value":"1"}],"variable":[]}},"response":[],"_postman_id":"aa0c9920-20b6-40f0-93f0-e304047709f6"},{"name":"Refresh Customer Reporting (Integration)","id":"40aa4bb5-b063-4eab-82cd-f79d9f2c8ac1","request":{"method":"GET","header":[{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/integration/customers/261da6ab-d772-48eb-b4f5-0fbe85b12767/refreshReporting","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","customers","261da6ab-d772-48eb-b4f5-0fbe85b12767","refreshReporting"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"40aa4bb5-b063-4eab-82cd-f79d9f2c8ac1"},{"name":"Process Order Updates","id":"94490c17-7018-436c-9253-764e10afae95","request":{"method":"GET","header":[{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/integration/customers/261da6ab-d772-48eb-b4f5-0fbe85b12767/refreshReporting","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","customers","261da6ab-d772-48eb-b4f5-0fbe85b12767","refreshReporting"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"94490c17-7018-436c-9253-764e10afae95"},{"name":"Create Customer (Integration)","id":"2d1fc7ef-b34e-4de8-8e95-b0e44df41f80","request":{"method":"POST","header":[{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"IKEA\",\n  \"lastName\": \"Test1\",\n  \"telephone\": \"+44 7766123123\",\n  \"email\": \"email@test32\",\n}"},"url":"http://localhost:3000/v1/integration/customers","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d1fc7ef-b34e-4de8-8e95-b0e44df41f80"}],"id":"8ac19172-42d1-46cc-a151-c8fd73307ad5","_postman_id":"8ac19172-42d1-46cc-a151-c8fd73307ad5","description":""},{"name":"Search Customers","id":"9674673c-8719-bd80-ee58-af31b5bfe2c9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"variantStockCheck\",\n\t\"userId\": \"08b2fbdc-a7f8-4653-ab5b-f3a5cf9e2d93\",\n\t\"meta\": {\n\t\t\"customerId\": \"customer-123\",\n\t\t\"storeId\": \"store-123\",\n\t\t\"variantId\": \"variant-123\"\n\t}\n}"},"url":"http://localhost:3000/v1/customers","urlObject":{"protocol":"http","port":"3000","path":["v1","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9674673c-8719-bd80-ee58-af31b5bfe2c9"},{"name":"Get Customer Details","id":"e4f7ec1f-7a45-8bc6-92c1-ff77869ded46","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/customers/162003ba-6404-41f1-9e0c-08e9438f00e5","urlObject":{"protocol":"http","port":"3000","path":["v1","customers","162003ba-6404-41f1-9e0c-08e9438f00e5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4f7ec1f-7a45-8bc6-92c1-ff77869ded46"},{"name":"Get Customer Messages","id":"60f5e0ed-7bde-6f20-917e-d01270cb564b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/customers/94bbae69-a832-48cb-9238-d64e90f85629/messages","urlObject":{"protocol":"http","port":"3000","path":["v1","customers","94bbae69-a832-48cb-9238-d64e90f85629","messages"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"60f5e0ed-7bde-6f20-917e-d01270cb564b"},{"name":"Get Customer Activities","id":"f478931e-382d-0580-51a4-0762c566510c","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/customers/162003ba-6404-41f1-9e0c-08e9438f00e5/activities","urlObject":{"protocol":"http","port":"3000","path":["v1","customers","162003ba-6404-41f1-9e0c-08e9438f00e5","activities"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f478931e-382d-0580-51a4-0762c566510c"},{"name":"Create Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var customerId = JSON.parse(responseBody).id","postman.setEnvironmentVariable(\"customerId\", customerId);"]}}],"id":"1ce2eb0e-ba3a-af6f-5ab8-82788cd24d80","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalCustomerId\": \"externalCustomerIdTest2\",\n  \"title\": \"titleTest2\",\n  \"gender\": \"genderTest2\",\n  \"firstName\": \"firstNameTest2\",\n  \"lastName\": \"lastNameTest2\",\n  \"telephone\": \"telephoneTest2\",\n  \"email\": \"email@test2\",\n  \"dob\": \"01/01/1971\",\n  \"address\": {\n    \"address1\": \"address1Test2\",\n    \"address2\": \"address2Test2\",\n    \"postCode\": \"postCodeTest2\",\n    \"city\": \"cityTest2\",\n    \"county\": \"countyTest2\",\n    \"country\": \"countryTest2\"\n  },\n  \"customField1\": \"customField1Test2\",\n  \"customField2\": \"customField2Test2\"\n}"},"url":"http://localhost:3000/v1/customers","urlObject":{"protocol":"http","port":"3000","path":["v1","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ce2eb0e-ba3a-af6f-5ab8-82788cd24d80"},{"name":"Update Customer","id":"689fe298-1208-dea7-07ba-974fd079d145","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"roleId\" : \"1fd0542a-8669-47e7-a48b-1a6d8523d3df\",\n  \"storeIds\": [\"fb66fb4d-c5ac-494f-915d-90902453aa6f\"]\n}"},"url":"http://localhost:3000/v1/users/{{userId}}","urlObject":{"protocol":"http","port":"3000","path":["v1","users","{{userId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"689fe298-1208-dea7-07ba-974fd079d145"},{"name":"Get Customer Orders","id":"ccedbef6-8a96-415c-d97c-754c97405808","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/customers/39cf11dd-2c86-4b41-845d-451c85f6b294/orders","urlObject":{"protocol":"http","port":"3000","path":["v1","customers","39cf11dd-2c86-4b41-845d-451c85f6b294","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccedbef6-8a96-415c-d97c-754c97405808"},{"name":"Anonymise Customer","id":"bd615390-a317-b229-1db8-f4cda5cda670","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/customers/62a972f8-9312-43e6-8f95-5a316b9258f1/anonymise","urlObject":{"protocol":"http","port":"3000","path":["v1","customers","62a972f8-9312-43e6-8f95-5a316b9258f1","anonymise"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd615390-a317-b229-1db8-f4cda5cda670"}],"id":"74a9963c-0e1c-522d-0279-25af4d13541b","_postman_id":"74a9963c-0e1c-522d-0279-25af4d13541b","description":""},{"name":"Users","item":[{"name":"Create User","id":"f4eae3b4-f1de-9453-30d1-5d985a150ce3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Test\",\n    \"lastName\": \"User\",\n    \"email\": \"test@user.com\",\n    \"username\": \"test-username\",\n    \"password\": \"TestTest1\",\n    \"gender\": \"Male\",\n    \"title\": \"Mr\",\n    \"telephone\": \"+447735357777\",\n    \"dob\": \"22/08/1980\",\n    \"role\": {\n      \"name\": \"ADMIN\",\n      \"id\": \"4b68c265-9908-4a13-b1b4-d6857ba96184\"\n    }\n}"},"url":"http://localhost:3000/v1/users","urlObject":{"protocol":"http","port":"3000","path":["v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3de90b24-f2bc-9927-7f6f-bca9d0a63c2a","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"firstName\": \"Test\",\n    \"lastName\": \"User\",\n    \"email\": \"test@user.com\",\n    \"username\": \"test-username\",\n    \"password\": \"TestTest1\",\n    \"gender\": \"Male\",\n    \"title\": \"Mr\",\n    \"telephone\": \"+447735357777\",\n    \"dob\": \"22/08/1980\",\n    \"role\": {\n      \"name\": \"ADMIN\",\n      \"id\": \"4b68c265-9908-4a13-b1b4-d6857ba96184\"\n    }\n}"},"url":"http://localhost:3000/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"289","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 23 Nov 2017 16:50:19 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"121-VhH+63NF/jSobx/V6VQVVw\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"149","body":"{\"id\":\"fde22536-19ee-4cf0-8a80-4fe3dab925f8\",\"firstName\":\"Test\",\"lastName\":\"User\",\"email\":\"test@user.com\",\"username\":\"test-username\",\"gender\":\"Male\",\"title\":\"Mr\",\"telephone\":\"+447735357777\",\"dob\":\"22/08/1980\",\"role\":{\"name\":\"ADMIN\",\"id\":\"4b68c265-9908-4a13-b1b4-d6857ba96184\"},\"stores\":[]}"}],"_postman_id":"f4eae3b4-f1de-9453-30d1-5d985a150ce3"},{"name":"Fetch Current User Details","id":"6819e5b0-8f1c-2108-3efb-857cc05e7826","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0d7c7c44-0c29-48f4-0eb5-38c3a91baa6a","name":"Fetch User Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"580","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 10:39:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"244-Ky0VN/CmvPOhgxYN8iM5hQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"79","body":"{\"id\":\"fba8c6be-72b4-4260-a570-799c4c782064\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"area\",\"lastName\":\"manager\",\"username\":\"area-manager\",\"email\":\"area-manager@redant.com\",\"dob\":null,\"telephone\":null,\"role\":{\"id\":\"1fd0542a-8669-47e7-a48b-1a6d8523d3df\",\"name\":\"AREA_MANAGER\",\"value\":2},\"stores\":[{\"id\":\"832758fe-3160-4783-823d-570796e7f455\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"a80f2ee3-5264-4b98-83c5-5fd385b6915d\",\"storeUser\":{\"storeId\":\"832758fe-3160-4783-823d-570796e7f455\",\"userId\":\"fba8c6be-72b4-4260-a570-799c4c782064\"}}]}"},{"id":"efb62ac4-55e1-24db-0f2d-6cbffcb37040","name":"Fetch User Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/fba8c6be-72b4-4260-a570-799c4c782064"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"580","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 10:39:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"244-Ky0VN/CmvPOhgxYN8iM5hQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"79","body":"{\"id\":\"fba8c6be-72b4-4260-a570-799c4c782064\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"area\",\"lastName\":\"manager\",\"username\":\"area-manager\",\"email\":\"area-manager@redant.com\",\"dob\":null,\"telephone\":null,\"role\":{\"id\":\"1fd0542a-8669-47e7-a48b-1a6d8523d3df\",\"name\":\"AREA_MANAGER\",\"value\":2},\"stores\":[{\"id\":\"832758fe-3160-4783-823d-570796e7f455\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"a80f2ee3-5264-4b98-83c5-5fd385b6915d\",\"storeUser\":{\"storeId\":\"832758fe-3160-4783-823d-570796e7f455\",\"userId\":\"fba8c6be-72b4-4260-a570-799c4c782064\"}}]}"}],"_postman_id":"6819e5b0-8f1c-2108-3efb-857cc05e7826"},{"name":"Fetch User Details","id":"c0578b37-6daa-a33d-a29b-67694d5bc26b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3707fbd9-cc19-319b-973f-24bd9151eda9","name":"Fetch User Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/fba8c6be-72b4-4260-a570-799c4c782064"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"580","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Nov 2017 10:39:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"244-Ky0VN/CmvPOhgxYN8iM5hQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"79","body":"{\"id\":\"fba8c6be-72b4-4260-a570-799c4c782064\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"area\",\"lastName\":\"manager\",\"username\":\"area-manager\",\"email\":\"area-manager@redant.com\",\"dob\":null,\"telephone\":null,\"role\":{\"id\":\"1fd0542a-8669-47e7-a48b-1a6d8523d3df\",\"name\":\"AREA_MANAGER\",\"value\":2},\"stores\":[{\"id\":\"832758fe-3160-4783-823d-570796e7f455\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"a80f2ee3-5264-4b98-83c5-5fd385b6915d\",\"storeUser\":{\"storeId\":\"832758fe-3160-4783-823d-570796e7f455\",\"userId\":\"fba8c6be-72b4-4260-a570-799c4c782064\"}}]}"}],"_postman_id":"c0578b37-6daa-a33d-a29b-67694d5bc26b"},{"name":"Fetch Current User Messages","id":"8b56d40e-2465-b578-74d6-a5a8577b608f","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me/messages","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me","messages"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e71a2ac7-b9d8-ddd5-806c-968647a3c3e2","name":"Fetch User Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/fba8c6be-72b4-4260-a570-799c4c782064"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"580","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Nov 2017 10:39:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"244-Ky0VN/CmvPOhgxYN8iM5hQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"79","body":"{\"id\":\"fba8c6be-72b4-4260-a570-799c4c782064\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"area\",\"lastName\":\"manager\",\"username\":\"area-manager\",\"email\":\"area-manager@redant.com\",\"dob\":null,\"telephone\":null,\"role\":{\"id\":\"1fd0542a-8669-47e7-a48b-1a6d8523d3df\",\"name\":\"AREA_MANAGER\",\"value\":2},\"stores\":[{\"id\":\"832758fe-3160-4783-823d-570796e7f455\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"a80f2ee3-5264-4b98-83c5-5fd385b6915d\",\"storeUser\":{\"storeId\":\"832758fe-3160-4783-823d-570796e7f455\",\"userId\":\"fba8c6be-72b4-4260-a570-799c4c782064\"}}]}"}],"_postman_id":"8b56d40e-2465-b578-74d6-a5a8577b608f"},{"name":"Search Users","id":"7a32286a-7e78-03b0-80af-1102fec3dc86","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users?query=manager&page=1&size=20","urlObject":{"protocol":"http","port":"3000","path":["v1","users"],"host":["localhost"],"query":[{"key":"query","value":"manager"},{"key":"page","value":"1"},{"key":"size","value":"20"}],"variable":[]}},"response":[{"id":"301f85bb-e768-a958-c986-347e7a3f6ab2","name":"Search Users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/v1/users?query=manager&page=1&size=20","protocol":"http","host":["localhost"],"port":"3000","path":["v1","users"],"query":[{"key":"query","value":"manager"},{"key":"page","value":"1"},{"key":"size","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"697","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 29 Nov 2017 09:39:03 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"2b9-4n0Bd9apM99Jt0S8wAU9UA\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"55","body":"{\"total\":3,\"results\":[{\"id\":\"fba8c6be-72b4-4260-a570-799c4c782064\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"area\",\"lastName\":\"manager\",\"username\":\"area-manager\",\"email\":\"area-manager@redant.com\",\"dob\":null,\"telephone\":null,\"accountLocked\":false},{\"id\":\"6b9d15c5-0ed6-4a33-a7aa-b30319c25bd9\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"store\",\"lastName\":\"manager\",\"username\":\"store-manager\",\"email\":\"store-manager@redant.com\",\"dob\":null,\"telephone\":null,\"accountLocked\":false},{\"id\":\"fc097293-642a-42e0-ab30-3b6f98eb16a7\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"dave\",\"lastName\":\"irish\",\"username\":\"managerdave\",\"email\":\"managerdave@redant.com\",\"dob\":null,\"telephone\":null,\"accountLocked\":false}]}"}],"_postman_id":"7a32286a-7e78-03b0-80af-1102fec3dc86"},{"name":"Update User","id":"111fc3d3-38e2-ef22-323a-3755c94cc3b9","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"roleId\" : \"5ecb2e6a-f327-445b-a231-0054abb9a885\",\n  \"storeIds\": [\"20aefa6d-8f0f-4ec4-8181-661639f17b26\", \"522244e7-add5-4ef2-b3e8-bb63b142e2d7\"]\n}"},"url":"http://localhost:3000/v1/users/{{userId}}","urlObject":{"protocol":"http","port":"3000","path":["v1","users","{{userId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4633b047-4900-f9f4-3d03-413bda4b60ca","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"roleId\" : \"5ecb2e6a-f327-445b-a231-0054abb9a885\",\n  \"storeIds\": [\"20aefa6d-8f0f-4ec4-8181-661639f17b26\", \"522244e7-add5-4ef2-b3e8-bb63b142e2d7\"]\n}"},"url":"http://localhost:3000/v1/users/{{userId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"516","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 08 Dec 2017 14:48:17 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"204-d+RYYc84iUnEsZNSeF+7LQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"153","body":"{\"id\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"George\",\"lastName\":\"Cook\",\"username\":\"george.cook\",\"email\":\"george.cook@redant.com\",\"dob\":null,\"telephone\":null,\"accountLocked\":false,\"role\":{\"id\":\"5ecb2e6a-f327-445b-a231-0054abb9a885\",\"name\":\"STORE_MANAGER\",\"value\":3},\"stores\":[{\"storeId\":\"20aefa6d-8f0f-4ec4-8181-661639f17b26\",\"userId\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\"},{\"storeId\":\"522244e7-add5-4ef2-b3e8-bb63b142e2d7\",\"userId\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\"}]}"},{"id":"c0bcc6b2-0680-e961-99ad-f3d09728fc98","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"roleId\" : \"5ecb2e6a-f327-445b-a231-0054abb9a885\",\n  \"storeIds\": [\"20aefa6d-8f0f-4ec4-8181-661639f17b26\", \"522244e7-add5-4ef2-b3e8-bb63b142e2d7\"]\n}"},"url":"http://localhost:3000/v1/users/{{userId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"516","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 08 Dec 2017 14:48:17 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"204-d+RYYc84iUnEsZNSeF+7LQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"153","body":"{\"id\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"George\",\"lastName\":\"Cook\",\"username\":\"george.cook\",\"email\":\"george.cook@redant.com\",\"dob\":null,\"telephone\":null,\"accountLocked\":false,\"role\":{\"id\":\"5ecb2e6a-f327-445b-a231-0054abb9a885\",\"name\":\"STORE_MANAGER\",\"value\":3},\"stores\":[{\"storeId\":\"20aefa6d-8f0f-4ec4-8181-661639f17b26\",\"userId\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\"},{\"storeId\":\"522244e7-add5-4ef2-b3e8-bb63b142e2d7\",\"userId\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\"}]}"}],"_postman_id":"111fc3d3-38e2-ef22-323a-3755c94cc3b9"},{"name":"Toggle Deactivate User","id":"fe7050f0-b482-6f7b-f7e2-626760f72f27","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"roleId\" : \"5ecb2e6a-f327-445b-a231-0054abb9a885\",\n  \"storeIds\": [\"20aefa6d-8f0f-4ec4-8181-661639f17b26\", \"522244e7-add5-4ef2-b3e8-bb63b142e2d7\"]\n}"},"url":"http://localhost:3000/v1/users/b9f651a3-9b40-44d3-85c8-e8e6064c2b00/toggle-deactivate","urlObject":{"protocol":"http","port":"3000","path":["v1","users","b9f651a3-9b40-44d3-85c8-e8e6064c2b00","toggle-deactivate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"59bbf1f6-7366-ee4e-8f75-93b512c94b22","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"roleId\" : \"5ecb2e6a-f327-445b-a231-0054abb9a885\",\n  \"storeIds\": [\"20aefa6d-8f0f-4ec4-8181-661639f17b26\", \"522244e7-add5-4ef2-b3e8-bb63b142e2d7\"]\n}"},"url":"http://localhost:3000/v1/users/b9f651a3-9b40-44d3-85c8-e8e6064c2b00/toggle-deactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"516","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 08 Dec 2017 14:48:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"204-d+RYYc84iUnEsZNSeF+7LQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"153","body":"{\"id\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\",\"title\":\"Mr\",\"gender\":\"Male\",\"firstName\":\"George\",\"lastName\":\"Cook\",\"username\":\"george.cook\",\"email\":\"george.cook@redant.com\",\"dob\":null,\"telephone\":null,\"accountLocked\":false,\"role\":{\"id\":\"5ecb2e6a-f327-445b-a231-0054abb9a885\",\"name\":\"STORE_MANAGER\",\"value\":3},\"stores\":[{\"storeId\":\"20aefa6d-8f0f-4ec4-8181-661639f17b26\",\"userId\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\"},{\"storeId\":\"522244e7-add5-4ef2-b3e8-bb63b142e2d7\",\"userId\":\"2f5e2225-e75d-4d5f-a728-0c69f61630a0\"}]}"}],"_postman_id":"fe7050f0-b482-6f7b-f7e2-626760f72f27"},{"name":"Fetch Following","id":"dc32331e-02ab-254c-c237-a8980656418b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me/following","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me","following"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc32331e-02ab-254c-c237-a8980656418b"},{"name":"Fetch Following Activities","id":"6a4d626e-0f3c-8ba8-ed34-7d935388cdda","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me/following/activities","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me","following","activities"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a4d626e-0f3c-8ba8-ed34-7d935388cdda"}],"id":"f3987eb5-394f-e691-f2e7-282ebbbd5672","_postman_id":"f3987eb5-394f-e691-f2e7-282ebbbd5672","description":""},{"name":"Roles","item":[{"name":"Fetch Roles","id":"c243fa95-5eab-6c19-2131-11061369d703","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/roles","urlObject":{"protocol":"http","port":"3000","path":["v1","roles"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"da649b65-e97f-b559-c448-5f57930f0241","name":"Fetch Roles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"392","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 12:11:21 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"188-7cVfv/0AzSwMR48X8bgXTA\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"100","body":"[{\"id\":\"4b68c265-9908-4a13-b1b4-d6857ba96184\",\"name\":\"ADMIN\",\"value\":1},{\"id\":\"1fd0542a-8669-47e7-a48b-1a6d8523d3df\",\"name\":\"AREA_MANAGER\",\"value\":2},{\"id\":\"5ecb2e6a-f327-445b-a231-0054abb9a885\",\"name\":\"STORE_MANAGER\",\"value\":3},{\"id\":\"fab9e5cc-edac-44be-942f-d082f7bf2e3c\",\"name\":\"SALES_ASSISTANT\",\"value\":4},{\"id\":\"d0a1a14e-1ff0-406e-9181-942b812ac9b7\",\"name\":\"TEMPORARY_WORKER\",\"value\":5}]"}],"_postman_id":"c243fa95-5eab-6c19-2131-11061369d703"}],"id":"abbf1152-bc70-bd20-47e7-03d078b11cef","_postman_id":"abbf1152-bc70-bd20-47e7-03d078b11cef","description":""},{"name":"Categories","item":[{"name":"Fetch Categories","id":"5f293d78-468e-1326-a1ad-725ee4d6b809","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/categories","urlObject":{"protocol":"http","port":"3000","path":["v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"503d8d8b-bcf9-075b-0890-8ec488f6515f","name":"Fetch Categories Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"3665","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 20 Dec 2017 11:21:13 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"e51-+JdKlFWYEQC1dWR3rQhijA\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"106","body":"[{\"id\":\"61ffd822-8332-4b00-9c94-1721bccfc9be\",\"externalCategoryId\":\"dresses\",\"name\":\"Dresses\",\"parentId\":null},{\"id\":\"bea8416b-6d7f-4e26-8b8c-1116407cee78\",\"externalCategoryId\":\"winterDresses\",\"name\":\"Winter dresses\",\"parentId\":\"61ffd822-8332-4b00-9c94-1721bccfc9be\"},{\"id\":\"f0254320-5d61-4d0c-a1b4-26e3ad4db6b9\",\"externalCategoryId\":\"partyWinterDresses\",\"name\":\"Party dresses\",\"parentId\":\"bea8416b-6d7f-4e26-8b8c-1116407cee78\"},{\"id\":\"e90b6ca8-8c75-44b5-9d0e-f0dc4578c5a6\",\"externalCategoryId\":\"cosyWinterDresses\",\"name\":\"Cosy dresses\",\"parentId\":\"bea8416b-6d7f-4e26-8b8c-1116407cee78\"},{\"id\":\"77169d01-5494-4537-86e0-2c73f2e37022\",\"externalCategoryId\":\"longerLengthWinterDresses\",\"name\":\"Longer length winter dresses\",\"parentId\":\"e90b6ca8-8c75-44b5-9d0e-f0dc4578c5a6\"},{\"id\":\"696f3087-3219-4245-9608-b23e2b4bc9ea\",\"externalCategoryId\":\"shorterLengthWinterDresses\",\"name\":\"Shorter length winter dresses\",\"parentId\":\"e90b6ca8-8c75-44b5-9d0e-f0dc4578c5a6\"},{\"id\":\"9322eae9-2b73-4280-8a1a-a5ae1a7eadda\",\"externalCategoryId\":\"makeup\",\"name\":\"Makeup\",\"parentId\":null},{\"id\":\"dc130b18-f3dd-4d7a-ab79-03eedad93b00\",\"externalCategoryId\":\"eyeliner\",\"name\":\"Eye liner\",\"parentId\":\"9322eae9-2b73-4280-8a1a-a5ae1a7eadda\"},{\"id\":\"42f2471c-76aa-451d-8d32-18d9226883b3\",\"externalCategoryId\":\"foundation\",\"name\":\"Foundation\",\"parentId\":\"9322eae9-2b73-4280-8a1a-a5ae1a7eadda\"},{\"id\":\"a97eaf3d-c901-467a-a871-a2100428667c\",\"externalCategoryId\":\"lipstick\",\"name\":\"Lipstick\",\"parentId\":\"9322eae9-2b73-4280-8a1a-a5ae1a7eadda\"},{\"id\":\"4ded6666-cd0d-4c1e-b765-266ba50ddf1a\",\"externalCategoryId\":\"partyLipstick\",\"name\":\"Party lipstick\",\"parentId\":\"a97eaf3d-c901-467a-a871-a2100428667c\"},{\"id\":\"b702a082-e509-43cc-afe8-3ecf70fb596a\",\"externalCategoryId\":\"partyLipstickShimmery\",\"name\":\"Shimmery lipstick\",\"parentId\":\"4ded6666-cd0d-4c1e-b765-266ba50ddf1a\"},{\"id\":\"491d51af-7762-48e6-83b8-5f13bb34d149\",\"externalCategoryId\":\"partyLipstickGlam\",\"name\":\"Glam lipstick\",\"parentId\":\"4ded6666-cd0d-4c1e-b765-266ba50ddf1a\"},{\"id\":\"d7aea5f1-6d5b-4298-a520-88023eba9fb0\",\"externalCategoryId\":\"jewellery\",\"name\":\"Jewellery\",\"parentId\":null},{\"id\":\"5d8cb117-a30b-450c-a3f8-51732c580c75\",\"externalCategoryId\":\"rings\",\"name\":\"Rings\",\"parentId\":\"d7aea5f1-6d5b-4298-a520-88023eba9fb0\"},{\"id\":\"bf483ed8-a4b6-4458-8830-01ca16e9211c\",\"externalCategoryId\":\"bracelets\",\"name\":\"Bracelets\",\"parentId\":\"d7aea5f1-6d5b-4298-a520-88023eba9fb0\"},{\"id\":\"1a961bc1-e069-4a24-acb9-99fca28c6727\",\"externalCategoryId\":\"necklaces\",\"name\":\"Necklaces\",\"parentId\":\"d7aea5f1-6d5b-4298-a520-88023eba9fb0\"},{\"id\":\"d1572f52-a3a2-4730-b53f-b6eb05a32dc7\",\"externalCategoryId\":\"diamondNecklaces\",\"name\":\"Diamon necklaces\",\"parentId\":\"1a961bc1-e069-4a24-acb9-99fca28c6727\"},{\"id\":\"4a60acc4-016b-4f10-96b7-f60373f21f93\",\"externalCategoryId\":\"saphireNecklaces\",\"name\":\"Saphire necklaces\",\"parentId\":\"1a961bc1-e069-4a24-acb9-99fca28c6727\"},{\"id\":\"4333d40d-636d-42a9-98b8-00677c380c7b\",\"externalCategoryId\":\"rubyNecklaces\",\"name\":\"Ruby necklaces\",\"parentId\":\"1a961bc1-e069-4a24-acb9-99fca28c6727\"},{\"id\":\"74a2a167-4f81-4183-90aa-995c80cd1838\",\"externalCategoryId\":\"goldNecklaces\",\"name\":\"Gold necklaces\",\"parentId\":\"1a961bc1-e069-4a24-acb9-99fca28c6727\"},{\"id\":\"3d5eaaef-44f3-4385-ad14-137b9a664fb2\",\"externalCategoryId\":\"tenCaratGoldNecklaces\",\"name\":\"10 Carat\",\"parentId\":\"74a2a167-4f81-4183-90aa-995c80cd1838\"},{\"id\":\"6fcd47f9-398e-48c8-b5a1-f72a0b951ed6\",\"externalCategoryId\":\"fifteenCaratGoldNecklaces\",\"name\":\"15 Carat\",\"parentId\":\"74a2a167-4f81-4183-90aa-995c80cd1838\"},{\"id\":\"69b21152-f45e-4da0-b08a-f151d4b2b557\",\"externalCategoryId\":\"twentyCaratGoldNecklaces\",\"name\":\"20 Carat\",\"parentId\":\"74a2a167-4f81-4183-90aa-995c80cd1838\"}]"},{"id":"9bc825c8-1510-3f22-4a46-e4e6889ac445","name":"Fetch Categories Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/categories"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"76","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 20 Dec 2017 11:24:29 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"4c-AGD4c9JiF4a8YyIubM0sMw\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"118","body":"{\"statusCode\":400,\"code\":\"RA-15-01\",\"message\":\"Failed to fetch categories.\"}"}],"_postman_id":"5f293d78-468e-1326-a1ad-725ee4d6b809"}],"id":"14d6cbae-3976-09ac-8887-74ed31ab5c4a","_postman_id":"14d6cbae-3976-09ac-8887-74ed31ab5c4a","description":""},{"name":"Customer Relationships","item":[{"name":"Follow Customer","id":"507abf5c-1d97-c5fd-2a89-bc4fe1240ca9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/customers/7a6a070c-406c-41da-bc00-9d93d05e233e/follow\n","urlObject":{"protocol":"http","port":"3000","path":["v1","customers","7a6a070c-406c-41da-bc00-9d93d05e233e","follow\n"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"507abf5c-1d97-c5fd-2a89-bc4fe1240ca9"},{"name":"Unfollow Customer","id":"cf770c34-aa50-392d-c25d-158d8d54f7b5","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/customers/7a6a070c-406c-41da-bc00-9d93d05e233e/unfollow\n","urlObject":{"protocol":"http","port":"3000","path":["v1","customers","7a6a070c-406c-41da-bc00-9d93d05e233e","unfollow\n"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf770c34-aa50-392d-c25d-158d8d54f7b5"}],"id":"2ff22fe6-773c-afee-4f77-fc8f9796d88a","_postman_id":"2ff22fe6-773c-afee-4f77-fc8f9796d88a","description":""},{"name":"Stores","item":[{"name":"Fetch Stores","id":"f243219b-e777-dd24-89a4-f3de8c727d66","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/stores","urlObject":{"protocol":"http","port":"3000","path":["v1","stores"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec838b94-68d0-91cd-2e60-0f975a2544b7","name":"Fetch Stores","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"856","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 16:52:12 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"358-8e8zep2nndNHfMMjUo7ebQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"51","body":"[{\"id\":\"529d4106-3b18-4e04-bf64-dae15ccd31d6\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"c633e5cc-b5d8-4974-8d8c-7df22005a3b7\",\"externalStoreId\":\"extid_tottenham_court_road_store\",\"name\":\"Tottenham Court Road Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"8f5d91c4-1d40-42db-aebf-8cfc49e9503e\",\"externalStoreId\":\"extid_regent_street_store\",\"name\":\"Regent Street Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"1cf00727-b82e-4cfa-9e04-6f7beb364e24\",\"externalStoreId\":\"extid_bond_street_store\",\"name\":\"Bond Street Store\",\"regionId\":\"b5d708ab-dfa1-4094-a6ca-c58703666de7\"},{\"id\":\"6e53852b-3001-45c9-addb-07d609ea139f\",\"externalStoreId\":\"extid_heathrow_store\",\"name\":\"Heathrow Store\",\"regionId\":\"8f1c2c48-e44b-4290-8ac9-6902f89d7580\"}]"},{"id":"f05a61e2-e95a-4dfa-5511-d93c825bf2aa","name":"Fetch Stores","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"856","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 16:52:12 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"358-8e8zep2nndNHfMMjUo7ebQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"51","body":"[{\"id\":\"529d4106-3b18-4e04-bf64-dae15ccd31d6\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"c633e5cc-b5d8-4974-8d8c-7df22005a3b7\",\"externalStoreId\":\"extid_tottenham_court_road_store\",\"name\":\"Tottenham Court Road Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"8f5d91c4-1d40-42db-aebf-8cfc49e9503e\",\"externalStoreId\":\"extid_regent_street_store\",\"name\":\"Regent Street Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"1cf00727-b82e-4cfa-9e04-6f7beb364e24\",\"externalStoreId\":\"extid_bond_street_store\",\"name\":\"Bond Street Store\",\"regionId\":\"b5d708ab-dfa1-4094-a6ca-c58703666de7\"},{\"id\":\"6e53852b-3001-45c9-addb-07d609ea139f\",\"externalStoreId\":\"extid_heathrow_store\",\"name\":\"Heathrow Store\",\"regionId\":\"8f1c2c48-e44b-4290-8ac9-6902f89d7580\"}]"}],"_postman_id":"f243219b-e777-dd24-89a4-f3de8c727d66"},{"name":"Fetch Store By Id","id":"31a76e8d-f21b-f159-78a0-0ab2afa9bc8d","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/stores/021b1220-c3dc-477d-8fce-0e5429bf1861","urlObject":{"protocol":"http","port":"3000","path":["v1","stores","021b1220-c3dc-477d-8fce-0e5429bf1861"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3a43d7c5-84f3-1e2e-e98e-7beb488d6583","name":"Fetch Stores","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/stores/021b1220-c3dc-477d-8fce-0e5429bf1861"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"856","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Feb 2018 16:52:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"358-8e8zep2nndNHfMMjUo7ebQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"51","body":"[{\"id\":\"529d4106-3b18-4e04-bf64-dae15ccd31d6\",\"externalStoreId\":\"extid_oxford_street_store\",\"name\":\"Oxford Street Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"c633e5cc-b5d8-4974-8d8c-7df22005a3b7\",\"externalStoreId\":\"extid_tottenham_court_road_store\",\"name\":\"Tottenham Court Road Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"8f5d91c4-1d40-42db-aebf-8cfc49e9503e\",\"externalStoreId\":\"extid_regent_street_store\",\"name\":\"Regent Street Store\",\"regionId\":\"def1e556-fabb-4472-acec-7c75bd9fae54\"},{\"id\":\"1cf00727-b82e-4cfa-9e04-6f7beb364e24\",\"externalStoreId\":\"extid_bond_street_store\",\"name\":\"Bond Street Store\",\"regionId\":\"b5d708ab-dfa1-4094-a6ca-c58703666de7\"},{\"id\":\"6e53852b-3001-45c9-addb-07d609ea139f\",\"externalStoreId\":\"extid_heathrow_store\",\"name\":\"Heathrow Store\",\"regionId\":\"8f1c2c48-e44b-4290-8ac9-6902f89d7580\"}]"}],"_postman_id":"31a76e8d-f21b-f159-78a0-0ab2afa9bc8d"}],"id":"7ed55612-eaa3-ea49-b7e5-65eb895fcbcd","_postman_id":"7ed55612-eaa3-ea49-b7e5-65eb895fcbcd","description":""},{"name":"Orders","item":[{"name":"Create Order","id":"41bc716c-0a1d-4913-bbc0-a152a05072df","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"customerId\": \"3ce18d5c-44ef-4983-8a5f-65616eb2ac44\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders","urlObject":{"protocol":"http","port":"3000","path":["v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"75b23ede-b585-498c-97c0-09cd1b1e52a3","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"},{"id":"bd18999c-127f-4f1d-b8ff-e6bad2876bed","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"}],"_postman_id":"41bc716c-0a1d-4913-bbc0-a152a05072df"},{"name":"Edit Order","id":"8e7169aa-915e-493c-a285-f72c08da5e49","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"customerId\": \"3ce18d5c-44ef-4983-8a5f-65616eb2ac44\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders","urlObject":{"protocol":"http","port":"3000","path":["v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4b71a996-9821-497a-8da9-ef23b141d6eb","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"},{"id":"54ec7910-ee7b-4b59-bb07-415be6f6ed17","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"}],"_postman_id":"8e7169aa-915e-493c-a285-f72c08da5e49"},{"name":"Exchange Order","id":"d57bde96-3210-42d6-952a-15512ee7c8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"customerId\": \"3ce18d5c-44ef-4983-8a5f-65616eb2ac44\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders","urlObject":{"protocol":"http","port":"3000","path":["v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"315ff64b-84c0-4605-acc0-5fd55cee2f0b","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"},{"id":"3a2879ae-c12b-4c69-9998-d9e1771de9f5","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"}],"_postman_id":"d57bde96-3210-42d6-952a-15512ee7c8fb"},{"name":"Fetch Orders","id":"751b2817-c124-6514-b200-9aefb5485f4b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"status\": \"poop\"}"},"url":"http://localhost:3000/v1/orders/","urlObject":{"protocol":"http","port":"3000","path":["v1","orders",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6e037a52-6c47-8084-5f47-b6b8d096b5fe","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"1019","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"},{"id":"c1d669a4-fa52-6091-cbd1-152a8c83e38b","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"},{"id":"dee6dcde-2c59-cbf7-b5ad-325d31b8f0b4","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"},{"id":"e3e0483b-13d3-b59f-326b-f917aeabef64","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"72","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"}],"_postman_id":"751b2817-c124-6514-b200-9aefb5485f4b"},{"name":"Fetch Order Types","id":"f8ccff83-67be-408a-1ed5-93e1766a46f4","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"status\": \"poop\"}"},"url":"http://localhost:3000/v1/orders/types","urlObject":{"protocol":"http","port":"3000","path":["v1","orders","types"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3f1d8647-01db-ec87-e8e8-39e521e6eff6","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"},{"id":"587f56fc-4682-1fa3-ba8a-4cdfa1a264bd","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"1019","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"},{"id":"e204c4f7-8989-01fc-7237-9adc37836df0","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"72","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"},{"id":"f536cabb-0ea6-8866-e313-afe6db2da240","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"}],"_postman_id":"f8ccff83-67be-408a-1ed5-93e1766a46f4"},{"name":"Fetch Order By Order Number","id":"673ff783-c398-1aba-513a-d780161c22f8","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"status\": \"poop\"}"},"url":"http://localhost:3000/v1/orders/0758-470511-2780","urlObject":{"protocol":"http","port":"3000","path":["v1","orders","0758-470511-2780"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"638cee1e-2863-eccf-e991-2e616d553f7b","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"},{"id":"d70f6dbe-56e2-f7b9-262d-d55ef9cd2833","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"}],"_postman_id":"673ff783-c398-1aba-513a-d780161c22f8"},{"name":"Fetch Delivery Options","id":"5f2691c5-8c7c-0bda-e930-cf548098b683","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"status\": \"poop\"}"},"url":"http://localhost:3000/v1/delivery-options","urlObject":{"protocol":"http","port":"3000","path":["v1","delivery-options"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"841d6a2f-b5db-f88f-b2ef-f4ea82e0e62c","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"},{"id":"934c32b0-db35-2db2-8e0b-272c7cb8f558","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"}],"_postman_id":"5f2691c5-8c7c-0bda-e930-cf548098b683"},{"name":"Update Order","id":"16404177-df0e-471d-934b-a54b6795fe05","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"paymentToken\": \"payment123\"\n}"},"url":"http://localhost:3000/v1/orders/97ef2b98-26c4-4292-83c4-841d049b5f90","urlObject":{"protocol":"http","port":"3000","path":["v1","orders","97ef2b98-26c4-4292-83c4-841d049b5f90"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65b2cc7a-7bcd-4218-9279-df694303208b","name":"Update Order Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"paymentToken\": \"payment123\"\n}"},"url":"http://localhost:3000/v1/orders/97ef2b98-26c4-4292-83c4-841d049b5f90"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1061","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 13:17:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"425-1IzHw8FUEmBX4xQhBccJ+A\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"97ef2b98-26c4-4292-83c4-841d049b5f90\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"orderNumber\":\"aeabe053-08b7-421c-967b-01053fa9a2c4\",\"externalOrderId\":null,\"salesChannel\":\"Store\",\"orderDate\":\"2018-03-09T13:17:03.332Z\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":\"payment123\",\"customerId\":\"3ce18d5c-44ef-4983-8a5f-65616eb2ac44\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\"}"},{"id":"742d6b2b-9a37-46ae-8de9-9a56293ad387","name":"Create Order Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1019","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:23:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"3fb-TsdzlEPQ+B1VyzbKC0t6dw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"50717d6f-3f89-490b-b3da-ebe114cd506f\",\"tax\":{\"code\":\"GBP\",\"value\":\"0\"},\"total\":{\"code\":\"GBP\",\"value\":\"20\"},\"subTotal\":{\"code\":\"GBP\",\"value\":\"20\"},\"totalDiscount\":{\"code\":\"GBP\",\"value\":\"0\"},\"status\":\"complete\",\"salesChannel\":\"Store\",\"storeId\":\"29e236ae-6219-40eb-818b-b2e05a09e602\",\"userId\":\"1e35d035-354d-4d80-bf6b-2368a26990c6\",\"products\":[{\"id\":\"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\"link\":\"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\"name\":\"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\"image\":\"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\"price\":{\"code\":\"GBP\",\"value\":\"590\"},\"discount\":{\"code\":\"GBP\",\"value\":\"0\"},\"productId\":\"65ce7813-9e13-41e8-9441-76fda5440def\"}],\"orderType\":\"customer\",\"paymentToken\":null,\"orderDate\":\"2018-03-09T11:23:34.626Z\",\"orderNumber\":\"d0877e78-9780-43bf-ad5e-cd125820371f\",\"customerId\":null,\"externalOrderId\":null}"},{"id":"8c68dbea-0960-4b24-aaf8-e37a5682d638","name":"Create Order Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e601\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"72","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 09 Mar 2018 11:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"48-jiL+WQF6jYodZvz3iJuFOQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-23-01\",\"message\":\"Failed to create order.\"}"}],"_postman_id":"16404177-df0e-471d-934b-a54b6795fe05"},{"name":"Reassign Order","id":"0c429c30-079b-3830-5a0b-5634295ae35e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"userId\": \"62a972f8-9312-43e6-8f95-5a316b9258f1\"\n}"},"url":"http://localhost:3000/v1/orders/97ef2b98-26c4-4292-83c4-841d049b5f90/reassign","urlObject":{"protocol":"http","port":"3000","path":["v1","orders","97ef2b98-26c4-4292-83c4-841d049b5f90","reassign"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c429c30-079b-3830-5a0b-5634295ae35e"},{"name":"Refund Order","id":"927af6b7-0dff-536b-1388-0808a884857b","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"customerId\": \"39cf11dd-2c86-4b41-845d-451c85f6b294\",\n\t\"refundProducts\": [{\n\t\t\"id\": \"3e712b65-beca-43f1-a8bf-1cddff09031c\"\n\t}],\n\t\"userId\": \"6b4727e0-0073-4980-ae7d-0c548b1350e8\"\n}"},"url":"http://localhost:3000/v1/orders/97ef2b98-26c4-4292-83c4-841d049b5f90/refund","urlObject":{"protocol":"http","port":"3000","path":["v1","orders","97ef2b98-26c4-4292-83c4-841d049b5f90","refund"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"927af6b7-0dff-536b-1388-0808a884857b"},{"name":"Cancel Order","id":"ffcc254f-c537-7e59-1784-7ddf0b9fd94c","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"customerId\": \"39cf11dd-2c86-4b41-845d-451c85f6b294\",\n\t\"refundProducts\": [{\n\t\t\"id\": \"3e712b65-beca-43f1-a8bf-1cddff09031c\"\n\t}],\n\t\"userId\": \"6b4727e0-0073-4980-ae7d-0c548b1350e8\"\n}"},"url":"http://localhost:3000/v1/orders/97ef2b98-26c4-4292-83c4-841d049b5f90/cancel","urlObject":{"protocol":"http","port":"3000","path":["v1","orders","97ef2b98-26c4-4292-83c4-841d049b5f90","cancel"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffcc254f-c537-7e59-1784-7ddf0b9fd94c"},{"name":"Order Payment Notification Hook (Adyen)","id":"e0e5ca3f-a48d-4de7-b923-33b6ae46d19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"live\":\"false\",\n  \"notificationItems\":[\n     {\n        \"NotificationRequestItem\":{\n           \"additionalData\": {\n           },\n           \"eventCode\":\"AUTHORISATION\", \n           \"success\":\"true\",\n           \"reason\": \"Example failure reason message\",\n           \"eventDate\":\"2019-06-28T18:03:50+01:00\",\n           \"merchantAccountCode\":\"YOUR_MERCHANT_ACCOUNT\",\n           \"pspReference\": \"7914073381342284\",\n           \"merchantReference\": \"0726-377698-7934\",\n           \"amount\": {\n               \"value\":1130,\n               \"currency\":\"EUR\"\n           }\n        }\n     }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orders/payments","urlObject":{"protocol":"http","port":"3000","path":["v1","orders","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0e5ca3f-a48d-4de7-b923-33b6ae46d19f"}],"id":"f2f5a5fb-1072-4885-8cb8-ed89898836c0","_postman_id":"f2f5a5fb-1072-4885-8cb8-ed89898836c0","description":""},{"name":"Reporting","item":[{"name":"Orders","item":[{"name":"Fetch All Orders For Followed Customers","id":"36cb096a-8402-779c-e62c-cf0e50553243","request":{"method":"GET","header":[{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/reporting/orders/followedCustomers?page=1&size=100","urlObject":{"protocol":"http","port":"3000","path":["reporting","orders","followedCustomers"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"100"}],"variable":[]}},"response":[],"_postman_id":"36cb096a-8402-779c-e62c-cf0e50553243"},{"name":"Fetch All Orders","id":"50119284-87ef-9eb4-2fa4-aba1d5ab6a04","request":{"method":"GET","header":[{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/reporting/orders?page=1&size=100&timestamp=2018-01-23 13:01:17.977+00","urlObject":{"protocol":"http","port":"3000","path":["reporting","orders"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"100"},{"key":"timestamp","value":"2018-01-23 13:01:17.977+00"}],"variable":[]}},"response":[],"_postman_id":"50119284-87ef-9eb4-2fa4-aba1d5ab6a04"}],"id":"3d9afd33-fc6e-8e3d-cd18-52c291f9cd62","_postman_id":"3d9afd33-fc6e-8e3d-cd18-52c291f9cd62","description":""},{"name":"Update reporting","item":[{"name":"Update reporting ","id":"5b3915ed-8423-4416-8ad4-a7b928d6d988","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"raw","raw":"{\n  \"updateParams\": \n    {\n      \"customerResets\": [],\n      \"customerUpdates\": [],\n      \"productResets\": [],\n      \"productUpdates\": [\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\",\n          \"value\": \n            {\n              \"id\": \"729ecbc1-f752-4dd3-85ca-4ff4654fe31d\"\n            }\n        },\n        {\n           \"type\": \"addProductRecommendation\",\n           \"field\": \"relatedProducts\",\n           \"productId\": \"729ecbc1-f752-4dd3-85ca-4ff4654fe31d\",\n           \"value\": {\n             \"id\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\"\n            }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\",\n          \"value\": {\n            \"id\": \"6ad5df0a-a8b1-4a1d-8650-0aabb0565afc\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\",\n          \"value\": {\n            \"id\": \"077d14a4-d948-4aac-b48e-584f1711a2a8\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\",\n          \"value\": {\n            \"id\": \"361748d3-73c1-460b-a84f-62ac663c6244\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"6ad5df0a-a8b1-4a1d-8650-0aabb0565afc\",\n          \"value\": {\n            \"id\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"6ad5df0a-a8b1-4a1d-8650-0aabb0565afc\",\n          \"value\": {\n            \"id\": \"077d14a4-d948-4aac-b48e-584f1711a2a8\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"6ad5df0a-a8b1-4a1d-8650-0aabb0565afc\",\n          \"value\": {\n            \"id\": \"361748d3-73c1-460b-a84f-62ac663c6244\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"077d14a4-d948-4aac-b48e-584f1711a2a8\",\n          \"value\": {\n            \"id\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"077d14a4-d948-4aac-b48e-584f1711a2a8\",\n          \"value\": {\n            \"id\": \"6ad5df0a-a8b1-4a1d-8650-0aabb0565afc\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"077d14a4-d948-4aac-b48e-584f1711a2a8\",\n          \"value\": {\n            \"id\": \"361748d3-73c1-460b-a84f-62ac663c6244\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"361748d3-73c1-460b-a84f-62ac663c6244\",\n          \"value\": {\n            \"id\": \"b8b08011-62d2-45e1-ac58-e70a1560d9b2\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"361748d3-73c1-460b-a84f-62ac663c6244\",\n          \"value\": {\n            \"id\": \"6ad5df0a-a8b1-4a1d-8650-0aabb0565afc\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"361748d3-73c1-460b-a84f-62ac663c6244\",\n          \"value\": {\n            \"id\": \"077d14a4-d948-4aac-b48e-584f1711a2a8\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"dc0126e0-b49d-4b03-9f0e-9fd9f78b5ecd\",\n          \"value\": {\n            \"id\": \"67fcfa88-a96a-4cd7-ae4c-6752f2675ba7\"\n          }\n        },\n        {\n          \"type\": \"addProductRecommendation\",\n          \"field\": \"relatedProducts\",\n          \"productId\": \"67fcfa88-a96a-4cd7-ae4c-6752f2675ba7\",\n          \"value\": {\n            \"id\": \"dc0126e0-b49d-4b03-9f0e-9fd9f78b5ecd\"\n          }\n        }\n      ],\n      \"storeResets\": [],\n      \"storeUpdates\": [],\n      \"userResets\": [],\n      \"userUpdates\": []\n    }\n  }"},"url":"http://localhost:3000/v1/integration/reporting","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","reporting"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b3915ed-8423-4416-8ad4-a7b928d6d988"}],"id":"b9c0036f-05b1-4a67-90ca-dab6484d6bc4","_postman_id":"b9c0036f-05b1-4a67-90ca-dab6484d6bc4","description":""}],"id":"6a07e5a3-46f3-98bf-75d5-70bc178cb161","_postman_id":"6a07e5a3-46f3-98bf-75d5-70bc178cb161","description":""},{"name":"Messages","item":[{"name":"Fetch Message Templates","id":"fc97329a-b59a-b31c-efad-7ea2fec86b61","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/messages/templates","urlObject":{"protocol":"http","port":"3000","path":["v1","messages","templates"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc97329a-b59a-b31c-efad-7ea2fec86b61"},{"name":"Fetch Message By Id","id":"943711cd-4375-a1c4-0e56-00dd1ea8398b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/messages/7b16ddbb-3e9c-43c5-929c-fb20c72519b4","urlObject":{"protocol":"http","port":"3000","path":["v1","messages","7b16ddbb-3e9c-43c5-929c-fb20c72519b4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"943711cd-4375-a1c4-0e56-00dd1ea8398b"},{"name":"Flag Message","id":"9f1cf334-255c-4912-f318-1c8a0f21cb1d","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"departmentId\": \"2ebda7b3-994a-4a50-8aee-f5a590b56a80\",\n  \"storeId\": \"ccf7b6b0-09db-4db1-bce1-481e4fe09be4\",\n  \"textFields\":\n  {\n  \t\"summary\": \"test\",\n  \t\"description\": \"test\"\n  },\n  \"type\": \"appCrash\",\n  \"typeLabel\": \"App Crash\"\n}"},"url":"http://localhost:3000/v1/flag-message?messageId=7b16ddbb-3e9c-43c5-929c-fb20c72519b4","urlObject":{"protocol":"http","port":"3000","path":["v1","flag-message"],"host":["localhost"],"query":[{"key":"messageId","value":"7b16ddbb-3e9c-43c5-929c-fb20c72519b4"}],"variable":[]}},"response":[],"_postman_id":"9f1cf334-255c-4912-f318-1c8a0f21cb1d"},{"name":"Send Message","id":"8672263a-2771-9a08-d9f8-05ab9c0eaf41","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"message\": {\n\t\t\"communicationType\": \"sms\",\n\t\t\"customerId\": \"39cf11dd-2c86-4b41-845d-451c85f6b294\",\n\t\t\"details\": {\n\t\t\t\"text\": \"some message\",\n\t\t\t\"content\": [],\n\t\t\t\"templateName\": \"Digital Store Black\"\n\t\t\t\n\t\t},\n\t\t\"content\": [],\n\t\t\"templateName\": \"Digital Store Black\",\n\t\t\"text\": \"simple message\",\n\t\t\"storeId\": \"ccf7b6b0-09db-4db1-bce1-481e4fe09be4\",\n\t\t\"to\": \"some phone number\"\n\t}\n}"},"url":"http://localhost:3000/v1/message","urlObject":{"protocol":"http","port":"3000","path":["v1","message"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8672263a-2771-9a08-d9f8-05ab9c0eaf41"}],"id":"f9db4946-2515-4eb2-9be0-95914f632025","_postman_id":"f9db4946-2515-4eb2-9be0-95914f632025","description":""},{"name":"Notifications","item":[{"name":"Integration","item":[{"name":"Pending Questions Notifications","id":"8fde3668-1296-4969-850d-15ac584ff02e","request":{"method":"POST","header":[{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/integration/notifications/pendingQuestionNotifications","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","notifications","pendingQuestionNotifications"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fde3668-1296-4969-850d-15ac584ff02e"}],"id":"cf764b46-c45d-4f08-908e-ae34f9d5b017","_postman_id":"cf764b46-c45d-4f08-908e-ae34f9d5b017","description":""},{"name":"Fetch Notifications For Current User","id":"df3f0502-1f00-0e44-5309-5c8ea26fe45b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me/notifications?page=1&size=2","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me","notifications"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"2"}],"variable":[]}},"response":[{"id":"a3b785c3-57a3-e522-727e-bbdab1ff8a2a","name":"Fetch Notifications For User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/v1/users/@me/notifications?page=1&size=2","protocol":"http","host":["localhost"],"port":"3000","path":["v1","users","@me","notifications"],"query":[{"key":"page","value":"1"},{"key":"size","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"318","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 10 May 2018 13:18:13 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"13e-NbfUN4PwgxeyadtYAIjrUQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"122","body":"{\"results\":[{\"notificationId\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"userId\":\"ba82fc7d-0d88-476b-8992-6d9bae84079a\",\"createdAt\":\"2018-05-10T08:38:40.470Z\",\"notification\":{\"id\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"type\":\"birthday\",\"meta\":{\"customerName\":\"Three\"},\"createdAt\":\"2018-05-10T08:38:40.470Z\"}}],\"total\":1}"},{"id":"e6ce5c0a-46a9-973a-c797-b491e9672d35","name":"Fetch Notifications For User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/v1/users/@me/notifications?page=1&size=2","protocol":"http","host":["localhost"],"port":"3000","path":["v1","users","@me","notifications"],"query":[{"key":"page","value":"1"},{"key":"size","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"318","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 10 May 2018 13:18:13 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"13e-NbfUN4PwgxeyadtYAIjrUQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"122","body":"{\"results\":[{\"notificationId\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"userId\":\"ba82fc7d-0d88-476b-8992-6d9bae84079a\",\"createdAt\":\"2018-05-10T08:38:40.470Z\",\"notification\":{\"id\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"type\":\"birthday\",\"meta\":{\"customerName\":\"Three\"},\"createdAt\":\"2018-05-10T08:38:40.470Z\"}}],\"total\":1}"}],"_postman_id":"df3f0502-1f00-0e44-5309-5c8ea26fe45b"},{"name":"Fetch Notifications Total For Current User","id":"70442522-d9f8-b996-d07f-2ce0c5974265","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me/notifications/total","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me","notifications","total"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"94947087-f767-fc43-168d-8c212faf878a","name":"Fetch Notifications For User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/@me/notifications/total"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"318","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 13:18:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"13e-NbfUN4PwgxeyadtYAIjrUQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"122","body":"{\"results\":[{\"notificationId\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"userId\":\"ba82fc7d-0d88-476b-8992-6d9bae84079a\",\"createdAt\":\"2018-05-10T08:38:40.470Z\",\"notification\":{\"id\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"type\":\"birthday\",\"meta\":{\"customerName\":\"Three\"},\"createdAt\":\"2018-05-10T08:38:40.470Z\"}}],\"total\":1}"}],"_postman_id":"70442522-d9f8-b996-d07f-2ce0c5974265"},{"name":"Fetch Notifications For User","id":"b59c6e1b-ea70-fa6e-80b2-30c7ca7f381c","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/users/0d83f13f-c7f2-4f25-a1eb-b332b6d9ad64/notifications?page=1&size=2","urlObject":{"protocol":"http","port":"3000","path":["v1","users","0d83f13f-c7f2-4f25-a1eb-b332b6d9ad64","notifications"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"2"}],"variable":[]}},"response":[{"id":"c5f7de33-c263-188c-35bd-f78b33196ec3","name":"Fetch Notifications For User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/v1/users/0d83f13f-c7f2-4f25-a1eb-b332b6d9ad64/notifications?page=1&size=2","protocol":"http","host":["localhost"],"port":"3000","path":["v1","users","0d83f13f-c7f2-4f25-a1eb-b332b6d9ad64","notifications"],"query":[{"key":"page","value":"1"},{"key":"size","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"318","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 13:18:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"13e-NbfUN4PwgxeyadtYAIjrUQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"122","body":"{\"results\":[{\"notificationId\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"userId\":\"ba82fc7d-0d88-476b-8992-6d9bae84079a\",\"createdAt\":\"2018-05-10T08:38:40.470Z\",\"notification\":{\"id\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"type\":\"birthday\",\"meta\":{\"customerName\":\"Three\"},\"createdAt\":\"2018-05-10T08:38:40.470Z\"}}],\"total\":1}"},{"id":"c7e35483-f1a1-a7ef-4442-785eb9371aea","name":"Fetch Notifications For User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/v1/users/0d83f13f-c7f2-4f25-a1eb-b332b6d9ad64/notifications?page=1&size=2","protocol":"http","host":["localhost"],"port":"3000","path":["v1","users","0d83f13f-c7f2-4f25-a1eb-b332b6d9ad64","notifications"],"query":[{"key":"page","value":"1"},{"key":"size","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"318","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 10 May 2018 13:18:13 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"13e-NbfUN4PwgxeyadtYAIjrUQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"122","body":"{\"results\":[{\"notificationId\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"userId\":\"ba82fc7d-0d88-476b-8992-6d9bae84079a\",\"createdAt\":\"2018-05-10T08:38:40.470Z\",\"notification\":{\"id\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"type\":\"birthday\",\"meta\":{\"customerName\":\"Three\"},\"createdAt\":\"2018-05-10T08:38:40.470Z\"}}],\"total\":1}"}],"_postman_id":"b59c6e1b-ea70-fa6e-80b2-30c7ca7f381c"},{"name":"Update Actioned Status On Notification","id":"b3b5f2c7-1ede-5fa5-3098-0bed1d05d416","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"isActioned\": true\n}"},"url":"http://localhost:3000/v1/notifications/c0991dc3-10bb-4b2e-9c80-e9e831757798","urlObject":{"protocol":"http","port":"3000","path":["v1","notifications","c0991dc3-10bb-4b2e-9c80-e9e831757798"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe306526-3003-2cd8-ad3e-ff268d151d69","name":"Fetch Notifications For User","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"isActioned\": true\n}"},"url":"http://localhost:3000/v1/notifications/c0991dc3-10bb-4b2e-9c80-e9e831757798"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"318","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 13:18:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"13e-NbfUN4PwgxeyadtYAIjrUQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"122","body":"{\"results\":[{\"notificationId\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"userId\":\"ba82fc7d-0d88-476b-8992-6d9bae84079a\",\"createdAt\":\"2018-05-10T08:38:40.470Z\",\"notification\":{\"id\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"type\":\"birthday\",\"meta\":{\"customerName\":\"Three\"},\"createdAt\":\"2018-05-10T08:38:40.470Z\"}}],\"total\":1}"}],"_postman_id":"b3b5f2c7-1ede-5fa5-3098-0bed1d05d416"},{"name":"Update Flagged Status On Notification","id":"22353d5a-0140-6f23-2f62-d686644d745f","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"isRead\": true\n}"},"url":"http://localhost:3000/v1/users/@me/notifications/c0991dc3-10bb-4b2e-9c80-e9e831757798  ","urlObject":{"protocol":"http","port":"3000","path":["v1","users","@me","notifications","c0991dc3-10bb-4b2e-9c80-e9e831757798  "],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ef56d25b-ec6a-fd67-53bd-d31d41a9093c","name":"Fetch Notifications For User","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"isRead\": true\n}"},"url":"http://localhost:3000/v1/users/@me/notifications/c0991dc3-10bb-4b2e-9c80-e9e831757798  "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"318","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 13:18:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"13e-NbfUN4PwgxeyadtYAIjrUQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"122","body":"{\"results\":[{\"notificationId\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"userId\":\"ba82fc7d-0d88-476b-8992-6d9bae84079a\",\"createdAt\":\"2018-05-10T08:38:40.470Z\",\"notification\":{\"id\":\"8aeacdff-f62f-44df-9146-7b24044d231e\",\"type\":\"birthday\",\"meta\":{\"customerName\":\"Three\"},\"createdAt\":\"2018-05-10T08:38:40.470Z\"}}],\"total\":1}"}],"_postman_id":"22353d5a-0140-6f23-2f62-d686644d745f"}],"id":"8995ef92-8b6b-ebf9-eafb-86247ec134d0","_postman_id":"8995ef92-8b6b-ebf9-eafb-86247ec134d0","description":""},{"name":"Resources","item":[{"name":"Get Resources List","id":"1374838c-d139-42b4-9cce-233ade80db5b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/resources","urlObject":{"protocol":"http","port":"3000","path":["v1","resources"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1374838c-d139-42b4-9cce-233ade80db5b"},{"name":"Get Resource Download Link","id":"27834f67-4cc4-43fc-8efa-70e9a45d3b70","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/resources/May 2018 PADI - USA.pdf","urlObject":{"protocol":"http","port":"3000","path":["v1","resources","May 2018 PADI - USA.pdf"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"27834f67-4cc4-43fc-8efa-70e9a45d3b70"}],"id":"6fd70bbd-519b-4c5b-9733-e03fa2699b93","_postman_id":"6fd70bbd-519b-4c5b-9733-e03fa2699b93","description":""},{"name":"Poll Questions","item":[{"name":"Get Active User Questions","id":"2410845d-2e95-4065-b2bd-bcffa84bafea","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/@me","description":"<p>Fetches all Questions that have not been answered by the user</p>\n","urlObject":{"protocol":"http","port":"3000","path":["v1","poll-questions","@me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"299bbf05-a829-4df4-8fbd-78d7f8c2b390","name":"Get Active User Questions Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/@me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"5115","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 10 Aug 2018 11:12:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"13fb-YY5e0YntUwGkqdaUeYzihg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"id\":\"eb569f63-d917-4f01-959f-04d7b23c8e2f\",\"type\":\"weekly\",\"dateStart\":\"2018-08-05T23:00:00.000Z\",\"dateDue\":\"2018-08-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"bc341901-b1fb-4c18-a5c0-4aab41b9b708\",\"pollQuestion\":{\"id\":\"bc341901-b1fb-4c18-a5c0-4aab41b9b708\",\"externalPollQuestionId\":\"ike2\",\"question\":\"My colleagues and I collaborate well.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"eac976b5-5238-429b-9eff-8f2aac3e9f8e\",\"type\":\"weekly\",\"dateStart\":\"2018-08-05T23:00:00.000Z\",\"dateDue\":\"2018-08-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"bc341901-b1fb-4c18-a5c0-4aab41b9b708\",\"pollQuestion\":{\"id\":\"bc341901-b1fb-4c18-a5c0-4aab41b9b708\",\"externalPollQuestionId\":\"ike2\",\"question\":\"My colleagues and I collaborate well.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"70b2e119-808a-47d9-87f5-f1b4a169e717\",\"type\":\"weekly\",\"dateStart\":\"2018-08-05T23:00:00.000Z\",\"dateDue\":\"2018-08-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"49f21b0d-eb06-4f1e-8ed8-380f1d685261\",\"pollQuestion\":{\"id\":\"49f21b0d-eb06-4f1e-8ed8-380f1d685261\",\"externalPollQuestionId\":\"ike3\",\"question\":\"My team's goals are clear.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"386db294-1499-4d6f-9dc7-05c4e0959430\",\"type\":\"weekly\",\"dateStart\":\"2018-08-05T23:00:00.000Z\",\"dateDue\":\"2018-08-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"49f21b0d-eb06-4f1e-8ed8-380f1d685261\",\"pollQuestion\":{\"id\":\"49f21b0d-eb06-4f1e-8ed8-380f1d685261\",\"externalPollQuestionId\":\"ike3\",\"question\":\"My team's goals are clear.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"0bf497ae-123a-4069-93ca-bf85d8cdb45a\",\"type\":\"weekly\",\"dateStart\":\"2018-08-05T23:00:00.000Z\",\"dateDue\":\"2018-08-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"90a5c959-2693-479a-b9a9-0e151f8ca54e\",\"pollQuestion\":{\"id\":\"90a5c959-2693-479a-b9a9-0e151f8ca54e\",\"externalPollQuestionId\":\"ike4\",\"question\":\"My manager sets a good example.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"1ffabb99-fa86-44ae-a1e0-8976563f000e\",\"type\":\"weekly\",\"dateStart\":\"2018-08-05T23:00:00.000Z\",\"dateDue\":\"2018-08-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"90a5c959-2693-479a-b9a9-0e151f8ca54e\",\"pollQuestion\":{\"id\":\"90a5c959-2693-479a-b9a9-0e151f8ca54e\",\"externalPollQuestionId\":\"ike4\",\"question\":\"My manager sets a good example.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"594c181e-047e-47d5-856e-2188cae1496f\",\"type\":\"monthly\",\"dateStart\":\"2018-08-11T23:00:00.000Z\",\"dateDue\":\"2018-09-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"183e8434-20b6-46d9-928c-4692a48a502e\",\"pollQuestion\":{\"id\":\"183e8434-20b6-46d9-928c-4692a48a502e\",\"externalPollQuestionId\":\"ike5\",\"question\":\"My manager stimulates me to voice and execute ideas.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"1e5eb511-f082-4c02-bce3-f27b8ef9bd36\",\"type\":\"monthly\",\"dateStart\":\"2018-08-11T23:00:00.000Z\",\"dateDue\":\"2018-09-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"183e8434-20b6-46d9-928c-4692a48a502e\",\"pollQuestion\":{\"id\":\"183e8434-20b6-46d9-928c-4692a48a502e\",\"externalPollQuestionId\":\"ike5\",\"question\":\"My manager stimulates me to voice and execute ideas.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"96a094ae-893b-44f2-a470-7e6bacc348b9\",\"type\":\"monthly\",\"dateStart\":\"2017-08-11T23:00:00.000Z\",\"dateDue\":\"2018-09-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"9b871dca-106a-45a3-9697-e956916442c7\",\"pollQuestion\":{\"id\":\"9b871dca-106a-45a3-9697-e956916442c7\",\"externalPollQuestionId\":\"ike6\",\"question\":\"In my team, we work in a cost-effective way.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"88386018-1b50-4251-afc7-7015d7611152\",\"type\":\"monthly\",\"dateStart\":\"2017-08-11T23:00:00.000Z\",\"dateDue\":\"2018-09-12T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"9b871dca-106a-45a3-9697-e956916442c7\",\"pollQuestion\":{\"id\":\"9b871dca-106a-45a3-9697-e956916442c7\",\"externalPollQuestionId\":\"ike6\",\"question\":\"In my team, we work in a cost-effective way.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"a1698fdf-871f-4033-a104-ec41350ca0ff\",\"type\":\"monthly\",\"dateStart\":\"2017-08-12T23:00:00.000Z\",\"dateDue\":\"2018-09-11T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"b7b5e758-a90f-4b2d-9a66-a9639c833a53\",\"pollQuestion\":{\"id\":\"b7b5e758-a90f-4b2d-9a66-a9639c833a53\",\"externalPollQuestionId\":\"ike7\",\"question\":\"My manager trusts that I do my job in the best way possible.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false},{\"id\":\"61d0a5ce-eace-4836-92f1-3a7984a55f29\",\"type\":\"monthly\",\"dateStart\":\"2017-08-12T23:00:00.000Z\",\"dateDue\":\"2018-09-11T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"b7b5e758-a90f-4b2d-9a66-a9639c833a53\",\"pollQuestion\":{\"id\":\"b7b5e758-a90f-4b2d-9a66-a9639c833a53\",\"externalPollQuestionId\":\"ike7\",\"question\":\"My manager trusts that I do my job in the best way possible.\",\"type\":\"thumbs\",\"answerOptions\":null},\"pollAnswers\":[],\"overdue\":false}]"},{"id":"befb7e33-44e6-4466-bc6f-91702dafb46a","name":"Get Active User Questions Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/@me"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"84","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 10 Aug 2018 12:42:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"54-z4D2naJuJ9P6iJaS5wRmag\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-71-01\",\"message\":\"Failed to fetch questions for user.\"}"}],"_postman_id":"2410845d-2e95-4065-b2bd-bcffa84bafea"},{"name":"Get Poll Question Instances","id":"8ce713ae-0c5d-42b7-b4f1-6a2ad5f41de9","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions?size=20","urlObject":{"protocol":"http","port":"3000","path":["v1","poll-questions"],"host":["localhost"],"query":[{"key":"size","value":"20"}],"variable":[]}},"response":[{"id":"218dbdc9-c1a2-49fc-8569-38054e959e43","name":"Get Poll Question Instances Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/v1/poll-questions?size=20&dueBefore=2018-08-13T00:00:00","protocol":"http","host":["localhost"],"port":"3000","path":["v1","poll-questions"],"query":[{"key":"size","value":"20"},{"key":"dueBefore","value":"2018-08-13T00:00:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"871","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 14 Aug 2018 09:03:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"367-v1K5Lcc1pjfSjbKLcVRP8A\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"total\":2,\"results\":[{\"id\":\"3228e2bd-02f0-4e0a-9d74-d623e7c1568f\",\"type\":\"daily\",\"dateStart\":\"2018-08-07T23:00:00.000Z\",\"dateDue\":\"2018-08-08T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"a138994c-bb89-4abd-aa91-f5ae136fd820\",\"pollQuestion\":{\"id\":\"a138994c-bb89-4abd-aa91-f5ae136fd820\",\"externalPollQuestionId\":\"ike1\",\"question\":\"Did you have a great day today?\",\"type\":\"faces\",\"answerOptions\":{\"1\":1,\"2\":2,\"3\":3,\"4\":4,\"5\":5}},\"pollAnswers\":[]},{\"id\":\"edf83825-ca69-41c0-9bcc-9f7bcd8afeec\",\"type\":\"daily\",\"dateStart\":\"2018-08-07T23:00:00.000Z\",\"dateDue\":\"2018-08-08T23:00:00.000Z\",\"details\":{},\"pollQuestionId\":\"a138994c-bb89-4abd-aa91-f5ae136fd820\",\"pollQuestion\":{\"id\":\"a138994c-bb89-4abd-aa91-f5ae136fd820\",\"externalPollQuestionId\":\"ike1\",\"question\":\"Did you have a great day today?\",\"type\":\"faces\",\"answerOptions\":{\"1\":1,\"2\":2,\"3\":3,\"4\":4,\"5\":5}},\"pollAnswers\":[]}]}"},{"id":"b8743cb0-7f10-4862-8cba-3b4e9192703b","name":"Get Poll Question Instances Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/v1/poll-questions?size=20","protocol":"http","host":["localhost"],"port":"3000","path":["v1","poll-questions"],"query":[{"key":"size","value":"20"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"84","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 15 Aug 2018 14:48:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"54-ERd76W+a53EtEp6V+1DA+w\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-72-01\",\"message\":\"Failed to fetch question instances.\"}"}],"_postman_id":"8ce713ae-0c5d-42b7-b4f1-6a2ad5f41de9"},{"name":"Delete Poll Question Instance By ID","id":"7525f72d-8399-4d86-8532-2b1acd3b4f0f","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/0bf497ae-123a-4069-93ca-bf85d8cdb45a","urlObject":{"protocol":"http","port":"3000","path":["v1","poll-questions","0bf497ae-123a-4069-93ca-bf85d8cdb45a"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7d3c21e5-23a9-4bef-b699-b702113a375a","name":"Delete Poll Question Instance By ID Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/0bf497ae-123a-4069-93ca-bf85d8cdb45a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"16","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 15 Aug 2018 14:52:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"10-c2PoX+nt7m8FOksxlYjAhg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"success\":true}"},{"id":"bf4839d8-b066-40e0-bc39-6b64b722d5d6","name":"Delete Poll Question Instance By ID Error","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/0bf497ae-123a-4069-93ca-bf85d8cdb45a"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"84","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 15 Aug 2018 14:52:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"54-5RPqWpwk0OrVh5gcoSmXxw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-73-01\",\"message\":\"Failed to delete question instance.\"}"}],"_postman_id":"7525f72d-8399-4d86-8532-2b1acd3b4f0f"},{"name":"Save Poll Answer","id":"8d163a9a-5ab3-ae3e-39bf-0dddd66ef5e0","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"answers\": [\n\t\t{\n\t\t\t\"id\": 1547655267006,\n\t\t\t\"answer\": 1,\n\t\t\t\"details\": {}\n\t\t}\n\t],\n\t\"questionId\": \"5aad93dc-3086-4076-a1e9-2b3a14132bdc\",\n\t\"storeId\": \"ccf7b6b0-09db-4db1-bce1-481e4fe09be4\"\n}"},"url":"http://localhost:3000/v1/poll-answers/@me","urlObject":{"protocol":"http","port":"3000","path":["v1","poll-answers","@me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0f19a5ad-25df-c243-73ca-9eb831fb3d04","name":"Delete Poll Question Instance By ID Error","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/0bf497ae-123a-4069-93ca-bf85d8cdb45a"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"84","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 15 Aug 2018 14:52:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"54-5RPqWpwk0OrVh5gcoSmXxw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"statusCode\":400,\"code\":\"RA-73-01\",\"message\":\"Failed to delete question instance.\"}"},{"id":"69117169-3aa2-3cdc-7061-0f9dc15133a2","name":"Delete Poll Question Instance By ID Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/poll-questions/0bf497ae-123a-4069-93ca-bf85d8cdb45a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"16","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 15 Aug 2018 14:52:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"10-c2PoX+nt7m8FOksxlYjAhg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"success\":true}"}],"_postman_id":"8d163a9a-5ab3-ae3e-39bf-0dddd66ef5e0"}],"id":"16ef97a2-8df6-4e37-8c90-a4244f592a3e","_postman_id":"16ef97a2-8df6-4e37-8c90-a4244f592a3e","description":""},{"name":"Import","item":[{"name":"Import Uploaded CSV","id":"01a18c41-da0d-42d4-8cab-9da284eec108","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"}],"body":{"mode":"raw","raw":"{\n\t\"type\" : \"users\",\n\t\"paths\": {\n\t\t\"user\" : \"users.csv\"\n\t}\n}"},"url":"http://localhost:3000/v1/integration/import","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","import"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"01a18c41-da0d-42d4-8cab-9da284eec108"}],"id":"fec83973-bd3c-4be9-95d6-1b8b164b75b1","_postman_id":"fec83973-bd3c-4be9-95d6-1b8b164b75b1","description":""},{"name":"Reports","item":[],"id":"d278cecb-3c65-4cd5-a26a-5335b32388ea","_postman_id":"d278cecb-3c65-4cd5-a26a-5335b32388ea","description":""},{"name":"Departments","item":[{"name":"Fetch Departments","id":"f12328cd-528c-1aec-5622-4bfe7eb1a619","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"awaiting_picking\",\n  \"products\": [\n\t{\n\t\t\"id\": \"032f92a7-09b7-415c-b846-def8bf7b8c02\",\n\t\t\"foox\": \"baz\"\n\t}\t\n  ]\n}"},"url":"http://localhost:3000/v1/departments","urlObject":{"protocol":"http","port":"3000","path":["v1","departments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f12328cd-528c-1aec-5622-4bfe7eb1a619"}],"id":"f8df7a52-5085-b175-1c21-240eff3a9c9f","_postman_id":"f8df7a52-5085-b175-1c21-240eff3a9c9f","description":""},{"name":"Scheduled Tasks","item":[{"name":"Create Scheduled Task - User To User Notification","id":"4ab2e2ce-1a69-75f3-0f0a-7d410719c79c","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"type\":\"userToUserNotification\",\"referenceType\":\"product\",\"referenceId\":\"fd8c3c86-8dd7-4f36-a990-5b2b63cfc796\",\"details\":{\"userIdFrom\":\"088984fd-2ad3-462d-851c-147fc553177a\",\"userIdTo\":\"088984fd-2ad3-462d-851c-147fc553177a\",\"message\":\"Hello\",\"isActionable\":false,\"fromUserName\":\"James Smith\",\"regardingText\":\"Topshop Unique - Aster Ruffled Printed Silk Crepe De Chine Top - Black\"},\"scheduledDate\":\"2019-08-08T14:19:53.482Z\"}"},"url":"http://localhost:3000/v1/scheduled-tasks","urlObject":{"protocol":"http","port":"3000","path":["v1","scheduled-tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b5c3a2ec-abab-f167-d8ea-e643bd27cec1","name":"Create Scheduled Task User To User Notification Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"userToUserNotifications\",\n\t\"scheduledDate\": \"2018-10-19T09:38:06.361Z\",\n\t\"referenceType\": \"product\",\n\t\"referenceId\": \"7316d272-af45-48ad-a9fb-b5cdbda09b36\",\n\t\"details\": {\n\t\t\"notificationType\": \"birthday\",\n\t\t\"message\": \"Do work plz\",\n\t\t\"userId\": \"4316d272-af45-48ad-a9fb-b5cdbda09b56\"\n\t}\n}"},"url":"http://localhost:3000/v1/scheduled-tasks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"110","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 19 Oct 2018 09:50:27 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"6e-KOFpbULh3Qkp9jxlYzRQ3w\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"5010","body":"{\"statusCode\":400,\"code\":\"RA-84-01\",\"message\":\"Failed to create scheduled task.\",\"rawError\":\"[object Object]\"}"},{"id":"d5f63a39-dcc6-0ef0-ec6f-5abc33910962","name":"Create Scheduled Task - User To User Notification Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"userToUserNotification\",\n\t\"scheduledDate\": \"2018-10-19T09:38:06.361Z\",\n\t\"referenceType\": \"product\",\n\t\"referenceId\": \"7316d272-af45-48ad-a9fb-b5cdbda09b36\",\n\t\"details\": {\n\t\t\"notificationType\": \"birthday\",\n\t\t\"message\": \"Do work plz\",\n\t\t\"userId\": \"4316d272-af45-48ad-a9fb-b5cdbda09b56\"\n\t}\n}"},"url":"http://localhost:3000/v1/scheduled-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"370","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 19 Oct 2018 09:48:13 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"172-W3KYBZsakK2pGqzQz/JIoQ\"","name":"ETag","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"4453","body":"{\"id\":\"f4a0232f-7089-4044-81c4-1f8d67b689c9\",\"type\":\"userToUserNotification\",\"referenceType\":\"product\",\"referenceId\":\"7316d272-af45-48ad-a9fb-b5cdbda09b36\",\"details\":{\"userId\":\"4316d272-af45-48ad-a9fb-b5cdbda09b56\",\"message\":\"Do work plz\",\"notificationType\":\"birthday\"},\"scheduledDate\":\"2018-10-19T09:38:06.361Z\",\"createdByUserId\":\"ea78a46b-4cea-4986-affd-bffaa27765b0\"}"}],"_postman_id":"4ab2e2ce-1a69-75f3-0f0a-7d410719c79c"}],"id":"18d55d7f-ca92-64a8-6312-1a8c3bf2bfb6","description":"<p>Scheduled tasks are what drives the DS scheduler. Tasks can be scheduled for later execution.</p>\n","_postman_id":"18d55d7f-ca92-64a8-6312-1a8c3bf2bfb6"},{"name":"Triggers","item":[{"name":"Create Trigger","id":"9f3afb08-2822-ea07-5815-d4bfbbb09a48","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"variantStockCheck\",\n\t\"createdByUserId\": \"08b2fbdc-a7f8-4653-ab5b-f3a5cf9e2d93\",\n\t\"meta\": {\n\t\t\"customerId\": \"customer-123\",\n\t\t\"storeId\": \"store-123\",\n\t\t\"variantId\": \"variant-123\"\n\t}\n}"},"url":"http://localhost:3000/v1/triggers","urlObject":{"protocol":"http","port":"3000","path":["v1","triggers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f3afb08-2822-ea07-5815-d4bfbbb09a48"}],"id":"3d576f73-09dc-a4d8-7dda-2cbfc18498db","_postman_id":"3d576f73-09dc-a4d8-7dda-2cbfc18498db","description":""},{"name":"Regions","item":[{"name":"Fetch Regions","id":"e5301e7a-3fa4-ff85-cd90-e31c3642f2bb","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/regions","urlObject":{"protocol":"http","port":"3000","path":["v1","regions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5301e7a-3fa4-ff85-cd90-e31c3642f2bb"}],"id":"3655836a-45dd-0131-3e2f-23e1d7c03d93","_postman_id":"3655836a-45dd-0131-3e2f-23e1d7c03d93","description":""},{"name":"Feedback","item":[{"name":"Fetch Feedback Types","id":"e76cb52b-a255-6420-6b64-b2a19afb05fb","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/feedback/types","urlObject":{"protocol":"http","port":"3000","path":["v1","feedback","types"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e76cb52b-a255-6420-6b64-b2a19afb05fb"},{"name":"Create Feedback","id":"95b28ecf-2163-3249-6d77-7a8f8371078f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"departmentId\": \"2ebda7b3-994a-4a50-8aee-f5a590b56a80\",\n  \"storeId\": \"ccf7b6b0-09db-4db1-bce1-481e4fe09be4\",\n  \"textFields\":\n  {\n  \t\"summary\": \"test\",\n  \t\"description\": \"test\"\n  },\n  \"type\": \"appCrash\",\n  \"typeLabel\": \"App Crash\"\n}"},"url":"http://localhost:3000/v1/feedback","urlObject":{"protocol":"http","port":"3000","path":["v1","feedback"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95b28ecf-2163-3249-6d77-7a8f8371078f"}],"id":"79dc693b-5af3-bdbb-d2ad-2aee8e9c0f0c","_postman_id":"79dc693b-5af3-bdbb-d2ad-2aee8e9c0f0c","description":""},{"name":"Inspirations","item":[{"name":"Fetch Inspirations","id":"818f6a32-5979-dc86-5b15-8ed5606212b1","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/inspirations","urlObject":{"protocol":"http","port":"3000","path":["v1","inspirations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"818f6a32-5979-dc86-5b15-8ed5606212b1"},{"name":"Fetch Inspirations By Id","id":"902ac47a-933b-2b52-250c-9a4148b3f771","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/inspirations/b958d257-dfe0-4acc-9dc3-527d8685b700","urlObject":{"protocol":"http","port":"3000","path":["v1","inspirations","b958d257-dfe0-4acc-9dc3-527d8685b700"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"902ac47a-933b-2b52-250c-9a4148b3f771"},{"name":"Delete Inspirations By Id","id":"02b5e51e-3664-831d-f6cc-681e02da5071","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/inspirations/b958d257-dfe0-4acc-9dc3-527d8685b700","urlObject":{"protocol":"http","port":"3000","path":["v1","inspirations","b958d257-dfe0-4acc-9dc3-527d8685b700"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"02b5e51e-3664-831d-f6cc-681e02da5071"}],"id":"741faa61-36a8-7f7f-8ec3-3f655eda9aa0","_postman_id":"741faa61-36a8-7f7f-8ec3-3f655eda9aa0","description":""},{"name":"Tags","item":[{"name":"Fetch Tags","id":"354188a9-7c8e-f7c2-f963-46029b03f2ec","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/v1/tags","urlObject":{"protocol":"http","port":"3000","path":["v1","tags"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"354188a9-7c8e-f7c2-f963-46029b03f2ec"}],"id":"a7f519c2-3910-3f3f-048e-ef620c091ae1","_postman_id":"a7f519c2-3910-3f3f-048e-ef620c091ae1","description":""},{"name":"Waitlists","item":[{"name":"Get Waitlist Entries","id":"ef664386-aed7-4027-b4bc-7cb538d0c8b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"http://localhost:3000/v1/product-waitlist?size=2&page=1&expand=customer","urlObject":{"protocol":"http","port":"3000","path":["v1","product-waitlist"],"host":["localhost"],"query":[{"key":"size","value":"2"},{"disabled":true,"key":"storeId","value":"a96d517a-8c35-4b3a-8c41-484da3379582"},{"key":"page","value":"1"},{"key":"expand","value":"customer"}],"variable":[]}},"response":[],"_postman_id":"ef664386-aed7-4027-b4bc-7cb538d0c8b8"},{"name":"Create Waitlist Entry","id":"f329c6c7-7495-48f2-a1d5-3c4020c9ea29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"customerId\": \"\",\n\t\"storeId\": \"\",\n\t\"productId\": \"\"\n}"},"url":"http://localhost:3000/v1/product-waitlist","urlObject":{"protocol":"http","port":"3000","path":["v1","product-waitlist"],"host":["localhost"],"query":[{"disabled":true,"key":"storeId","value":"a96d517a-8c35-4b3a-8c41-484da3379582"}],"variable":[]}},"response":[],"_postman_id":"f329c6c7-7495-48f2-a1d5-3c4020c9ea29"},{"name":"Delete Waitlist Entry","id":"fa24931b-1d80-4af8-9916-04b31be4ed20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"customerId\": \"\",\n\t\"storeId\": \"\",\n\t\"productId\": \"\"\n}"},"url":"http://localhost:3000/v1/product-waitlist","urlObject":{"protocol":"http","port":"3000","path":["v1","product-waitlist"],"host":["localhost"],"query":[{"disabled":true,"key":"storeId","value":"a96d517a-8c35-4b3a-8c41-484da3379582"}],"variable":[]}},"response":[],"_postman_id":"fa24931b-1d80-4af8-9916-04b31be4ed20"}],"id":"506e3ca5-9318-496a-b9ee-836eea2dbfe5","_postman_id":"506e3ca5-9318-496a-b9ee-836eea2dbfe5","description":""},{"name":"Create Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var customerId = JSON.parse(responseBody).id","postman.setEnvironmentVariable(\"customerId\", customerId);"]}}],"id":"c21706ee-599c-3f80-f054-99489d325bbe","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalCustomerId\": \"externalCustomerIdTest2\",\n  \"title\": \"titleTest2\",\n  \"gender\": \"genderTest2\",\n  \"firstName\": \"firstNameTest2\",\n  \"lastName\": \"lastNameTest2\",\n  \"telephone\": \"telephoneTest2\",\n  \"email\": \"email@test2\",\n  \"dob\": \"01/01/1971\",\n  \"address\": {\n    \"address1\": \"address1Test2\",\n    \"address2\": \"address2Test2\",\n    \"postCode\": \"postCodeTest2\",\n    \"city\": \"cityTest2\",\n    \"county\": \"countyTest2\",\n    \"country\": \"countryTest2\"\n  },\n  \"customField1\": \"customField1Test2\",\n  \"customField2\": \"customField2Test2\"\n}"},"url":"http://localhost:3000/v1/customers","urlObject":{"protocol":"http","port":"3000","path":["v1","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c21706ee-599c-3f80-f054-99489d325bbe"},{"name":"Update Customer","id":"2797513e-6c5c-472b-c3d3-c64a692d224a","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"roleId\" : \"1fd0542a-8669-47e7-a48b-1a6d8523d3df\",\n  \"storeIds\": [\"fb66fb4d-c5ac-494f-915d-90902453aa6f\"]\n}"},"url":"http://localhost:3000/v1/users/{{userId}}","urlObject":{"protocol":"http","port":"3000","path":["v1","users","{{userId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2797513e-6c5c-472b-c3d3-c64a692d224a"},{"name":"Enqueue Webservice Call","id":"d551f0ca-22bd-40ff-990d-99a9672c347e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"API_KEY b31ab558-9323-42e1-9849-fbcbe8aff4eb"},{"key":"x-forwarded-for","value":"localhost","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"queueName\" : \"test-integration\",\n\t\"endpoint\":\"v1/integration/categories\",\n\t\"restMethod\": \"get\",\n\t\"meta\":\"\"\n}"},"url":"http://localhost:3000/v1/integration/enqueue","description":"<p>Adds a webservice call to a persisent asynchronous queue. This is useful for syncing integrations, and the call jobs can be monitored and retried if nessesary without affecting system operation</p>\n","urlObject":{"protocol":"http","port":"3000","path":["v1","integration","enqueue"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d551f0ca-22bd-40ff-990d-99a9672c347e"},{"name":"Create Order","id":"10db8d08-2182-7a05-61fe-f109bdbd2710","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"customerId\": \"3ce18d5c-44ef-4983-8a5f-65616eb2ac44\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders","urlObject":{"protocol":"http","port":"3000","path":["v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10db8d08-2182-7a05-61fe-f109bdbd2710"},{"name":"Fetch Orders","id":"a2abb7d9-6157-c58a-62e0-4ddac2f7a2d5","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"total\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"subTotal\": {\n    \"code\": \"GBP\",\n    \"value\": \"20\"\n  },\n  \"totalDiscount\": {\n    \"code\": \"GBP\",\n    \"value\": \"0\"\n  },\n  \"status\": \"complete\",\n  \"salesChannel\": \"Store\",\n  \"storeId\": \"29e236ae-6219-40eb-818b-b2e05a09e602\",\n  \"userId\": \"1e35d035-354d-4d80-bf6b-2368a26990c6\",\n  \"customerId\": \"3ce18d5c-44ef-4983-8a5f-65616eb2ac44\",\n  \"products\": [\n    {\n      \"id\": \"baa7e778-4ec4-4238-82e6-9b720c16f1a1\",\n      \"link\": \"https://click.linksynergy.com/link?id=wG2R3e6tKTA&offerid=490445.10318892100&type=15&murl=https%3A%2F%2Fwww.net-a-porter.com%2Fgb%2Fen%2Fproduct%2F917354\",\n      \"name\": \"Nili Lotan - Peyton Ribbed Cotton And Cashmere-blend Sweater - Green\",\n      \"image\": \"https://cache.net-a-porter.com/images/products/917354/917354_in_pp.jpg\",\n      \"price\": {\n        \"code\": \"GBP\",\n        \"value\": \"590\"\n      },\n      \"discount\": {\n        \"code\": \"GBP\",\n        \"value\": \"0\"\n      },\n      \"productId\": \"65ce7813-9e13-41e8-9441-76fda5440def\"\n    }\n  ],\n  \"orderType\": \"customer\",\n  \"paymentToken\": null\n}"},"url":"http://localhost:3000/v1/orders","urlObject":{"protocol":"http","port":"3000","path":["v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2abb7d9-6157-c58a-62e0-4ddac2f7a2d5"}]}