{"info":{"_postman_id":"f267d281-f243-4b6b-ab00-eabe4a9106c0","name":"print.dtguk.com API beta","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p><a href=\"https://print.dtguk.com\">https://print.dtguk.com</a> is the customer portal for DTG UK - the UK's leading DTG printer.</p>\n<p>The API allows you to view, add or edit products and orders within the print.dtguk.com system, as well as being able to view other related items such as our garment catalogue.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The API uses basic authentication - your generated username and password are listed on the following page for your store: <a href=\"https://print.dtguk.com/vendor#api\">https://print.dtguk.com/vendor#api</a></p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Most errors you will come across are 400 Bad Request when the data doesn't look good and 401 Unauthorized if there is an issue with authorisation. You may also come across some 500 Internal Server Errors while we are in beta, in which case they will be logged for our dev team to investigate further.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>There is currently no rate limit although this may change in the future. We expect users to be mindful of their usage. If API performance is affected, we reserve the right to apply limits to ensure a decent service for everyone.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"784217","collectionId":"f267d281-f243-4b6b-ab00-eabe4a9106c0","publishedId":"TzsbMTkJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-29T13:10:06.000Z"},"item":[{"name":"Add new Order","id":"3b11e26a-fbfe-455c-8514-df6257b1f170","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderDate\": \"2021-03-25T12:15:32\",\r\n    \"storeOrderID\": \"12345abc\",\r\n    \"packingSlipURL\": \"http://www.africau.edu/images/default/sample.pdf\",\r\n    \"financial\": {\r\n        \"currency\": \"GBP\",\r\n        \"subTotal\": 30.00,\r\n        \"shipping\": 3.00,\r\n        \"taxes\": 0.00,\r\n        \"total\": 33.00\r\n    },\r\n    \"billingAddress\": {\r\n        \"name\": \"David Haskins\",\r\n        \"company\": \"DTG UK\",\r\n        \"address1\": \"70 Burners Lane\",\r\n        \"address2\": \"Kiln Farm\",\r\n        \"city\": \"Milton Keynes\",\r\n        \"county\": \"Buckinghamshire\",\r\n        \"zip\": \"MK11 3HD\",\r\n        \"country\": \"United Kingdom\",\r\n        \"phone\": \"01908 305030\"\r\n    },\r\n    \"shippingAddress\": {\r\n        \"name\": \"David Haskins\",\r\n        \"company\": \"DTG UK\",\r\n        \"address1\": \"70 Burners Lane\",\r\n        \"address2\": \"Kiln Farm\",\r\n        \"city\": \"Milton Keynes\",\r\n        \"county\": \"\",\r\n        \"zip\": \"MK11 3HD\",\r\n        \"country\": \"United Kingdom\",\r\n        \"phone\": \"01908 305030\",\r\n        \"email\": \"dave@dtguk.com\"\r\n    },\r\n    \"shipping\": {\r\n        \"mappedShippingMethod\": \"International Tracked Plus\",\r\n        \"trackingRef\": \"\"\r\n    },\r\n    \"orderItems\": [\r\n        {\r\n            \"title\": \"Men's Hoodie\",\r\n            \"quantity\": 1,\r\n            \"colour\": \"Mid Blue\",\r\n            \"size\": \"M\",\r\n            \"product\": {\r\n                \"garment\": {\r\n                    \"sku\": \"JH001\",\r\n                    \"colour\": \"Airforce Blue\",\r\n                    \"size\": \"Medium\"\r\n                },\r\n                \"printAreas\": [\r\n                    {\r\n                        \"printMethod\": \"DTG\",\r\n                        \"imgURL\": \"https://print.dtguk.com/PrintImages/47136_drillemfillemmug.png\",\r\n                        \"decorationArea\": \"Full Front\",\r\n                        \"distanceFromNeckMm\": 45\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"sku\": \"fulfillment_item_123\",\r\n            \"quantity\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://print.dtguk.com/api/order","description":"<p>Allows you to add a new order - editing an existing order is coming soon</p>\n","urlObject":{"protocol":"https","path":["api","order"],"host":["print","dtguk","com"],"query":[],"variable":[]}},"response":[{"id":"b60e7e76-b097-42a8-916c-57810256c18e","name":"Add new Order whilst adding a new Product at the same time","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json ","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"orderDate\": \"2021-03-25T12:15:32\",\r\n    \"storeOrderID\": \"12345abc\",\r\n    \"packingSlipURL\": \"http://www.africau.edu/images/default/sample.pdf\",\r\n    \"financial\": {\r\n        \"currency\": \"GBP\",\r\n        \"subTotal\": 30.00,\r\n        \"shipping\": 3.00,\r\n        \"taxes\": 0.00,\r\n        \"total\": 33.00\r\n    },\r\n    \"billingAddress\": {\r\n        \"name\": \"David Haskins\",\r\n        \"company\": \"DTG UK\",\r\n        \"address1\": \"70 Burners Lane\",\r\n        \"address2\": \"Kiln Farm\",\r\n        \"city\": \"Milton Keynes\",\r\n        \"county\": \"Buckinghamshire\",\r\n        \"zip\": \"MK11 3HD\",\r\n        \"country\": \"United Kingdom\",\r\n        \"phone\": \"01908 305030\"\r\n    },\r\n    \"shippingAddress\": {\r\n        \"name\": \"David Haskins\",\r\n        \"company\": \"DTG UK\",\r\n        \"address1\": \"70 Burners Lane\",\r\n        \"address2\": \"Kiln Farm\",\r\n        \"city\": \"Milton Keynes\",\r\n        \"county\": \"\",\r\n        \"zip\": \"MK11 3HD\",\r\n        \"country\": \"United Kingdom\",\r\n        \"phone\": \"01908 305030\",\r\n        \"email\": \"dave@dtguk.com\"\r\n    },\r\n    \"shipping\": {\r\n        \"mappedShippingMethod\": \"International Tracked Plus\",\r\n        \"trackingRef\": \"\"\r\n    },\r\n    \"orderItems\": [\r\n        {\r\n            \"title\": \"Men's Hoodie\",\r\n            \"quantity\": 1,\r\n            \"colour\": \"Mid Blue\",\r\n            \"size\": \"M\",\r\n            \"product\": {\r\n                \"garment\": {\r\n                    \"sku\": \"JH001\",\r\n                    \"colour\": \"Airforce Blue\",\r\n                    \"size\": \"Medium\"\r\n                },\r\n                \"printAreas\": [\r\n                    {\r\n                        \"printMethod\": \"DTG\",\r\n                        \"imgURL\": \"https://print.dtguk.com/PrintImages/47136_drillemfillemmug.png\",\r\n                        \"decorationArea\": \"Full Front\",\r\n                        \"distanceFromNeckMm\": 45\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://print.dtguk.com/api/order"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3b11e26a-fbfe-455c-8514-df6257b1f170"},{"name":"View an existing Order","id":"9c072294-67e5-4a70-a037-86c445d30c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://print.dtguk.com/api/order?id=95740&storeOrderId=12345abc","description":"<p>View an existing order by providing the orderId</p>\n","urlObject":{"protocol":"https","path":["api","order"],"host":["print","dtguk","com"],"query":[{"description":{"content":"<p>the orderId of the order you wish to view</p>\n","type":"text/plain"},"key":"id","value":"95740"},{"description":{"content":"<p>alternatively supply your own store order id you provided when the order was added</p>\n","type":"text/plain"},"key":"storeOrderId","value":"12345abc"}],"variable":[]}},"response":[{"id":"e5d6715c-0754-4985-b03a-ccfaa4adfb46","name":"View Existing Order","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://print.dtguk.com/api/order?id=95740","protocol":"https","host":["print","dtguk","com"],"path":["api","order"],"query":[{"key":"id","value":"95740","description":"the orderId of the order you wish to view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private, max-age=0"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcRGF2aWRcRGVza3RvcFxBaXIgUmFpZCBQcm9qZWN0c1xpbXBvcnRlclxpbXBvcnRlclxhcGkuYXNteFxvcmRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Jul 2021 11:09:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": 95740,\n    \"archived\": false,\n    \"addedDate\": \"2021-03-25T12:15:32\",\n    \"orderDate\": \"0001-01-01T00:00:00\",\n    \"financial\": {\n        \"currency\": \"\",\n        \"subTotal\": 0,\n        \"shipping\": 0,\n        \"taxes\": 0,\n        \"total\": 0\n    },\n    \"billingAddress\": {\n        \"name\": \"David Haskins\",\n        \"company\": \"Air Raid Clothing\",\n        \"street\": \"\",\n        \"address1\": \"xx Burners Lane\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"zip\": \"\",\n        \"country\": \"United Kingdom\",\n        \"phone\": \"07855 266216\",\n        \"email\": \"\"\n    },\n    \"shippingAddress\": {\n        \"name\": \"David Haskins\",\n        \"company\": \"Air Raid Clothing\",\n        \"street\": \"\",\n        \"address1\": \"70 Burners Lane\",\n        \"address2\": \"Kiln Farm\",\n        \"city\": \"Milton Keynes\",\n        \"county\": \"\",\n        \"zip\": \"MK11 4BP\",\n        \"country\": \"United Kingdom\",\n        \"countryISO2\": \"GB\",\n        \"phone\": \"07855 266216\",\n        \"email\": \"\"\n    },\n    \"shipping\": {\n        \"storeShippingMethod\": \"International Tracked Plus - Manual\",\n        \"mappedShippingMethod\": \"International Tracked Plus\",\n        \"trackingRef\": \"\"\n    },\n    \"orderItems\": [\n        {\n            \"title\": \"peanut\",\n            \"sku\": \"1616674203_peanut274376_38333\",\n            \"quantity\": 1,\n            \"colour\": \"Airforce Blue\",\n            \"size\": \"Medium\",\n            \"product\": {\n                \"garment\": {\n                    \"title\": \"Unisex Hoodie / Hooded Top\",\n                    \"sku\": \"JH001\",\n                    \"colour\": \"Airforce Blue\",\n                    \"size\": \"Medium\",\n                    \"weight\": 600,\n                    \"brand\": \"AWDIS\",\n                    \"hexColour\": \"31637F\"\n                },\n                \"printAreas\": [\n                    {\n                        \"printMethod\": \"DTG\",\n                        \"imgURL\": \"114546_112348_kyjah3dsketchlogoactualsize.png\",\n                        \"decorationArea\": \"Full Front\",\n                        \"distanceFromNeckMm\": 0\n                    }\n                ]\n            },\n            \"neckDistanceMm\": 0\n        }\n    ]\n}"}],"_postman_id":"9c072294-67e5-4a70-a037-86c445d30c5f"},{"name":"List all Garments","id":"d5741f31-06c0-4d72-80a7-557582dd7ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://print.dtguk.com/api/garment","description":"<p>List all available garments with basic information - see View Garment Details for how to view a specific garment in more detail</p>\n","urlObject":{"protocol":"https","path":["api","garment"],"host":["print","dtguk","com"],"query":[],"variable":[]}},"response":[{"id":"d6f9190b-37ae-4c3f-a2bd-375ac718b243","name":"List All Garments","originalRequest":{"method":"GET","header":[],"url":"https://print.dtguk.com/api/garment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private, max-age=0"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcRGF2aWRcRGVza3RvcFxBaXIgUmFpZCBQcm9qZWN0c1xpbXBvcnRlclxpbXBvcnRlclxhcGkuYXNteFxnYXJtZW50?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Jul 2021 10:43:00 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Baby / Toddler T-Shirt\",\n        \"sku\": \"BZ02\",\n        \"description\": \"Ribbed collar. Two self colour popper closure on left shoulder. Side seams. Coverseam stitched cuffs and hem. Tear out label.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Babygrow\",\n        \"sku\": \"BZ10\",\n        \"description\": \"Envelope neckline. Self fabric bound neckline, cuffs and leg openings. Bottom popper closure.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Cushion\",\n        \"sku\": \"CUSH\",\n        \"description\": \"Square cotton cushion cover with matching zip. \\r\\n\\r\\nDecorative use only. 41cm x 41cm (not suitable for edge to edge printing)\\r\\n\\r\\nCushion cover comes stuffed with cushion insert. \\r\\n\",\n        \"material\": \"100% Cotton\",\n        \"fabricWeight\": \"300gsm\"\n    },\n    {\n        \"title\": \"Unisex Sweater\",\n        \"sku\": \"JH030\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Fashion fit. Ribbed collar, cuffs and hem. Taped neck. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Kids T-Shirt\",\n        \"sku\": \"GD01B\",\n        \"description\": \"Seamless twin needle collar. Taped neck and shoulders. Side seams 3 to 6 years. Tubular body 7 to 14 years. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Mens T-Shirt\",\n        \"sku\": \"11500\",\n        \"description\": \"Ribbed collar. Taped neck. Tubular body. Twin needle stitching.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"190 gsm\"\n    },\n    {\n        \"title\": \"Unisex Hoodie / Hooded Top\",\n        \"sku\": \"JH001\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with self colour drawcord. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Womens T-Shirt\",\n        \"sku\": \"GD72\",\n        \"description\": \"Fitted style with side seams. Narrow 1/2'\\\" ribbed collar. Seamless twin needle collar. Taped neck and shoulders. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Childrens / Kids Hoodie\",\n        \"sku\": \"JH001B\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood. No drawcords to comply with EU regulations. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Kids Sweater\",\n        \"sku\": \"JH030B\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Stylish fit. Taped neck. Ribbed collar, cuffs and hem. Name label sewn in side seam. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Unisex 3/4 Sleeve Baseball T-Shirt\",\n        \"sku\": \"M88\",\n        \"description\": \"In transition to using organic cotton. Self fabric contrast collar. Contrast raglan sleeves. Curved hem with contrast overlock stitched edges. Tear out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Monarch Long Sleeve T-Shirt\",\n        \"sku\": \"11420\",\n        \"description\": \"Ribbed collar. Taped neck. Tubular body. Hemmed sleeves. Twin needle stitching.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Enamel Mug\",\n        \"sku\": \"ENM\",\n        \"description\": \"Material: Enamel + Stainless Steel Rim\\n\\nSize: Height 8cm, Diameter 8.6cm\\n\\nPrintable Size: 190 x 65mm\\n\\nRecommended as handwash only.\\n\\n\",\n        \"material\": \"Enamel + Stainless Steel Rim\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Ladies Moon V Neck T-Shirt\",\n        \"sku\": \"11388\",\n        \"description\": \"Ladies cut with side seams. Ribbed V neckline. Taped neck. Twin needle cap sleeves and hem.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Unisex Crew Neck T-Shirt\",\n        \"sku\": \"CV3001\",\n        \"description\": \"Retail fit. Single jersey. Ribbed collar. Shoulder to shoulder taping. Twin needle stitching.\",\n        \"material\": \"100% airlume combed ringspun cotton.\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Kids Regent T-Shirt\",\n        \"sku\": \"11970\",\n        \"description\": \"Ribbed collar. Taped neck. Side seams 2 to 4 years. Tubular body 6 to 12 years. Twin needle stitching.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Jersey Muscle Tank Top\",\n        \"sku\": \"BE118\",\n        \"description\": \"Material: 100% airlume combed ringspun cotton.*\\r\\n\\r\\nSlim retail fit.\\r\\nRibbed collar.\\r\\nSide seams.\\r\\nTwin needle hem.\\r\\nWeight: 142 gsm\\r\\n\\r\\nSize:\\tChest (to fit):\\r\\nS\\t34/37\\r\\nM\\t38/41\\r\\nL\\t42/45\\r\\nXL\\t46/49\\r\\nXXL\\t50/53\\r\\n\",\n        \"material\": \"100% Cotton\",\n        \"fabricWeight\": \"145gsm\"\n    },\n    {\n        \"title\": \"Unisex Poly/Cotton T-Shirt\",\n        \"sku\": \"BE119\",\n        \"description\": \"Material: 52% airlume combed ringspun cotton/48% polyester.*\\r\\n\\r\\nFashion fit.\\r\\nRibbed collar.\\r\\nSide seams.\\r\\nTwin needle sleeves and hem.\\r\\nWeight: Solid colours 122 gsm, Marble 136 gsm, Acid Wash 1\\r\\n\\r\\nSize:\\tChest (to fit):\\r\\nXS\\t31/34\\r\\nS\\t34/37\\r\\nM\\t38/41\\r\\nL\\t42/45\\r\\nXL\\t46/49\\r\\nXXL\\t50/53\",\n        \"material\": \"52% Cotton/48% Polyester\",\n        \"fabricWeight\": \"Solid colours 125gsm, Acid wash 140gsm, Neon colours 125gsm\"\n    },\n    {\n        \"title\": \"Contrast Ringer T-Shirt\",\n        \"sku\": \"SS34\",\n        \"description\": \"Contrast cotton/Lycra® ribbed collar and cuffs. Taped neck. Twin needle stitching. Cut out label.\",\n        \"material\": \"100% cotton.\",\n        \"fabricWeight\": \"White 160 gsm, Cols 165 gsm\"\n    },\n    {\n        \"title\": \"Premium Cotton T-Shirt\",\n        \"sku\": \"GD08\",\n        \"description\": \"Set in ribbed collar. Taped neck and shoulders. Tubular knit. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 180 gsm, Cols 185 gsm\"\n    },\n    {\n        \"title\": \"Ladies SoftStyle Long Sleeve T-Shirt\",\n        \"sku\": \"GD76\",\n        \"description\": \"Pre-shrunk. Fitted style with side seams. Narrow 1/2'\\\" ribbed collar. Taped neck. Hemmed sleeves. Twin needle stitching. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Ladies SoftStyle Tank Top\",\n        \"sku\": \"GD77\",\n        \"description\": \"Pre-shrunk. Fitted style with side seams. Ribbed bound neckline and armholes. Twin needle hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Ultra Cotton Long Sleeve T-Shirt\",\n        \"sku\": \"GD14\",\n        \"description\": \"Classic fit. Ribbed collar. Taped neck and shoulders. Cuffed sleeves. Tubular body. Twin needle neck and hem.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 183 gsm, Cols 203 gsm\"\n    },\n    {\n        \"title\": \"SoftStyle Ladies V Neck T-Shirt\",\n        \"sku\": \"GD78\",\n        \"description\": \"Pre-shrunk. Fitted style with side seams. Narrow 1/2'\\\" ribbed neckline. Taped neck and shoulders. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Mens Ultra Cotton T-Shirt\",\n        \"sku\": \"GD02\",\n        \"description\": \"Pre-shrunk. Seamless twin needle collar. Taped neck and shoulders. Twin needle sleeves and hem. Tubular body. Tear out label (some colours in transition).\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 193 gsm, Cols 203 gsm\"\n    },\n    {\n        \"title\": \"Classic Heavyweight Combed Cotton T-Shirt\",\n        \"sku\": \"215M\",\n        \"description\": \"Front cover seaming on collar. Shoulder to shoulder taping. Tubular body. Twin needle sleeves and hem.\",\n        \"material\": \"100% ringspun combed cotton.\",\n        \"fabricWeight\": \"White 210 gsm, Cols 215 gsm\"\n    },\n    {\n        \"title\": \"Unisex Jersey Tank Top\",\n        \"sku\": \"CV3480\",\n        \"description\": \"Bound neckline and armholes. Twin needle hem.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"SoftStyle Tank Top\",\n        \"sku\": \"GD12\",\n        \"description\": \"Ribbed bound neckline and armholes. Twin needle hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Unisex Raglan Sweatshirt\",\n        \"sku\": \"M131\",\n        \"description\": \"Wide ribbed collar. Taped neck. Locker patch. Side vents. Drop tail. Twin needle sleeve ends. Tear out label.\",\n        \"material\": \"60% OCS certified organic cotton/20% cotton/20% polyester french terry.\",\n        \"fabricWeight\": \"300 gsm\"\n    },\n    {\n        \"title\": \"Ceramic Mug\",\n        \"sku\": \"MUGG\",\n        \"description\": \"Our sublimation ceramic mugs are manufactured with a dishwasher safe premium coating. Bright white in colour and with a high gloss finish, the coated ceramic mug is ideal for personalising with an image or logo.\\n\\n10oz capacity.\\n\",\n        \"material\": \"Ceramic\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Contrast Long Sleeve Baseball T-Shirt\",\n        \"sku\": \"SS32\",\n        \"description\": \"Cotton/Lycra® contrast ribbed collar. Contrast raglan sleeves. Twin needle stitching. Cut out label.\",\n        \"material\": \"100% cotton.\",\n        \"fabricWeight\": \"Body 160 gsm, Sleeves 165 gsm\"\n    },\n    {\n        \"title\": \"Jersey Muscle Tank\",\n        \"sku\": \"CV3483\",\n        \"description\": \"Slim retail fit. Ribbed collar. Side seams. Twin needle hem.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"142 gsm\"\n    },\n    {\n        \"title\": \"Flowy Racer Back Tank Top\",\n        \"sku\": \"BL8800\",\n        \"description\": \"Relaxed draped fit. Racer back style with sheering at seam. Overlock stitched hem.\",\n        \"material\": \"65% polyester/35% viscose.*\",\n        \"fabricWeight\": \"Cols 125 gsm, Marble 120 gsm\"\n    },\n    {\n        \"title\": \"Girlie Longline Hoodie\",\n        \"sku\": \"JH005\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Ladies fit. Three panel double fabric hood with self colour flat lace drawcord. Front pouch pocket. Long length. Long ribbed cuffs and deep ribbed hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Kids Heavy Cotton T-Shirt\",\n        \"sku\": \"GD05B\",\n        \"description\": \"Seamless twin needle collar. Taped neck and shoulders. Tubular body. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 170 gsm, Cols 180 gsm\"\n    },\n    {\n        \"title\": \"SoftStyle® Long Sleeve T-Shirt\",\n        \"sku\": \"GD11\",\n        \"description\": \"Ribbed collar. Taped neck and shoulders. Tubular knit. Hemmed sleeves. Twin needle stitching. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Ladies Premium Cotton T-Shirt\",\n        \"sku\": \"GD90\",\n        \"description\": \"Pre-shrunk. Semi-fitted with side seams. Taped neck and shoulders. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 180 gsm, Cols 185 gsm\"\n    },\n    {\n        \"title\": \"Chunky Hoodie\",\n        \"sku\": \"JH100\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with heather grey waffle fabric inner. Chunky white flat lace drawcord. Two front pockets. Deep ribbed cuffs and hem. Overlock stitching detail. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"400 gsm\"\n    },\n    {\n        \"title\": \"Ladies Imperial Heavy T-Shirt\",\n        \"sku\": \"11502\",\n        \"description\": \"Ribbed collar. Taped neck. Side seams. Twin needle sleeves and hem.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"190 gsm\"\n    },\n    {\n        \"title\": \"SoftStyle® Ringspun T-Shirt\",\n        \"sku\": \"GD01\",\n        \"description\": \"Seamless twin needle collar. Taped neck and shoulders. Tubular body. Twin needle sleeves and hem. Tear out label (some colours in transition).\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Zoodie\",\n        \"sku\": \"JH050\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with self colour drawcord. Full length covered plastic zip. Front pouch pockets. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Baby Organic Sleepsuit with Mitts\",\n        \"sku\": \"BZ35\",\n        \"description\": \"Envelope neckline. Built in scratch mitts. Self colour popper closure around legs. Integrated feet. Tear out label.\",\n        \"material\": \"100% OCS certified organic combed cotton.\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Ladies Heavy Cotton T-Shirt\",\n        \"sku\": \"GD95\",\n        \"description\": \"Pre-shrunk. Semi-fitted with side seams. Seamless twin needle collar. Taped neck and shoulders. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 170 gsm, Cols 180 gsm\"\n    },\n    {\n        \"title\": \"Spring II Heavy Cotton Pique Polo Shirt\",\n        \"sku\": \"11362\",\n        \"description\": \"Ribbed knit collar. Taped neck. Three self colour button placket. Side vents. Twin needle sleeves and hem.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"210 gsm\"\n    },\n    {\n        \"title\": \"Womens Scoop Neck T-Shirt\",\n        \"sku\": \"GD79\",\n        \"description\": \"Pre-shrunk. Semi-fitted contoured silhouette with side seams. Taped neck and shoulders. Cap sleeves. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Lightweight Drop Shoulder Sweatshirt\",\n        \"sku\": \"SS123\",\n        \"description\": \"Cotton/Lycra® ribbed collar, cuffs and hem. Twin needle stitching. Cut out label.\",\n        \"material\": \"80% cotton/20% polyester.\",\n        \"fabricWeight\": \"240 gsm\"\n    },\n    {\n        \"title\": \"Super Premium T-Shirt\",\n        \"sku\": \"SS10\",\n        \"description\": \"Cotton/Lycra® collar for improved shape retention. Shoulder to shoulder taping. Twin needle stitching on neck, sleeves and hem. Cut out label. 60°C wash.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 190 gsm, Cols 205 gsm\"\n    },\n    {\n        \"title\": \"Flowy 2x1 Long Sleeve T-Shirt\",\n        \"sku\": \"BL8852\",\n        \"description\": \"Relaxed shape. Ribbed scoop neckline. Drop shoulder style. 2x1 ribbed knit sleeves. Twin needle curved hem.\",\n        \"material\": \"65% polyester/35% viscose.\",\n        \"fabricWeight\": \"125 gsm\"\n    },\n    {\n        \"title\": \"Flowy Long Sleeve T-Shirt\",\n        \"sku\": \"BL8850\",\n        \"description\": \"Ribbed neckline, cuffs and hem. Dolman sleeves. Centre back seam.\",\n        \"material\": \"65% polyester/35% viscose.\",\n        \"fabricWeight\": \"125 gsm\"\n    },\n    {\n        \"title\": \"The Favourite T-Shirt\",\n        \"sku\": \"BE076\",\n        \"description\": \"Fitted style.\\r\\nRibbed collar.\\r\\nShoulder to shoulder taping.\\r\\nLonger length.\\r\\nTwin needle stitching.\\r\\n\",\n        \"material\": \"100% airlume combed ringspun cotton\",\n        \"fabricWeight\": \"145gsm\"\n    },\n    {\n        \"title\": \"Unisex Pullover Hoodie\",\n        \"sku\": \"BE105\",\n        \"description\": \"This pullover hoodie is markedly soft, unisex with a loose fit that is versatile and lends itself to daily wear. Spun from a plush fabric that is made up of cotton and polyester fibres, this hoodie features an up-to-date fit, hood with white drawcords, kangaroo pocket, ribbed cuffs and waistband. Choose yours from all the solid, colour blocked, digital fleece and marble fleece colours.\\n\",\n        \"material\": \"60% Cotton / 40% Polyester\",\n        \"fabricWeight\": \"240gsm\"\n    },\n    {\n        \"title\": \"Girlie College Hoodie - JH001F\",\n        \"sku\": \"JH001F\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Ladies fit. Double fabric hood with self colour drawcord. Front pouch pocket with ribbed edge. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Flowy Side Slit Tank Top\",\n        \"sku\": \"BE066\",\n        \"description\": \"Relaxed shape.\\r\\nScoop neckline.\\r\\nSide seams.\\r\\nCurved hem with side slits.\\r\\nWeight: 125 gsm\\r\\n\\r\\n\",\n        \"material\": \"65% polyester/35% viscose\",\n        \"fabricWeight\": \"125gsm\"\n    },\n    {\n        \"title\": \"Ladies Ringspun Premium T-Shirt\",\n        \"sku\": \"SS720\",\n        \"description\": \"Soft touch. Cotton/Lycra® ribbed collar. Shoulder to shoulder taping. Shaped side seams. 60°C wash. Cut out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"White 190 gsm, Cols 195 gsm\"\n    },\n    {\n        \"title\": \"Long Sleeve Henley T-Shirt\",\n        \"sku\": \"CV3150\",\n        \"description\": \"Retail fit. Self fabric collar with cover stitch detail. Four button placket. Self fabric cuffs. Cover stitching throughout.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Skinfit Unisex Washed Band T-Shirt\",\n        \"sku\": \"SF203\",\n        \"description\": \"Pigment dyed with heavily washed effect. Stretch ribbed collar. Side seams. Twin needle sleeves and hem. Due to the washing process each garment is unique. Tear out label.\",\n        \"material\": \"100% cotton single jersey.\",\n        \"fabricWeight\": \"160 gsm\"\n    },\n    {\n        \"title\": \"Varsity Zoodie\",\n        \"sku\": \"JH053\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Double fabric hood with contrast inner. Contrast flat lace drawcord. Full length contrast plastic zip. Front pouch pockets. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Long Body Urban T-Shirt\",\n        \"sku\": \"CV3006\",\n        \"description\": \"Retail fit. Side seams. Longer length. Twin needle sleeves and hem. Curved drop hem.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"142 gsm\"\n    },\n    {\n        \"title\": \"Ladies Regent T-Shirt\",\n        \"sku\": \"01825\",\n        \"description\": \"Ribbed collar. Taped neck. Side seams. Twin needle sleeves and hem.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Heavy Cotton T-Shirt\",\n        \"sku\": \"GD05\",\n        \"description\": \"Seamless twin needle collar. Taped neck and shoulders. Tubular body. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 170 gsm, Cols 180 gsm\"\n    },\n    {\n        \"title\": \"Victory V Neck T-Shirt\",\n        \"sku\": \"11150\",\n        \"description\": \"Ribbed V neckline. Taped neck. Tubular knit. Twin needle sleeves and hem.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Ecologie Unisex Banff Sweatshirt\",\n        \"sku\": \"EA030\",\n        \"description\": \"French terry. Drop shoulder style. Fashion fit. Ribbed collar, cuffs and hem. Taped neck. Angled cuff detail. Unbranded size label at neckline. Regenerated cotton is made from 100% pre-consumer waste.\",\n        \"material\": \"70% regenerated cotton/30% recycled polyester.\",\n        \"fabricWeight\": \"260 gsm\"\n    },\n    {\n        \"title\": \"Ladies Long Sleeve Baseball T-Shirt\",\n        \"sku\": \"SK271\",\n        \"description\": \"Single jersey. Contrast stretch ribbed collar. Taped neck. Contrast raglan sleeves. Shaped side seams. Longer length. Twin needle curved hem. Tear out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Studio French Terry Raglan Sweatshirt\",\n        \"sku\": \"01408\",\n        \"description\": \"Black and french navy 80% cotton/20% polyester. Heather green 65% polyester/35% cotton. Heather indigo 60% cotton/40% polyester. Ash 99% cotton/1% viscose. Grey marl 85% cotton/15% viscose. Unbrushed fleece. Stitched V detail at neck. Taped neck. Ribbed collar, cuffs and hem with elastane. Unbranded size label at neckline.\",\n        \"material\": \"\",\n        \"fabricWeight\": \"240 gsm\"\n    },\n    {\n        \"title\": \"Safran Polo\",\n        \"sku\": \"BA301\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"180gsm\"\n    },\n    {\n        \"title\": \"Safran pure /women\",\n        \"sku\": \"BA370\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"180gsm\"\n    },\n    {\n        \"title\": \"Lady Fit Original T-Shirt\",\n        \"sku\": \"SS712\",\n        \"description\": \"Ribbed collar. Taped neck. Shaped side seams. Twin needle stitching. Cut out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 140 gsm, Cols 145 gsm\"\n    },\n    {\n        \"title\": \"Cool Girlie Polo Shirt\",\n        \"sku\": \"JC045\",\n        \"description\": \"Neoteric™ textured fabric with inherent wickability. UPF 40+ UV protection. Ladies fit. Self fabric collar. Taped neck. Three self colour button placket. Twin needle stitching. Tear out label.\",\n        \"material\": \"100% polyester.\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Regent Mens T-Shirt\",\n        \"sku\": \"11380\",\n        \"description\": \"Ribbed collar. Taped neck. Tubular body. Twin needle stitching.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Lady Fit Value Vest\",\n        \"sku\": \"SS051\",\n        \"description\": \"Material: 100% cotton.*\\n\\nLadies fit.\\nSelf fabric bound neckline and armholes.\\nShaped side seams.\\nTwin needle hem.\\nCut out label.\\nWeight: White 160 gsm, Cols 165 gsm\\n\\nSize:\\tLadies size:\\tChest (to fit):\\nXS\\t8\\t30\\nS\\t10\\t32\\nM\\t12\\t34\\nL\\t14\\t36\\nXL\\t16\\t38\\nXXL\\t18\\t40\\n\\n\",\n        \"material\": \"100% Cotton\",\n        \"fabricWeight\": \"White 160gsm, Colours 165gsm.\"\n    },\n    {\n        \"title\": \"Sofspun T-Shirt\",\n        \"sku\": \"SS412\",\n        \"description\": \"Easy care fabric. Classic boned collar. Left chest pocket. Self colour buttons. Back yoke with two side pleats. Adjustable cuffs with button on cuff gauntlet. Curved hem.\",\n        \"material\": \"55% cotton/45% polyester poplin.\",\n        \"fabricWeight\": \"White 115 gsm, Cols 120 gsm\"\n    },\n    {\n        \"title\": \"Lady Fit Value Vest\",\n        \"sku\": \"SS704\",\n        \"description\": \"Ladies fit. Self fabric bound neckline and armholes. Shaped side seams. Twin needle hem. Cut out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 160 gsm, Cols 165 gsm\"\n    },\n    {\n        \"title\": \"Two-Tone Mug\",\n        \"sku\": \"MUGB\",\n        \"description\": \"A white 11oz sublimation mug with a black inner & handle. Sublimate your images onto the mugs to create a unique & stylish gift or promotional product.\\r\\n\\r\\nHand wash only\",\n        \"material\": \"Ceramic\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Iconic T-Shirt\",\n        \"sku\": \"SS621\",\n        \"description\": \"Soft touch. Slim fashion fit. 1x1 ribbed collar. Taped neck. Tubular body. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"White 140 gsm, Cols 145-150 gsm\"\n    },\n    {\n        \"title\": \"ID.001 polo\",\n        \"sku\": \"BA306\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"180gsm\"\n    },\n    {\n        \"title\": \"Original T-Shirt\",\n        \"sku\": \"SS12\",\n        \"description\": \"Ribbed collar. Taped neck. Tubular body. Twin needle stitching. Cut out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 140 gsm, Cols 145 gsm\"\n    },\n    {\n        \"title\": \"Toddler Crew Neck T-Shirt\",\n        \"sku\": \"CV3001T\",\n        \"description\": \"Single jersey. Ribbed collar. Shoulder to shoulder taping. Twin needle stitching. Tear out label.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Youths Crew Neck T-Shirt\",\n        \"sku\": \"CV3001Y\",\n        \"description\": \"Retail fit. Single jersey. Ribbed collar. Shoulder to shoulder taping. Side seams. Twin needle stitching.\",\n        \"material\": \"100% airlume combed ringspun cotton.\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Varsity Hoodie\",\n        \"sku\": \"JH003\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with contrast inner. Contrast flat lace drawcord. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Varsity Kids Hoodie\",\n        \"sku\": \"JH03J\",\n        \"description\": \"Material: 80% ringspun cotton/20% polyester.\\r\\n\\r\\nDrop shoulder style.\\r\\nBrushed back fleece.\\r\\nDouble fabric hood with contrast inner.\\r\\nNo drawcords to comply with EU regulations.\\r\\nFront pouch pocket.\\r\\nRibbed cuffs and hem.\\r\\nTwin needle stitching.\\r\\nTear out label.\\r\\nWeight: 280 gsm\\r\\n\\r\\nSize:\\tAge:\\tChest (to fit):\\r\\nXS\\t3/4\\t26\\r\\nS\\t5/6\\t28\\r\\nM\\t7/8\\t30\\r\\nL\\t9/11\\t32\\r\\nXL\\t12/13\\t34\\r\\n\",\n        \"material\": \"80% Cotton/20% Polyester.\",\n        \"fabricWeight\": \"280gsm\"\n    },\n    {\n        \"title\": \"Unisex Pullover Hoody\",\n        \"sku\": \"EP51P\",\n        \"description\": \"\",\n        \"material\": \"100% Combed Organic Cotton\",\n        \"fabricWeight\": \"280gsm\"\n    },\n    {\n        \"title\": \"Men's / unisex classic jersey t-shirt\",\n        \"sku\": \"EP01\",\n        \"description\": \"\",\n        \"material\": \"100% Combed Organic Cotton\",\n        \"fabricWeight\": \"155gsm\"\n    },\n    {\n        \"title\": \"Women's classic jersey t-shirt\",\n        \"sku\": \"EP02\",\n        \"description\": \"\",\n        \"material\": \"100% Combed Organic Cotton\",\n        \"fabricWeight\": \"145gsm\"\n    },\n    {\n        \"title\": \"Unisex Creator iconic t-shirt (STTU755)\",\n        \"sku\": \"SX001\",\n        \"description\": \"Set-in sleeve. 1x1 rib at neck collar. Inside back neck tape in self-fabric. Sleeve hem and bottom hem with wide double-needle topstitch. Unisex, medium fit, short sleeve, round-neck. 100% organic ringspun combed cotton. Single Jersey. Fabric washed.Washing InstructionsWash at 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The iconic unisex t-shirt is crafted from premium 180gsm 100% organic cotton single Jersey and complete with the signature soft-hand feel. It has classic proportions and stays true to its key DNA features; 2-needle 6mm durable top-stitching.Fabric100% Organic ringspun combed cottonWeight180gsm\",\n        \"material\": \"100% cotton\",\n        \"fabricWeight\": \"180gsm\"\n    },\n    {\n        \"title\": \"Kids mini Creator iconic t-shirt (STTK909)\",\n        \"sku\": \"SX002\",\n        \"description\": \"Set-in sleeve. 1x1 rib at neck collar. Inside back neck tape in self-fabric. Sleeve hem and bottom hem with narrow double topstitch. Kids, medium fit, short sleeve, round-neck. 100% organic ringspun combed cotton. Single Jersey. Fabric washed.Washing InstructionsWash at 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The unisex kids t-shirt in 155gsm organic cotton with a DNA soft-hand feel. It&s a classic fit with 3mm 2-needle top-stitch. The perfect combination with the unisex adults Creator t-shirt.Fabric100% Organic ringspun combed cottonWeight155gsm\",\n        \"material\": \"100% Cotton\",\n        \"fabricWeight\": \"155gsm\"\n    },\n    {\n        \"title\": \"Women's Stella Dreamer iconic tank top (STTW013)\",\n        \"sku\": \"SX013\",\n        \"description\": \"Sleeveless. 1x1 rib binding at neck collar and armhole with narrow double topstitch. Inside back neck tape in self-fabric. Bottom hem with narrow double topstitch. Women's, fitted, sleeveless, scoop neck. 100% organic ringspun combed cotton. Single Jersey. Fabric washed.Washing InstructionsWash at 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The iconic women&s tank top is her ultimate wardrobe staple. A modern scoop neck tank top in 120gsm organic cotton, complete with narrow binding at the neck and armholes, with 3mm 2-needle top-stitching.Fabric100% Organic ringspun combed cottonWeight120gsm\",\n        \"material\": \"100% Cotton\",\n        \"fabricWeight\": \"120gsm\"\n    },\n    {\n        \"title\": \"Stanley Shuffler iconic long sleeve t-shirt (STTM560)\",\n        \"sku\": \"SX016\",\n        \"description\": \"Set-in sleeve. 1x1 rib at neck collar. Inside back neck tape in self-fabric. Sleeve hem and bottom hem with wide double topstitch. Men's, medium fit, long sleeve, round-neck. 100% organic ringspun combed cotton. Single Jersey. Fabric washed.  Washing Instructions Wash at 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The iconic long sleeve t-shirt for men in 180gsm organic cotton. Featuring the perfect cut, fit, proportions, and soft-hand feel.  Fabric 100% Organic ringspun combed cotton  Weight 180gsm\",\n        \"material\": \"100% Cotton\",\n        \"fabricWeight\": \"180gsm\"\n    },\n    {\n        \"title\": \"Unisex Rise essential crew neck sweatshirt (STSU811)\",\n        \"sku\": \"SX023\",\n        \"description\": \"Set-in sleeves. 1x1 rib at neck collar with single topstitch. Inside herringbone back neck tape. 1x1 rib at sleeves hem and bottom hem. Flatlock topstitch on all seams. Self-fabric half-moon at back neck. Unisex, medium fit, long sleeve, round-neck. 85% organic ringspun combed cotton, 15% recycled polyester. Terry sweatshirt. Fabric washed, light sueded.Washing InstructionsWash at 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The essential unisex crew neck set-in sweatshirt in 300gsm terry is crafted from premium 85% organic cotton and 15% recycled polyester, and features flatlock stitching and half-moon at back neck.Fabric85% Organic ringspun combed cotton, 15% Recycled polyesterWeight300gsm\",\n        \"material\": \"85% Organic ringspun combed cotton, 15% Recycled polyester\",\n        \"fabricWeight\": \"300gsm\"\n    },\n    {\n        \"title\": \"Catcher unisex short sleeve t-shirt (STTU825)\",\n        \"sku\": \"SX063\",\n        \"description\": \"Raglan sleeve. 1x1 rib binding at neck collar in contrast colour. Sleeve in contrast colour.  Sleeve hem and bottom hem with wide double top-stitch. Bottom hem slightly curved.  Washing Instructions Washing: 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The baseball inspired t-shirt short sleeves is crafted from premium 155gsm 100% organic cotton single Jersey and complete with our signature soft-hand feel.  It has classic proportions and stays true to our key DNA features.  Fabric 100% Organic ringspun combed cotton  Weight 155gsm\",\n        \"material\": \"100% Organic ringspun combed cotton\",\n        \"fabricWeight\": \"155gsm\"\n    },\n    {\n        \"title\": \"Catcher unisex long sleeve t-shirt (STTU826)\",\n        \"sku\": \"SX064\",\n        \"description\": \"Raglan sleeve. 1x1 rib binding at neck collar in contrast colour. Sleeve in contrast colour. 1x1 rib at sleeve hem with twin-needle top-stitch. Bottom hem with wide double top-stitch. Bottom hem slightly curved.  Washing Instructions Washing: 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The baseball inspired t-shirt long sleeves is crafted from premium 155gsm 100% organic cotton single Jersey and complete with our signature soft-hand feel.  It has classic proportions with 1x1 ribs cuffs and stays true to our key DNA features.  Fabric 100% Organic ringspun combed cotton  Weight 155gsm\",\n        \"material\": \"100% Organic ringspun combed cotton\",\n        \"fabricWeight\": \"155gsm\"\n    },\n    {\n        \"title\": \"Ringer unisex t-shirt (STTU827)\",\n        \"sku\": \"SX065\",\n        \"description\": \"Set-in sleeve. 1x1 rib binding at neck collar and sleeve cuff in contrast colour with narrow double top-stitch. Bottom hem with wide double top-stitch.  Washing Instructions Washing: 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The ringer t-shirt for men and women is crafted from premium 155gsm 100% organic cotton single Jersey and complete with our signature soft-hand feel.  It has classic proportions with the contrasted colour and stays true to our key DNA features.  Fabric 100% Organic ringspun combed cotton  Weight 155gsm\",\n        \"material\": \"100% Organic ringspun combed cotton\",\n        \"fabricWeight\": \"155gsm\"\n    },\n    {\n        \"title\": \"Rocker the essential unisex t-shirt (STTU758)\",\n        \"sku\": \"SX087\",\n        \"description\": \"Set-in sleeve. 1x1 rib at neck collar. Inside back neck tape in self fabric. Tubular construction. Sleeve hem and bottom hem with wide double topstitch.Washing InstructionsWashing: 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The unisex-fit t-shirt from the Essentials Collection. This tubular 150gsm t-shirt is made from 100% organic cotton and offers a relaxed and contemporary fit.Fabric100% Organic ringspun combed cottonWeight150gsm\",\n        \"material\": \"100% Organic ringspun combed cotton\",\n        \"fabricWeight\": \"150gsm\"\n    },\n    {\n        \"title\": \"Women's Stella Jazzer the essential t-shirt (STTW039)\",\n        \"sku\": \"SX088\",\n        \"description\": \"Set-in sleeve. 1x1 rib at neck collar. Inside back neck tape in self fabric. Tubular construction. Sleeve hem and bottom hem with narrow double topstitch.Washing InstructionsWashing: 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The straight-fit women&s t-shirt from the Essentials Collection. This tubular 150gsm t-shirt is made from 100% organic cotton and offers a relaxed and contemporary fit.Fabric100% Organic ringspun combed cottonWeight150gsm\",\n        \"material\": \"100% Organic ringspun combed cotton\",\n        \"fabricWeight\": \"150gsm\"\n    },\n    {\n        \"title\": \"Drummer the essential unisex hoodie sweatshirt (STSU812)\",\n        \"sku\": \"SX089\",\n        \"description\": \"Set-in sleeve. Lined hood in single Jersey. Round drawcords in matching body colour. Stitched buttonhole eyelets. Inside herringbone back neck tape. Self-fabric half moon at back neck. 1x1 rib at sleeve hem and bottom hem. Flatlock topstitch on all seams. Kangaroo pocket with flatlock topstitch.Washing InstructionsWashing: 30°. Bleaching no. Ironing 110°. Do not tumble dry. Do not dry clean. The unisex hoodie sweatshirt from the Essentials Collection. This 280gsm brushed sweatshirt has set-in sleeves, kangaroo pocket, single Jersey hood lining and a clean knotted finish drawstring.Fabric85% Organic ringspun combed cotton, 15% Recycled polyesterWeight280gsm\",\n        \"material\": \"85% Organic ringspun combed cotton, 15% Recycled polyester\",\n        \"fabricWeight\": \"280gsm\"\n    },\n    {\n        \"title\": \"Summer II Cotton Piqué Polo Shirt\",\n        \"sku\": \"11342\",\n        \"description\": \"Ribbed knit collar. Taped neck. Three self colour button placket. Side vents. Twin needle sleeves and hem.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"170 gsm\"\n    },\n    {\n        \"title\": \"Organic Slub\",\n        \"sku\": \"B120F\",\n        \"description\": \"This luxury woman’s T-shirt is made of superior SLUB ring-spun organic cotton with a very soft hand feel and a trendy streaky texture. Its smooth and even surface provides the best blank canvas for printing\",\n        \"material\": \"\",\n        \"fabricWeight\": \"120gsm\"\n    },\n    {\n        \"title\": \"Hammer Heavyweight T-Shirt\",\n        \"sku\": \"GD21\",\n        \"description\": \"Seamless ribbed collar. Taped neck and shoulders. Tubular body. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"White 193 gsm, Cols 203 gsm\"\n    },\n    {\n        \"title\": \"Goodie Bag Mens\",\n        \"sku\": \"GDBG\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Goodie Bag Womens\",\n        \"sku\": \"GDBW\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Stanley Sparker Heavy T-Shirt (STTM559)\",\n        \"sku\": \"SX014\",\n        \"description\": \"The men’s heavy weight t-shirt, cut from 220gsm organic cotton, is sturdy yet provides a relaxed fit. Complete with a heavier rib construction and herringbone back neck tape for extra durability. Featuring 6mm 2-needle top-stitching.\\r\\n\",\n        \"material\": \"100% cotton\",\n        \"fabricWeight\": \"220gsm\"\n    },\n    {\n        \"title\": \"Heavy Cotton T-Shirt\",\n        \"sku\": \"SA101\",\n        \"description\": \"Ribbed collar. Taped neck. Tubular knit. Twin needle stitching on sleeves and hem. Cut out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 185 gsm, Cols 195 gsm\"\n    },\n    {\n        \"title\": \"TriDri® performance t-shirt\",\n        \"sku\": \"TR010\",\n        \"description\": \"\",\n        \"material\": \"100% cotton\",\n        \"fabricWeight\": \"135gsm\"\n    },\n    {\n        \"title\": \"Ringspun Premium T-Shirt\",\n        \"sku\": \"SS620\",\n        \"description\": \"Soft touch. Cotton/Lycra® ribbed collar. Shoulder to shoulder self fabric taping. Tubular body. Cut out label. 60°C wash.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"White 190 gsm, Cols 195 gsm\"\n    },\n    {\n        \"title\": \"Milo Organic T-Shirt\",\n        \"sku\": \"02076\",\n        \"description\": \"Enzyme washed. Ribbed collar. Taped neck. Tubular body. Twin needle sleeves and hem. Unbranded size label at neckline.\",\n        \"material\": \"100% organic cotton.*\",\n        \"fabricWeight\": \"155 gsm\"\n    },\n    {\n        \"title\": \"Funky Contrast Baseball T-Shirt\",\n        \"sku\": \"11190\",\n        \"description\": \"Contrast ribbed collar. Contrast raglan sleeves. Taped neck. Twin needle sleeves and hem.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Unisex Drop Armhole Vest Top\",\n        \"sku\": \"M133\",\n        \"description\": \"Fashion fit. Narrow bound neckline and armholes. Drop armholes. High back. Longer length. Tear out label.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Original Unisex Organic Sweatshirt\",\n        \"sku\": \"FB1902\",\n        \"description\": \"Pre-shrunk. Brushed back fleece. Drop shoulder style. Ribbed collar, cuffs and hem. Taped neck. Tear out label.\",\n        \"material\": \"80% certified organic combed cotton/20% recycled polyester.*\",\n        \"fabricWeight\": \"320 gsm\"\n    },\n    {\n        \"title\": \"TriDri panelled tech tee\",\n        \"sku\": \"TR011\",\n        \"description\": \"The TriDri® panelled tech tee is designed with wicking fabric technology and mesh panels in key areas for ventilated comfort even during intense training and games.\\r\\n\",\n        \"material\": \"\",\n        \"fabricWeight\": \"135gsm\"\n    },\n    {\n        \"title\": \"Premium Hooded Sweatshirt\",\n        \"sku\": \"SSE14\",\n        \"description\": \"Drop shoulder style.\\t\\t\\t\\t\\t Double thickness hood with drawcord.\\t\\t\\t\\t\\t Front pouch pocket.\\t\\t\\t\\t\\t Cotton/elastane ribbed cuffs and hem.\\t\\t\\t\\t Twin needle stitching.\",\n        \"material\": \"70% cotton/30% polyester.\",\n        \"fabricWeight\": \"Heather Grey 260 gsm, Cols 280 gsm\"\n    },\n    {\n        \"title\": \"V Neck Value T-Shirt\",\n        \"sku\": \"SS7\",\n        \"description\": \"High cut V neckline in cotton/Lycra® rib. Taped neck. Tubular knit. Twin needle sleeves and hem. Cut out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 160 gsm, Cols 165 gsm\"\n    },\n    {\n        \"title\": \"Unisex 3/4 Sleeve Baseball T-Shirt\",\n        \"sku\": \"CV3200\",\n        \"description\": \"Slim retail fit. Contrast collar. Contrast raglan sleeves. Side seams.\",\n        \"material\": \"52% airlume combed ringspun cotton/48% polyester.*\",\n        \"fabricWeight\": \"Cols 122 gsm, Tri-blends 130 gsm\"\n    },\n    {\n        \"title\": \"Cross Neck Hoodie\",\n        \"sku\": \"JH021\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Three panel double fabric hood with flat lace drawcord. Crossover neck detail. Front pouch pocket. Ribbed cuffs and hem. Thumbholes on cuffs. Twin needle stitching. Tear out label.\",\n        \"material\": \"70% ringspun cotton/30% polyester.*\",\n        \"fabricWeight\": \"330 gsm\"\n    },\n    {\n        \"title\": \"Womens Panelled tech tee\",\n        \"sku\": \"TR021\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"135gsm\"\n    },\n    {\n        \"title\": \"Bag For Life - Long Handles Tote Bag\",\n        \"sku\": \"W101\",\n        \"description\": \"Carry/shoulder straps (67cm long). Large print area. Capacity 10 litres.\",\n        \"material\": \"100% cotton.\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Women's panelled fitness vest\",\n        \"sku\": \"TR023\",\n        \"description\": \"The women's TriDri® panelled fitness vest features mesh panels, wicking fabric and a racerback profile to keep you cool, comfortable and moving freely during your workout.\\r\\n\\r\\nFabric\\r\\n100% Polyester\\r\\n\\r\\nWeight\\r\\n135gsm\\r\\nSize\\r\\nXS 8 S 10 M 12 L 14 XL 16\\r\\n\\r\\n\\r\\n\",\n        \"material\": \"100% Polyester\",\n        \"fabricWeight\": \"135gsm\"\n    },\n    {\n        \"title\": \"Sling Bag For Life Tote Bag\",\n        \"sku\": \"W107\",\n        \"description\": \"Self fabric shoulder straps (118cm long). Capacity 8 litres.\",\n        \"material\": \"100% cotton.\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Organic Premium Cotton Maxi Tote Bag\",\n        \"sku\": \"W265\",\n        \"description\": \"Premium cotton for enhanced durability. Carry/shoulder straps (58cm long). Superior print surface for optimal decoration. Capacity 18 litres.\",\n        \"material\": \"100% organic cotton.\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"SoftStyle V Neck T-Shirt\",\n        \"sku\": \"GD10\",\n        \"description\": \"Fitted style. 3/4'\\\" ribbed collar. Taped neck and shoulders. Mitred V neck pattern. Tubular knit. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 144 gsm, Cols 153 gsm\"\n    },\n    {\n        \"title\": \"Fashion Fit Cotton T-Shirt\",\n        \"sku\": \"K507\",\n        \"description\": \"Slim fit. 1x1 ribbed collar. Self fabric taped neck and shoulders. Topstitched front neck. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Ladies Favourite T-Shirt\",\n        \"sku\": \"BL6004\",\n        \"description\": \"Fitted style. Ribbed collar. Shoulder to shoulder taping. Longer length. Twin needle stitching.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Hammer Heavyweight Long Sleeve T-Shirt\",\n        \"sku\": \"GD22\",\n        \"description\": \"Seamless ribbed collar. Taped neck and shoulders. Tubular body. Ribbed cuffs. Twin needle hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"White 193 gsm, Cols 203 gsm\"\n    },\n    {\n        \"title\": \"Classic Ringspun T-Shirt\",\n        \"sku\": \"180m\",\n        \"description\": \"Front cover seaming on collar. 1x1 ribbed knit collar. Shoulder to shoulder taping. Tubular body. Twin needle stitching.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 175 gsm, Cols 180 gsm\"\n    },\n    {\n        \"title\": \"Kids Milo Organic T-Shirt\",\n        \"sku\": \"02078\",\n        \"description\": \"Enzyme washed. Ribbed collar. Taped neck. Twin needle sleeves and hem. Unbranded size label at neckline.\",\n        \"material\": \"100% organic cotton.*\",\n        \"fabricWeight\": \"155 gsm\"\n    },\n    {\n        \"title\": \"Kids Crew Neck T-Shirt\",\n        \"sku\": \"NX3310\",\n        \"description\": \"1x1 baby ribbed collar. Taped neck and shoulders. Side seams. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Kids Imperial Heavy T-Shirt\",\n        \"sku\": \"11770\",\n        \"description\": \"Ribbed collar. Taped neck. Side seams 2 to 6 years. Tubular body 8 to 12 years. Twin needle stitching.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"190 gsm\"\n    },\n    {\n        \"title\": \"#ORGANIC E150\",\n        \"sku\": \"BA212\",\n        \"description\": \"I'm organic! I'm the conscious tubular short sleeve T-shirt, I'm contemporary, I'm available in 20 fascinating colours and I'm soft and exceptionally printable.\",\n        \"material\": \"100% Pre-shrunk ringspun combed OCS organic cotton\",\n        \"fabricWeight\": \"145gsm\"\n    },\n    {\n        \"title\": \"Larkwood Organic Baby Bodysuit\",\n        \"sku\": \"LW655T\",\n        \"description\": \"Single jersey. Envelope neckline. Self colour bound neckline, cuffs and leg openings. YKK bottom popper closure. Tag free.\",\n        \"material\": \"100% organic cotton.\",\n        \"fabricWeight\": \"160 gsm\"\n    },\n    {\n        \"title\": \"Kids Regent Fit T-Shirt\",\n        \"sku\": \"01183\",\n        \"description\": \"Elastane ribbed collar. Taped neck. Twin needle stitching. Unbranded size label at neckline.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Kids Long Sleeve Value T-shirt\",\n        \"sku\": \"SS21B\",\n        \"description\": \"Cotton/Lycra® ribbed collar and cuffs. Taped neck. Tubular knit. Twin needle hem. Cut out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 160 gsm, Cols 165 gsm\"\n    },\n    {\n        \"title\": \"Stanley Specter\",\n        \"sku\": \"SX080\",\n        \"description\": \"Sleeveless. 1x1 rib binding at neck collar and armhole with narrow double topstitch. Inside back neck tape in self fabric. Bottom hem with narrow double topstitch.\\n\\nWashing Instructions\\nWashing: 30°. \\nBleaching no. \\nIroning 110°. \\nDo not tumble dry. \\nDo not dry clean.\",\n        \"material\": \"100% Cotton\",\n        \"fabricWeight\": \"155gsm\"\n    },\n    {\n        \"title\": \"B&C Inspire plus T /men \",\n        \"sku\": \"BA251\",\n        \"description\": \"Cut / Fit - Stripped back to the essentials, this heavy t-shirt is clean and minimalistic for any occasion. Comfortable body length construction for a perfect retail look. Side seams ensure the best fit and a masculine silhouette. Cut in an easy, medium fit. Thin collar rib for modern, up to date appearance. For long-lasting comfort, the neck and shoulder seams are reinforced with a soft binding. Quality/Handfeel - The BC Inspire Plus T /men is made of heavy combed organic soft jersey with a luxurious handfeel and long-wearing comfort. Extra soft and smooth handfeel thanks to the ringspun cotton. Combed yarn ensures finer, smoother, stronger, more compact, more uniform and cleaner fabric. Comfortable and pleasant to wear thanks to the organic thin yarn and dense fabric construction. Printability/Decoration - Very smooth and even surface allows bright and crisp printing results. &ldquo;BC No Label&rdquo; system for perfect rebranding. Tested and approved for all standard printing techniques applicable on cotton. Folded in box to ease the decoration process.Washing InstructionsWash-40, no-bleach, dryer, iron-2, no-dry clean. \",\n        \"material\": \"100% organic combed ringspun cotton\",\n        \"fabricWeight\": \"175gsm\"\n    },\n    {\n        \"title\": \"Sublimation Face Covering / Face Mask\",\n        \"sku\": \"MASK\",\n        \"description\": \"Customisable 3 layer polyester face covering for sublimation printing\\n\\nSuitable for a man / lady\\n\\nThese face coverings are not sold as PPE equipment\\n\\n2 outer  layer 100% polyester 200gsm \\n\\n1 layer inside 100% cotton 170gsm.\\n\\nColour; Full white covering with black edge.\\n\\nPrint area template: 20x15cm\",\n        \"material\": \"Polyester outer / Cotton Inner\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Premium Cotton Tote Bag\",\n        \"sku\": \"W201\",\n        \"description\": \"Carry/shoulder straps (67cm long). Capacity 10 litres.\",\n        \"material\": \"100% cotton.\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Women's Stella Rounders Slub Rolled Sleeve Slub T-Shirt (STTW112)\",\n        \"sku\": \"SX084\",\n        \"description\": \"Dolman sleeve. Self-fabric binding at neck collar with narrow double topstitch. Sleeve hem rolled up with bar tacks. Bottom hem with narrow double topstitch. Slit at side seams.Washing InstructionsWashing: 30\\ufffd. Bleaching no. Ironing 110\\ufffd. Do not tumble dry. Do not dry clean. \",\n        \"material\": \"\",\n        \"fabricWeight\": \"130gsm\"\n    },\n    {\n        \"title\": \"Contrast Baby Sleepsuit\",\n        \"sku\": \"LW53T\",\n        \"description\": \"Soft fabric for comfort. Envelope neckline. Contrast trim to neck and cuffs. YKK popper closure around legs.\",\n        \"material\": \"100% cotton interlock.\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Ladies Milo Organic T-Shirt\",\n        \"sku\": \"02077\",\n        \"description\": \"Enzyme washed. Fitted style. Ribbed collar. Taped neck. Twin needle sleeves and hem. Unbranded size label at neckline.\",\n        \"material\": \"100% organic cotton.*\",\n        \"fabricWeight\": \"155 gsm\"\n    },\n    {\n        \"title\": \"Ecologie Cascades Organic T-Shirt\",\n        \"sku\": \"EA001\",\n        \"description\": \"Single jersey. Fashion fit. Ribbed collar. Taped neck. Side seams. Twin needle sleeves and hem. Unbranded size label at neckline.\",\n        \"material\": \"100% organic cotton.\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Kariban Organic Crew Neck T-Shirt\",\n        \"sku\": \"KB371\",\n        \"description\": \"Fashion slim fit. Ribbed collar. Side seams. Twin needle stitching. Unbranded size label at neckline.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"155 gsm\"\n    },\n    {\n        \"title\": \"Unisex Crew Neck T-Shirt\",\n        \"sku\": \"NX3600\",\n        \"description\": \"1x1 baby ribbed collar. Taped neck and shoulders. Side seams. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Unisex Sueded Crew Neck T-Shirt\",\n        \"sku\": \"NX6410\",\n        \"description\": \"Soft touch. 1x1 baby ribbed collar. Taped neck and shoulders. Side seams. Twin needle sleeves and hem.\",\n        \"material\": \"60% ringspun combed cotton/40% polyester.\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Unisex Heather Zoodie\",\n        \"sku\": \"JH058\",\n        \"description\": \"Soft feel lightweight fabric. Brushed back fleece. Drop shoulder style. Slim fit. Double fabric hood with white drawcord. Full length metal zip. Front pouch pockets. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"52% ringspun cotton/48% polyester.\",\n        \"fabricWeight\": \"225 gsm\"\n    },\n    {\n        \"title\": \"Baby Rib 3/4 Sleeve Contrast T-Shirt\",\n        \"sku\": \"BE073\",\n        \"description\": \"Fitted style.\\n1x1 baby ribbed knit.\\nSelf fabric bound collar.\\nContrast raglan sleeves.\\nTwin needle sleeves and hem.\",\n        \"material\": \"100% airlume combed ringspun cotton\",\n        \"fabricWeight\": \"195 gsm\"\n    },\n    {\n        \"title\": \"Unisex Cruiser iconic hoodie sweatshirt\",\n        \"sku\": \"SX005\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Kids mini Cruiser iconic hoodie sweatshirt (STSK911)\",\n        \"sku\": \"SX006\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Varsity Jacket\",\n        \"sku\": \"JH043\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Knitted collar, cuffs and hem with stripe detail. Taped neck with hanging loop. Contrast sleeves. Contrast stud closure. Two welt pockets. Tear out label.\",\n        \"material\": \"70% ringspun cotton/30% polyester.*\",\n        \"fabricWeight\": \"330 gsm\"\n    },\n    {\n        \"title\": \"Campus Shorts\",\n        \"sku\": \"JH080\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Deep ribbed waistband with flat cream drawcord. Two side pockets. Right rear patch pocket. Tear out label.\",\n        \"material\": \"70% ringspun cotton/30% polyester.*\",\n        \"fabricWeight\": \"330 gsm\"\n    },\n    {\n        \"title\": \"Unisex Changer iconic crew neck sweatshirt (STSU823)\",\n        \"sku\": \"SX003\",\n        \"description\": \"The iconic unisex crew neck sweatshirt crafted in premium brushed 350gsm 85% organic cotton and 15% recycled polyester. Featuring classic proportions and exhibiting distinct brand DNA characteristics. Expect durable twin-needle top stitching at 1x1 ribs and armhole with herringbone neck tape and half-moon detail at back neck.\\r\\n\",\n        \"material\": \"85% Organic ringspun combed cotton, 15% Recycled polyester\",\n        \"fabricWeight\": \"350gsm\"\n    },\n    {\n        \"title\": \"Feel Good Stretch T-Shirt\",\n        \"sku\": \"SF121\",\n        \"description\": \"Stretch fabric for a modern fit. Soft touch. Enzyme washed. Taped neck. Soft stretchy ribbed collar. Longer length. Tear out label.\",\n        \"material\": \"96% cotton/4% elastane single jersey.*\",\n        \"fabricWeight\": \"165 gsm\"\n    },\n    {\n        \"title\": \"Baby Sweatshirt\",\n        \"sku\": \"BZ31\",\n        \"description\": \"Ribbed collar and cuffs. Stitched V detail at neck. Locker patch. Two self colour poppers on left shoulder. Side vents. Drop tail. Tear out label.\",\n        \"material\": \"80% OCS certified organic cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Baby/Toddler Pyjamas\",\n        \"sku\": \"LW71T\",\n        \"description\": \"Baseball style t-shirt. Contrast bound collar. Contrast raglan sleeves. Plain cuffs and hem. Twin needle stitching. Plain bottoms with elasticated waistband. Plain ribbed cuffs. Unbranded size label. KEEP AWAY FROM FIRE.\",\n        \"material\": \"100% cotton single jersey.\",\n        \"fabricWeight\": \"160 gsm\"\n    },\n    {\n        \"title\": \"College Cuffed Jog Pants\",\n        \"sku\": \"JH072\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Elasticated waistband with inner drawcord. Two side pockets. Cuffed leg opening. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"SoftStyle EZ Print T-Shirt\",\n        \"sku\": \"GD13\",\n        \"description\": \"Enzyme washed. Modern classic fit. Seamed collar. Taped neck and shoulders. High stitch density for smoother print surface. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Classic Raglan Sweatshirt\",\n        \"sku\": \"SS8\",\n        \"description\": \"Cotton/Lycra® ribbed collar, cuffs and hem. Taped neck. Twin needle stitching. Cut out label.\",\n        \"material\": \"80% cotton/20% polyester.*\",\n        \"fabricWeight\": \"White and Heather Grey 260 gsm, Cols 280 gsm\"\n    },\n    {\n        \"title\": \"T-shirt round-neck\",\n        \"sku\": \"BY004\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Cotton Gymsac\",\n        \"sku\": \"W110\",\n        \"description\": \"Rope drawcord closure. Capacity 12 litres.\",\n        \"material\": \"100% cotton.\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Baby/Toddler Bib\",\n        \"sku\": \"LW82T\",\n        \"description\": \"Double fabric. Bound edges. Tear release closure on back neck.\",\n        \"material\": \"100% cotton interlock.\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Tea Towel\",\n        \"sku\": \"W701\",\n        \"description\": \"Tear out label.\",\n        \"material\": \"100% cotton.\",\n        \"fabricWeight\": \"170 gsm\"\n    },\n    {\n        \"title\": \"MEN'S / UNISEX CLASSIC JERSEY T-SHIRT\",\n        \"sku\": \"N03\",\n        \"description\": \"<B>Stocked Colours (Small to 3XL):\\n<ul>\\n<li>Black</li>\\n<li>White</li>\\n<li>Navy</li>\\n<li>Melange Grey</li>\\n</ul></b>\\n\",\n        \"material\": \"100% Combed Cotton\",\n        \"fabricWeight\": \"165G\"\n    },\n    {\n        \"title\": \"Sider Unisex Side Pocket Hoodie\",\n        \"sku\": \"SX066\",\n        \"description\": \"The raglan unisex hoodie sweatshirt in premium brushed 300gsm fleece, 85% organic cotton, and 15% recycled polyester. Featuring a double self-fabric hood lining which offers sturdy and durable wear, plus matt silver metal eyelets, and drawcord tipping. There is flatlock top-stitching, side pocket offering a bigger space for decoration and a half-moon at back neck.\\r\\n\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Women's Stella Dancer Crop Tank Top\",\n        \"sku\": \"SX082\",\n        \"description\": \"Envelope neckline. Self fabric bound neckline, cuffs and leg openings. Bottom popper closure.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Woven Tote Bag\",\n        \"sku\": \"SX061\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Flowy Scoop Muscle Tank Top\",\n        \"sku\": \"BL8803\",\n        \"description\": \"Relaxed shape. Low cut armholes. Side seams. Twin needle curved hem.\",\n        \"material\": \"65% polyester/35% viscose.*\",\n        \"fabricWeight\": \"Cols 125 gsm, Marble 120 gsm\"\n    },\n    {\n        \"title\": \"Unisex Connector Essential Zip-Thru Hoodie Sweatshirt\",\n        \"sku\": \"SX025\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Unisex Sponge Fleece Sweatshirt\",\n        \"sku\": \"CV3901\",\n        \"description\": \"Solid colours 52% airlume combed ringspun cotton/48% polyester. Tri-blends 50% airlume combed ringspun cotton/37.5% polyester/12.5% rayon. Heathers 60% airlume combed ringspun cotton/40% polyester. Soft feel fabric. Raglan sleeves. Retail fit. Ribbed cuffs and hem.\",\n        \"material\": \"\",\n        \"fabricWeight\": \"Solid and Heather colours 220 gsm, Tri-blends 280\"\n    },\n    {\n        \"title\": \"Creator Vintage (STTU831)\",\n        \"sku\": \"SX096\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Ladies Tri-Blend Sponge Fleece Wide Neck Sweatshirt\",\n        \"sku\": \"BL7501\",\n        \"description\": \"Off the shoulder style with wide neck. Wide ribbed hem and cuffs.\",\n        \"material\": \"50% polyester/37.5% ringspun combed cotton/12.5% rayon.\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Girlie Tri-Blend Cropped T-Shirt\",\n        \"sku\": \"JT006\",\n        \"description\": \"Ladies fit. Ribbed neckline. Taped neck. Cropped length. Twin needle sleeves and hem. Unbranded size label.\",\n        \"material\": \"50% polyester/25% cotton/25% viscose.*\",\n        \"fabricWeight\": \"160 gsm\"\n    },\n    {\n        \"title\": \"Baby Organic Long Sleeve Bodysuit\",\n        \"sku\": \"BZ30\",\n        \"description\": \"Envelope neckline. Bound cuffs. Bottom popper closure. Tear out label.\",\n        \"material\": \"100% OCS certified organic combed ringspun cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Unisex Drop Shoulder Sweatshirt\",\n        \"sku\": \"CV3945\",\n        \"description\": \"Pre-shrunk. Retail fit. 1x1 ribbed collar, cuffs and hem. Taped neck. Twin needle stitching. Tear out label.\",\n        \"material\": \"52% airlume combed ringspun cotton/48% polyester.\",\n        \"fabricWeight\": \"220 gsm\"\n    },\n    {\n        \"title\": \"Authentic Hooded Sweatshirt\",\n        \"sku\": \"265M\",\n        \"description\": \"Cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with topstitch detail. Flat lace drawcord with buttonhole eyelets. Taped neck. Front pouch pocket with bartacks. Ear phone access. 1x1 ribbed cuffs and hem. Coverseamed around hood, shoulders, armholes, cuffs and hem.\",\n        \"material\": \"80% combed ringspun cotton/20% polyester.\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Graduate Heavyweight Hoodie\",\n        \"sku\": \"JH101\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Three panel, single jersey lined hood with flat lace drawcord. Front pouch pocket with flatlock stitching detail. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"70% ringspun cotton/30% polyester.*\",\n        \"fabricWeight\": \"330 gsm\"\n    },\n    {\n        \"title\": \"Superstar by Mantis Hoodie\",\n        \"sku\": \"M73\",\n        \"description\": \"In transition to using organic cotton. Soft peached fabric with brushed inner. Raglan sleeves. Waffle lined hood with flat natural drawcord. Taped neck. Front pouch pocket with flatlock stitching. Deep ribbed cuffs and hem. Tear out label.\",\n        \"material\": \"80% cotton/20% polyester.\",\n        \"fabricWeight\": \"330 gsm\"\n    },\n    {\n        \"title\": \"Baseball Hoodie\",\n        \"sku\": \"JH009\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Contrast raglan sleeves. Contrast double fabric hood with flat lace drawcord. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Graduate Heavyweight Zoodie\",\n        \"sku\": \"JH150\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Three panel, single jersey lined hood with flat lace drawcord. Full length plastic zip with chin guard. Front pouch pockets with flatlock stitching. Ribbed cuffs and hem. Tear out label.\",\n        \"material\": \"70% ringspun cotton/30% polyester.*\",\n        \"fabricWeight\": \"330 gsm\"\n    },\n    {\n        \"title\": \"Unisex Fleece Pullover Hoodie\",\n        \"sku\": \"NX9303\",\n        \"description\": \"Brushed back fleece. Drop shoulder style. Two panel jersey lined hood with flat natural drawcord. Taped neck. Locker patch. Front pouch pocket. 1x1 ribbed cuffs and hem. Tear out label.\",\n        \"material\": \"80% cotton/20% polyester.\",\n        \"fabricWeight\": \"250 gsm\"\n    },\n    {\n        \"title\": \"Unisex Organic Hoodie\",\n        \"sku\": \"FB1904\",\n        \"description\": \"Pre-shrunk. Drop shoulder style. Two panel lined hood with self colour drawcord. Metal eyelets and drawcord tips. Ready to dye has polyester stitched drawcord tips in gunmetal colour. Taped neck. Front pouch pocket. Ribbed cuffs and hem. Tear out label.\",\n        \"material\": \"80% certified organic combed cotton/20% recycled polyester.*\",\n        \"fabricWeight\": \"320 gsm\"\n    },\n    {\n        \"title\": \"Unisex Spencer Hooded Sweatshirt\",\n        \"sku\": \"02991\",\n        \"description\": \"Cotton faced fabric. Brushed back fleece. Drop shoulder style. Lined hood with self colour drawcord. Taped neck. Locker patch. 2x2 ribbed cuffs and hem. Front pouch pocket. Unbranded size label at neckline.\",\n        \"material\": \"80% ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Cool Urban Fitness T-Shirt\",\n        \"sku\": \"JC110\",\n        \"description\": \"UPF 40+ UV protection. Quick drying with inherent stretch properties. Active fit. Self fabric collar. Taped neck. Twin needle stitching. Tear out label.\",\n        \"material\": \"60% cotton/40% polyester.\",\n        \"fabricWeight\": \"160 gsm\"\n    },\n    {\n        \"title\": \"Martin T-Shirt\",\n        \"sku\": \"02855\",\n        \"description\": \"Enzyme washed. Fitted style. Ribbed collar. Taped neck. Side seams. Twin needle stitching. Unbranded size label at neckline.\",\n        \"material\": \"100% combed ringspun cotton.*\",\n        \"fabricWeight\": \"155 gsm\"\n    },\n    {\n        \"title\": \"Long Sleeve Value T-Shirt\",\n        \"sku\": \"SS21\",\n        \"description\": \"Cotton/Lycra® ribbed collar. Taped neck. Tubular knit for shape retention. Twin needle stitching. Cut out label.\",\n        \"material\": \"100% cotton.*\",\n        \"fabricWeight\": \"White 160 gsm, Cols 165 gsm\"\n    },\n    {\n        \"title\": \"Cotton Long Sleeve Crew Neck T-Shirt\",\n        \"sku\": \"NX3601\",\n        \"description\": \"1x1 baby ribbed collar. Side seams. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun combed cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Blaster\",\n        \"sku\": \"SX095\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Fuser (STTU759) T-Shirt\",\n        \"sku\": \"SX090\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Hammer Sweatshirt\",\n        \"sku\": \"GH060\",\n        \"description\": \"Soft cotton faced fabric. Drop shoulder style. Classic fit. 1x1 ribbed collar, cuffs and hem with spandex. Half moon locker patch. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% combed ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"305 gsm\"\n    },\n    {\n        \"title\": \"Hammer Hooded Sweatshirt\",\n        \"sku\": \"GH062\",\n        \"description\": \"Soft cotton faced fabric. Classic fit. Drop shoulder style with rolled forward shoulder seams. Three panel unlined hood. Crossover neck detail with ribbed edge. Half moon locker patch. Front pouch pocket. 1x1 ribbed cuffs and hem with spandex. Single needle topstitched side seams. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% combed ringspun cotton/20% polyester.*\",\n        \"fabricWeight\": \"305 gsm\"\n    },\n    {\n        \"title\": \"Unisex Sueded Long Sleeve Crew Neck T-Shirt\",\n        \"sku\": \"NX6411\",\n        \"description\": \"Soft touch. 1x1 baby ribbed collar and cuffs. Taped neck and shoulders. Side seams. Cuffed sleeves. Twin needle hem. Tear out label.\",\n        \"material\": \"60% ringspun combed cotton/40% polyester.\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Pure Organic Long Sleeve T-Shirt\",\n        \"sku\": \"100M\",\n        \"description\": \"Shaped fit. Narrow ribbed collar with Lycra®. Taped neck and shoulders. Side seams. Twin needle sleeves and hem. Unbranded size label.\",\n        \"material\": \"100% certified organic ringspun combed cotton.\",\n        \"fabricWeight\": \"160 gsm\"\n    },\n    {\n        \"title\": \"Men Muscle Vest\",\n        \"sku\": \"SF236\",\n        \"description\": \"Single jersey. Self fabric bound neckline and armholes. Racer back style. Longer length. Twin needle straight hem. Tear out label.\",\n        \"material\": \"60% cotton/40% polyester.*\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Men High Neck Vest\",\n        \"sku\": \"SF232\",\n        \"description\": \"Single jersey. Stretch ribbed neckline. Raw edge armholes and hem. Tear out label.\",\n        \"material\": \"60% cotton/40% polyester.*\",\n        \"fabricWeight\": \"140 gsm\"\n    },\n    {\n        \"title\": \"Men Feel Good Stretch Vest\",\n        \"sku\": \"SF123\",\n        \"description\": \"Stretch fabric for a modern fit. Soft touch. Enzyme washed. Self fabric bound neckline and armholes. Longer length. Twin needle hem. Tear out label.\",\n        \"material\": \"96% cotton/4% elastane.*\",\n        \"fabricWeight\": \"165 gsm\"\n    },\n    {\n        \"title\": \"Justin Tank Top\",\n        \"sku\": \"11465\",\n        \"description\": \"Ribbed bound neckline and armholes. Tubular body. Twin needle hem.\",\n        \"material\": \"100% ringspun semi-combed cotton.*\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Lightweight Raglan Sweatshirt\",\n        \"sku\": \"SS120\",\n        \"description\": \"Unbrushed fleece. Cotton/Lycra® ribbed collar, cuffs and hem. Twin needle stitching. Cut out label.\",\n        \"material\": \"80% cotton/20% polyester.\",\n        \"fabricWeight\": \"240 gsm\"\n    },\n    {\n        \"title\": \"Unisex Supreme Sweatshirt\",\n        \"sku\": \"01178\",\n        \"description\": \"Brushed back fleece. Drop shoulder style. Ribbed collar, cuffs and hem with elastane. Taped neck.\",\n        \"material\": \"80% cotton/20% polyester.\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"Men Slim Cuffed Jog Pants\",\n        \"sku\": \"SF425\",\n        \"description\": \"Brushed back fleece. Ribbed elasticated waistband with flat lace drawcord. Two curved side pockets. Right rear patch pocket. Ribbed cuffed leg ends. Tear out label.\",\n        \"material\": \"60% cotton/40% polyester.*\",\n        \"fabricWeight\": \"250 gsm\"\n    },\n    {\n        \"title\": \"Organic T-Shirt\",\n        \"sku\": \"AM10\",\n        \"description\": \"Fashion fit. Ribbed collar. Taped neck. Side seams. Twin needle stitching. Unbranded size label at neckline.\",\n        \"material\": \"100% organic combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Junior classic jersey t-shirt\",\n        \"sku\": \"EPJ01\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Organic Long Sleeve T-Shirt\",\n        \"sku\": \"AM11\",\n        \"description\": \"Fashion fit. Ribbed collar. Taped neck. Side seams with mitred vents. 1x1 ribbed cuffs. Twin needle stitching. Unbranded size label at neckline.\",\n        \"material\": \"100% organic combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Men's / unisex baseball t-shirt\",\n        \"sku\": \"EP22\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Women's rolled sleeve t-shirt\",\n        \"sku\": \"EP16\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Organic Hoodie\",\n        \"sku\": \"AM01\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with self colour drawcord. Metal eyelets and drawcord tips. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% organic cotton/20% recycled polyester.*\",\n        \"fabricWeight\": \"320 gsm\"\n    },\n    {\n        \"title\": \"Ladies Organic Hoodie\",\n        \"sku\": \"AM03\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with self colour drawcord. Metal eyelets and drawcord tips. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% organic cotton/20% recycled polyester.*\",\n        \"fabricWeight\": \"320 gsm\"\n    },\n    {\n        \"title\": \"Pioneer Organic T-Shirt\",\n        \"sku\": \"03565\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Crusader Organic T-Shirt\",\n        \"sku\": \"03582\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Steps jogger pants (STBM519)\",\n        \"sku\": \"SX055\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Organic Hoodie\",\n        \"sku\": \"JH201\",\n        \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with self colour drawcord. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n        \"material\": \"80% organic cotton/20% recycled polyester.*\",\n        \"fabricWeight\": \"280 gsm\"\n    },\n    {\n        \"title\": \"SoftStyle Double Piqué Polo Shirt\",\n        \"sku\": \"GD35\",\n        \"description\": \"Pre-shrunk. Retail fit. Two self colour button placket. Rolled forward topstitched shoulders. Side seams. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% ringspun cotton.*\",\n        \"fabricWeight\": \"White 172 gsm, Cols 177 gsm\"\n    },\n    {\n        \"title\": \"Kids Cascades Organic T-Shirt\",\n        \"sku\": \"EA001B\",\n        \"description\": \"Single jersey. Fashion fit. Ribbed collar. Taped neck. Side seams. Twin needle sleeves and hem. Unbranded size label at neckline.\",\n        \"material\": \"100% organic cotton.\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"MEN'S SLIM-FIT JERSEY T-SHIRT\",\n        \"sku\": \"EP03\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S SLIM FIT JERSEY T-SHIRT\",\n        \"sku\": \"EP04\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S VEST\",\n        \"sku\": \"EP08\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S / UNISEX JERSEY T-SHIRT\",\n        \"sku\": \"EP100\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S ROLLED SLEEVE T-SHIRT\",\n        \"sku\": \"EP11\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S RACERBACK VEST\",\n        \"sku\": \"EP17\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S CLASSIC VEST\",\n        \"sku\": \"EP17A\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S / UNISEX HEAVY JERSEY T-SHIRT\",\n        \"sku\": \"EP18\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S / UNISEX HEAVY JERSEY LONG SLEEVE T-SHIRT\",\n        \"sku\": \"EP18L\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S UNISEX OVERSIZED HEAVY JERSEY T-SHIRT\",\n        \"sku\": \"EP19\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S STANDARD POLO SHIRT\",\n        \"sku\": \"EP20\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S LOOSE FIT SHORT T-SHIRT\",\n        \"sku\": \"EP25\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S CROPPED LOOSE FIT T-SHIRT\",\n        \"sku\": \"EP26\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"cLASSIC HEAVY UNISEX RAGLAN PULLOVER HOODY WITH SIDE POCKETS\",\n        \"sku\": \"EP61Z\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S RAGLAN SWEATSHIRT\",\n        \"sku\": \"EP63\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S DROPPED SHOULDER SWEATSHIRT\",\n        \"sku\": \"EP64\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S / UNISEX RAGLAN SWEATSHIRT\",\n        \"sku\": \"EP65\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"FASHION TOTE BAG\",\n        \"sku\": \"EP75\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"DRAWSTRING BAG\",\n        \"sku\": \"EP76\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Unisex Bib Apron with Pockets\",\n        \"sku\": \"EP77\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Unisex Short Apron with Pockets\",\n        \"sku\": \"EP78\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"BABY LAP T-SHIRT\",\n        \"sku\": \"EPB01\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"BABYGROW\",\n        \"sku\": \"EPB02\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"BABY JUMPSUIT\",\n        \"sku\": \"EPB03\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"BABY BIB\",\n        \"sku\": \"EPB04\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S / UNISEX T-SHIRT\",\n        \"sku\": \"FS01\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"WOMEN'S T-SHIRT\",\n        \"sku\": \"FS09\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"MEN'S / UNISEX PULLOVER HOODY\",\n        \"sku\": \"FS60P\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"LARGE STREET TOTE BAG WITH INTERNAL POCKETS\",\n        \"sku\": \"N80\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Funky Contrast Long Sleeve T-Shirt\",\n        \"sku\": \"02942\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Larkwood Baby/Toddler Organic T-Shirt\",\n        \"sku\": \"LW620T\",\n        \"description\": \"Single jersey. Ribbed neck. Twin needle stitching. Tag free.\",\n        \"material\": \"100% organic cotton.\",\n        \"fabricWeight\": \"160 gsm\"\n    },\n    {\n        \"title\": \"Fairtrade Certified Organic Cotton Bib Apron\",\n        \"sku\": \"PR112\",\n        \"description\": \"Crease resist finish. Self fabric neck tie with adjustable buckle. Self fabric ties. Single pocket - tablet friendly. Width 60cm. Length from waist 60cm. Total length 84cm. Domestic wash 40°C.\",\n        \"material\": \"100% Fairtrade certified organic cotton.\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Fairtrade Certified Organic Cotton Denim Bib Apron\",\n        \"sku\": \"PR113\",\n        \"description\": \"Neck tie with gunmetal adjustable buckle - brown denim has antique brass buckle. Two front pockets with contrast stitching. Self fabric 107cm ties. Width 72cm. Length 80cm. Domestic wash 40°C.\",\n        \"material\": \"100% Fairtrade certified organic cotton.\",\n        \"fabricWeight\": \"235 gsm\"\n    },\n    {\n        \"title\": \"Baby Ringer Bodysuit\",\n        \"sku\": \"BZ19\",\n        \"description\": \"Contrast bound collar, cuffs and leg openings. Two self colour poppers on left shoulder. Bottom popper closure.\",\n        \"material\": \"100% OCS certified organic combed ringspun cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Baby Organic Long Sleeve Bodysuit\",\n        \"sku\": \"BZ30\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Baby Organic Long Sleeve Bodysuit\",\n        \"sku\": \"BZ30\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Baby Baseball Playsuit\",\n        \"sku\": \"BZ41\",\n        \"description\": \"Raglan style. Contrast neckline and sleeves. Two red poppers on front left raglan seam. Short leg length. Red popper bottom closure. Tear out label.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Baby Long Sleeve Baseball T-Shirt\",\n        \"sku\": \"BZ43\",\n        \"description\": \"Contrast collar. Contrast raglan sleeves. Curved hem with contrast overlock stitching. Tear out label.\",\n        \"material\": \"100% OCS certified organic cotton.\",\n        \"fabricWeight\": \"150 gsm\"\n    },\n    {\n        \"title\": \"Baby Striped T-Shirt\",\n        \"sku\": \"BZ45\",\n        \"description\": \"Yarn dyed narrow stripes. Popper closure on left shoulder. Side seams. Tear out label.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Baby Short Sleeve Striped Bodysuit\",\n        \"sku\": \"BZ48\",\n        \"description\": \"Yarn dyed narrow stripes. Envelope neckline. Popper closure around legs. Short style leg length. Tear out label.\",\n        \"material\": \"100% OCS certified organic cotton.*\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Baby Long Sleeve Stripy T-Shirt\",\n        \"sku\": \"BZ38\",\n        \"description\": \"Please note these are special items that can be ordered online. These are strictly non-returnable. Lead time will be approx. 7 days. Soft and stretchy interlock. Yarn dyed stripes. Envelope neckline. Contrast neck and elbow patches. Tear out label.\",\n        \"material\": \"100% OCS certified organic combed cotton.\",\n        \"fabricWeight\": \"200 gsm\"\n    },\n    {\n        \"title\": \"Inspire T /women\",\n        \"sku\": \"B118F\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Inspire Men's T-Shirt\",\n        \"sku\": \"BA118\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Milky Contrast Long Sleeve T-Shirt\",\n        \"sku\": \"02943\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Ladies Imperial Long Sleeve T-Shirt\",\n        \"sku\": \"02075\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Trainer unisex terry short\",\n        \"sku\": \"SX102\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Shortens jogger shorts\",\n        \"sku\": \"SX054\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Womens Stella Spinner t-shirt dress\",\n        \"sku\": \"SX085\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Slammer oversized brushed sweatshirt\",\n        \"sku\": \"SX107\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Stroller iconic crew neck sweatshirt\",\n        \"sku\": \"SX010\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Canvas Unisex Jersey V Neck T-Shirt\",\n        \"sku\": \"CV3005\",\n        \"description\": \"Retail fit. Ribbed V neckline. Taped neck and shoulders. Twin needle sleeves and hem.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"Radder oversized brushed crewneck\",\n        \"sku\": \"SX108\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Unisex Jersey Heavyweight T-Shirt\",\n        \"sku\": \"CV3091\",\n        \"description\": \"Retail fit. Ribbed collar. Taped neck. Side seams. Twin needle sleeves and hem. Tear out label.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"190 gsm\"\n    },\n    {\n        \"title\": \"Terry shorts\",\n        \"sku\": \"BY080\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Men's / unisex oversized heavy jersey t-shirt\",\n        \"sku\": \"COR19\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Women’s regular fitted t-shirt\",\n        \"sku\": \"N09\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Women’s rolled sleeve tunic t-shirt\",\n        \"sku\": \"N20\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Men's / unisex classic sweatshirt\",\n        \"sku\": \"N62\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Women’s open neck t-shirt\",\n        \"sku\": \"EP09\",\n        \"description\": \"\",\n        \"material\": \"\",\n        \"fabricWeight\": \"\"\n    },\n    {\n        \"title\": \"Unisex Long Sleeve Jersey Hooded T-Shirt\",\n        \"sku\": \"CV3512\",\n        \"description\": \"Retail fit. Crossover V neckline. Self fabric cuffs. Twin needle hem.\",\n        \"material\": \"100% airlume combed ringspun cotton.*\",\n        \"fabricWeight\": \"145 gsm\"\n    },\n    {\n        \"title\": \"B&C #E190\",\n        \"sku\": \"BA220\",\n        \"description\": \"The modern basic tubular short sleeve t-shirt with contemporary look and the unchanged 190g fabric quality by B&C for 20 years\",\n        \"material\": \"100% Pre-shrunk ringspun cotton\",\n        \"fabricWeight\": \"185gsm\"\n    }\n]"}],"_postman_id":"d5741f31-06c0-4d72-80a7-557582dd7ef2"},{"name":"View Garment details","id":"f998fc3f-a36d-463f-ba91-57fe801b3f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://print.dtguk.com/api/garment?sku=jh001","description":"<p>View a garment's full information including all of the available variants by providing the sku</p>\n","urlObject":{"protocol":"https","path":["api","garment"],"host":["print","dtguk","com"],"query":[{"description":{"content":"<p>The SKU of a garment from the catalogue</p>\n","type":"text/plain"},"key":"sku","value":"jh001"}],"variable":[]}},"response":[{"id":"826675c1-37fa-4113-a346-56b8394424fd","name":"View Garment Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://print.dtguk.com/api/garment?sku=jh001","protocol":"https","host":["print","dtguk","com"],"path":["api","garment"],"query":[{"key":"sku","value":"jh001","description":"The SKU of a garment from the catalogue"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private, max-age=0"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcRGF2aWRcRGVza3RvcFxBaXIgUmFpZCBQcm9qZWN0c1xpbXBvcnRlclxpbXBvcnRlclxhcGkuYXNteFxnYXJtZW50?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Jul 2021 10:47:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Unisex Hoodie / Hooded Top\",\n    \"sku\": \"JH001\",\n    \"description\": \"Soft cotton faced fabric. Brushed back fleece. Drop shoulder style. Double fabric hood with self colour drawcord. Front pouch pocket. Ribbed cuffs and hem. Twin needle stitching. Tear out label.\",\n    \"material\": \"80% ringspun cotton/20% polyester.*\",\n    \"fabricWeight\": \"280 gsm\",\n    \"garmentVariants\": [\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Baby Pink\",\n            \"colourSKU\": \"BPI\",\n            \"colourHex\": \"FFB3FA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Baby Pink\",\n            \"colourSKU\": \"BPI\",\n            \"colourHex\": \"FFB3FA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Baby Pink\",\n            \"colourSKU\": \"BPI\",\n            \"colourHex\": \"FFB3FA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Baby Pink\",\n            \"colourSKU\": \"BPI\",\n            \"colourHex\": \"FFB3FA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Baby Pink\",\n            \"colourSKU\": \"BPI\",\n            \"colourHex\": \"FFB3FA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Baby Pink\",\n            \"colourSKU\": \"BPI\",\n            \"colourHex\": \"FFB3FA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Baby Pink\",\n            \"colourSKU\": \"BPI\",\n            \"colourHex\": \"FFB3FA\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Bottle Green\",\n            \"colourSKU\": \"BOT\",\n            \"colourHex\": \"105017\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Bottle Green\",\n            \"colourSKU\": \"BOT\",\n            \"colourHex\": \"105017\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Bottle Green\",\n            \"colourSKU\": \"BOT\",\n            \"colourHex\": \"105017\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Bottle Green\",\n            \"colourSKU\": \"BOT\",\n            \"colourHex\": \"105017\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Bottle Green\",\n            \"colourSKU\": \"BOT\",\n            \"colourHex\": \"105017\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Bottle Green\",\n            \"colourSKU\": \"BOT\",\n            \"colourHex\": \"105017\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Bottle Green\",\n            \"colourSKU\": \"BOT\",\n            \"colourHex\": \"105017\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Candyfloss Pink\",\n            \"colourSKU\": \"CFP\",\n            \"colourHex\": \"FF69F2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Candyfloss Pink\",\n            \"colourSKU\": \"CFP\",\n            \"colourHex\": \"FF69F2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Candyfloss Pink\",\n            \"colourSKU\": \"CFP\",\n            \"colourHex\": \"FF69F2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Candyfloss Pink\",\n            \"colourSKU\": \"CFP\",\n            \"colourHex\": \"FF69F2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Candyfloss Pink\",\n            \"colourSKU\": \"CFP\",\n            \"colourHex\": \"FF69F2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Candyfloss Pink\",\n            \"colourSKU\": \"CFP\",\n            \"colourHex\": \"FF69F2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Candyfloss Pink\",\n            \"colourSKU\": \"CFP\",\n            \"colourHex\": \"FF69F2\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Charcoal\",\n            \"colourSKU\": \"CHA\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Charcoal\",\n            \"colourSKU\": \"CHA\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Charcoal\",\n            \"colourSKU\": \"CHA\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Charcoal\",\n            \"colourSKU\": \"CHA\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Charcoal\",\n            \"colourSKU\": \"CHA\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Charcoal\",\n            \"colourSKU\": \"CHA\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Charcoal\",\n            \"colourSKU\": \"CHA\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Dusty Blue\",\n            \"colourSKU\": \"\",\n            \"colourHex\": \"6698B4\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Dusty Blue\",\n            \"colourSKU\": \"\",\n            \"colourHex\": \"6698B4\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Dusty Blue\",\n            \"colourSKU\": \"\",\n            \"colourHex\": \"6698B4\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Dusty Blue\",\n            \"colourSKU\": \"\",\n            \"colourHex\": \"6698B4\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Dusty Blue\",\n            \"colourSKU\": \"\",\n            \"colourHex\": \"6698B4\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Dusty Blue\",\n            \"colourSKU\": \"\",\n            \"colourHex\": \"6698B4\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Dusty Blue\",\n            \"colourSKU\": \"\",\n            \"colourHex\": \"6698B4\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Hot Pink\",\n            \"colourSKU\": \"HPK\",\n            \"colourHex\": \"F500BA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Hot Pink\",\n            \"colourSKU\": \"HPK\",\n            \"colourHex\": \"F500BA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Hot Pink\",\n            \"colourSKU\": \"HPK\",\n            \"colourHex\": \"F500BA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Hot Pink\",\n            \"colourSKU\": \"HPK\",\n            \"colourHex\": \"F500BA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Hot Pink\",\n            \"colourSKU\": \"HPK\",\n            \"colourHex\": \"F500BA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Hot Pink\",\n            \"colourSKU\": \"HPK\",\n            \"colourHex\": \"F500BA\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Hot Pink\",\n            \"colourSKU\": \"HPK\",\n            \"colourHex\": \"F500BA\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Kelly Green\",\n            \"colourSKU\": \"KEL\",\n            \"colourHex\": \"12FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Kelly Green\",\n            \"colourSKU\": \"KEL\",\n            \"colourHex\": \"12FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Kelly Green\",\n            \"colourSKU\": \"KEL\",\n            \"colourHex\": \"12FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Kelly Green\",\n            \"colourSKU\": \"KEL\",\n            \"colourHex\": \"12FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Kelly Green\",\n            \"colourSKU\": \"KEL\",\n            \"colourHex\": \"12FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Kelly Green\",\n            \"colourSKU\": \"KEL\",\n            \"colourHex\": \"12FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Kelly Green\",\n            \"colourSKU\": \"KEL\",\n            \"colourHex\": \"12FF00\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Royal Blue\",\n            \"colourSKU\": \"ROY\",\n            \"colourHex\": \"003CF0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Royal Blue\",\n            \"colourSKU\": \"ROY\",\n            \"colourHex\": \"003CF0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Royal Blue\",\n            \"colourSKU\": \"ROY\",\n            \"colourHex\": \"003CF0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Royal Blue\",\n            \"colourSKU\": \"ROY\",\n            \"colourHex\": \"003CF0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Royal Blue\",\n            \"colourSKU\": \"ROY\",\n            \"colourHex\": \"003CF0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Royal Blue\",\n            \"colourSKU\": \"ROY\",\n            \"colourHex\": \"003CF0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Royal Blue\",\n            \"colourSKU\": \"ROY\",\n            \"colourHex\": \"003CF0\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Sky Blue\",\n            \"colourSKU\": \"SKY\",\n            \"colourHex\": \"8BD8EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Sky Blue\",\n            \"colourSKU\": \"SKY\",\n            \"colourHex\": \"8BD8EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Sky Blue\",\n            \"colourSKU\": \"SKY\",\n            \"colourHex\": \"8BD8EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Sky Blue\",\n            \"colourSKU\": \"SKY\",\n            \"colourHex\": \"8BD8EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Sky Blue\",\n            \"colourSKU\": \"SKY\",\n            \"colourHex\": \"8BD8EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Sky Blue\",\n            \"colourSKU\": \"SKY\",\n            \"colourHex\": \"8BD8EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Sky Blue\",\n            \"colourSKU\": \"SKY\",\n            \"colourHex\": \"8BD8EB\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"4XL\",\n            \"sizeSKU\": \"4XL\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"5XL\",\n            \"sizeSKU\": \"5XL\",\n            \"colour\": \"Deep Black\",\n            \"colourSKU\": \"DBK\",\n            \"colourHex\": \"171C21\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Burnt Orange\",\n            \"colourSKU\": \"BOR\",\n            \"colourHex\": \"FA2D0F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Burnt Orange\",\n            \"colourSKU\": \"BOR\",\n            \"colourHex\": \"FA2D0F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Burnt Orange\",\n            \"colourSKU\": \"BOR\",\n            \"colourHex\": \"FA2D0F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Burnt Orange\",\n            \"colourSKU\": \"BOR\",\n            \"colourHex\": \"FA2D0F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Burnt Orange\",\n            \"colourSKU\": \"BOR\",\n            \"colourHex\": \"FA2D0F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Burnt Orange\",\n            \"colourSKU\": \"BOR\",\n            \"colourHex\": \"FA2D0F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Burnt Orange\",\n            \"colourSKU\": \"BOR\",\n            \"colourHex\": \"FA2D0F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Ash\",\n            \"colourSKU\": \"ASH\",\n            \"colourHex\": \"E1E6E1\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Ash\",\n            \"colourSKU\": \"ASH\",\n            \"colourHex\": \"E1E6E1\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Ash\",\n            \"colourSKU\": \"ASH\",\n            \"colourHex\": \"E1E6E1\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Ash\",\n            \"colourSKU\": \"ASH\",\n            \"colourHex\": \"E1E6E1\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Ash\",\n            \"colourSKU\": \"ASH\",\n            \"colourHex\": \"E1E6E1\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Ash\",\n            \"colourSKU\": \"ASH\",\n            \"colourHex\": \"E1E6E1\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Ash\",\n            \"colourSKU\": \"ASH\",\n            \"colourHex\": \"E1E6E1\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Burgundy\",\n            \"colourSKU\": \"BUR\",\n            \"colourHex\": \"45002E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Burgundy\",\n            \"colourSKU\": \"BUR\",\n            \"colourHex\": \"45002E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Burgundy\",\n            \"colourSKU\": \"BUR\",\n            \"colourHex\": \"45002E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Burgundy\",\n            \"colourSKU\": \"BUR\",\n            \"colourHex\": \"45002E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Burgundy\",\n            \"colourSKU\": \"BUR\",\n            \"colourHex\": \"45002E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Burgundy\",\n            \"colourSKU\": \"BUR\",\n            \"colourHex\": \"45002E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Burgundy\",\n            \"colourSKU\": \"BUR\",\n            \"colourHex\": \"45002E\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Denim\",\n            \"colourSKU\": \"DNM\",\n            \"colourHex\": \"072585\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Denim\",\n            \"colourSKU\": \"DNM\",\n            \"colourHex\": \"072585\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Denim\",\n            \"colourSKU\": \"DNM\",\n            \"colourHex\": \"072585\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Denim\",\n            \"colourSKU\": \"DNM\",\n            \"colourHex\": \"072585\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Denim\",\n            \"colourSKU\": \"DNM\",\n            \"colourHex\": \"072585\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Denim\",\n            \"colourSKU\": \"DNM\",\n            \"colourHex\": \"072585\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Denim\",\n            \"colourSKU\": \"DNM\",\n            \"colourHex\": \"072585\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Gold\",\n            \"colourSKU\": \"GOL\",\n            \"colourHex\": \"FFB821\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Gold\",\n            \"colourSKU\": \"GOL\",\n            \"colourHex\": \"FFB821\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Gold\",\n            \"colourSKU\": \"GOL\",\n            \"colourHex\": \"FFB821\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Gold\",\n            \"colourSKU\": \"GOL\",\n            \"colourHex\": \"FFB821\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Gold\",\n            \"colourSKU\": \"GOL\",\n            \"colourHex\": \"FFB821\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Gold\",\n            \"colourSKU\": \"GOL\",\n            \"colourHex\": \"FFB821\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Gold\",\n            \"colourSKU\": \"GOL\",\n            \"colourHex\": \"FFB821\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Purple\",\n            \"colourSKU\": \"PUR\",\n            \"colourHex\": \"2402E0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Purple\",\n            \"colourSKU\": \"PUR\",\n            \"colourHex\": \"2402E0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Purple\",\n            \"colourSKU\": \"PUR\",\n            \"colourHex\": \"2402E0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Purple\",\n            \"colourSKU\": \"PUR\",\n            \"colourHex\": \"2402E0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Purple\",\n            \"colourSKU\": \"PUR\",\n            \"colourHex\": \"2402E0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Purple\",\n            \"colourSKU\": \"PUR\",\n            \"colourHex\": \"2402E0\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Purple\",\n            \"colourSKU\": \"PUR\",\n            \"colourHex\": \"2402E0\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"4XL\",\n            \"sizeSKU\": \"4XL\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 0\n        },\n        {\n            \"size\": \"5XL\",\n            \"sizeSKU\": \"5XL\",\n            \"colour\": \"Airforce Blue\",\n            \"colourSKU\": \"AIR\",\n            \"colourHex\": \"31637F\",\n            \"price\": 0\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Alien Green\",\n            \"colourSKU\": \"GAL\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Alien Green\",\n            \"colourSKU\": \"GAL\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Alien Green\",\n            \"colourSKU\": \"GAL\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Alien Green\",\n            \"colourSKU\": \"GAL\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Alien Green\",\n            \"colourSKU\": \"GAL\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Alien Green\",\n            \"colourSKU\": \"GAL\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Alien Green\",\n            \"colourSKU\": \"GAL\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Apple Green\",\n            \"colourSKU\": \"APL\",\n            \"colourHex\": \"A8FF94\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Apple Green\",\n            \"colourSKU\": \"APL\",\n            \"colourHex\": \"A8FF94\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Apple Green\",\n            \"colourSKU\": \"APL\",\n            \"colourHex\": \"A8FF94\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Apple Green\",\n            \"colourSKU\": \"APL\",\n            \"colourHex\": \"A8FF94\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Apple Green\",\n            \"colourSKU\": \"APL\",\n            \"colourHex\": \"A8FF94\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Apple Green\",\n            \"colourSKU\": \"APL\",\n            \"colourHex\": \"A8FF94\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Apple Green\",\n            \"colourSKU\": \"APL\",\n            \"colourHex\": \"A8FF94\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Arctic White\",\n            \"colourSKU\": \"ACW\",\n            \"colourHex\": \"FFFFFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Arctic White\",\n            \"colourSKU\": \"ACW\",\n            \"colourHex\": \"FFFFFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Arctic White\",\n            \"colourSKU\": \"ACW\",\n            \"colourHex\": \"FFFFFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Arctic White\",\n            \"colourSKU\": \"ACW\",\n            \"colourHex\": \"FFFFFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Arctic White\",\n            \"colourSKU\": \"ACW\",\n            \"colourHex\": \"FFFFFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Arctic White\",\n            \"colourSKU\": \"ACW\",\n            \"colourHex\": \"FFFFFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Arctic White\",\n            \"colourSKU\": \"ACW\",\n            \"colourHex\": \"FFFFFF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Brick Red\",\n            \"colourSKU\": \"BRI\",\n            \"colourHex\": \"790030\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Brick Red\",\n            \"colourSKU\": \"BRI\",\n            \"colourHex\": \"790030\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Brick Red\",\n            \"colourSKU\": \"BRI\",\n            \"colourHex\": \"790030\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Brick Red\",\n            \"colourSKU\": \"BRI\",\n            \"colourHex\": \"790030\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Brick Red\",\n            \"colourSKU\": \"BRI\",\n            \"colourHex\": \"790030\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Brick Red\",\n            \"colourSKU\": \"BRI\",\n            \"colourHex\": \"790030\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Brick Red\",\n            \"colourSKU\": \"BRI\",\n            \"colourHex\": \"790030\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Cornflower Blue\",\n            \"colourSKU\": \"COR\",\n            \"colourHex\": \"69BAFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Cornflower Blue\",\n            \"colourSKU\": \"COR\",\n            \"colourHex\": \"69BAFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Cornflower Blue\",\n            \"colourSKU\": \"COR\",\n            \"colourHex\": \"69BAFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Cornflower Blue\",\n            \"colourSKU\": \"COR\",\n            \"colourHex\": \"69BAFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Cornflower Blue\",\n            \"colourSKU\": \"COR\",\n            \"colourHex\": \"69BAFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Cornflower Blue\",\n            \"colourSKU\": \"COR\",\n            \"colourHex\": \"69BAFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Cornflower Blue\",\n            \"colourSKU\": \"COR\",\n            \"colourHex\": \"69BAFF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Cranberry\",\n            \"colourSKU\": \"CRA\",\n            \"colourHex\": \"B6008F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Cranberry\",\n            \"colourSKU\": \"CRA\",\n            \"colourHex\": \"B6008F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Cranberry\",\n            \"colourSKU\": \"CRA\",\n            \"colourHex\": \"B6008F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Cranberry\",\n            \"colourSKU\": \"CRA\",\n            \"colourHex\": \"B6008F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Cranberry\",\n            \"colourSKU\": \"CRA\",\n            \"colourHex\": \"B6008F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Cranberry\",\n            \"colourSKU\": \"CRA\",\n            \"colourHex\": \"B6008F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Cranberry\",\n            \"colourSKU\": \"CRA\",\n            \"colourHex\": \"B6008F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Deep Sea Blue\",\n            \"colourSKU\": \"DSB\",\n            \"colourHex\": \"002B32\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Deep Sea Blue\",\n            \"colourSKU\": \"DSB\",\n            \"colourHex\": \"002B32\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Deep Sea Blue\",\n            \"colourSKU\": \"DSB\",\n            \"colourHex\": \"002B32\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Deep Sea Blue\",\n            \"colourSKU\": \"DSB\",\n            \"colourHex\": \"002B32\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Deep Sea Blue\",\n            \"colourSKU\": \"DSB\",\n            \"colourHex\": \"002B32\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Deep Sea Blue\",\n            \"colourSKU\": \"DSB\",\n            \"colourHex\": \"002B32\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Deep Sea Blue\",\n            \"colourSKU\": \"DSB\",\n            \"colourHex\": \"002B32\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Desert Sand\",\n            \"colourSKU\": \"DSN\",\n            \"colourHex\": \"DDCA8F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Desert Sand\",\n            \"colourSKU\": \"DSN\",\n            \"colourHex\": \"DDCA8F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Desert Sand\",\n            \"colourSKU\": \"DSN\",\n            \"colourHex\": \"DDCA8F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Desert Sand\",\n            \"colourSKU\": \"DSN\",\n            \"colourHex\": \"DDCA8F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Desert Sand\",\n            \"colourSKU\": \"DSN\",\n            \"colourHex\": \"DDCA8F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Desert Sand\",\n            \"colourSKU\": \"DSN\",\n            \"colourHex\": \"DDCA8F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Desert Sand\",\n            \"colourSKU\": \"DSN\",\n            \"colourHex\": \"DDCA8F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Fire Red\",\n            \"colourSKU\": \"FIR\",\n            \"colourHex\": \"DA0043\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Fire Red\",\n            \"colourSKU\": \"FIR\",\n            \"colourHex\": \"DA0043\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Fire Red\",\n            \"colourSKU\": \"FIR\",\n            \"colourHex\": \"DA0043\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Fire Red\",\n            \"colourSKU\": \"FIR\",\n            \"colourHex\": \"DA0043\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Fire Red\",\n            \"colourSKU\": \"FIR\",\n            \"colourHex\": \"DA0043\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Fire Red\",\n            \"colourSKU\": \"FIR\",\n            \"colourHex\": \"DA0043\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Fire Red\",\n            \"colourSKU\": \"FIR\",\n            \"colourHex\": \"DA0043\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Forest Green\",\n            \"colourSKU\": \"FOR\",\n            \"colourHex\": \"031A0C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Forest Green\",\n            \"colourSKU\": \"FOR\",\n            \"colourHex\": \"031A0C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Forest Green\",\n            \"colourSKU\": \"FOR\",\n            \"colourHex\": \"031A0C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Forest Green\",\n            \"colourSKU\": \"FOR\",\n            \"colourHex\": \"031A0C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Forest Green\",\n            \"colourSKU\": \"FOR\",\n            \"colourHex\": \"031A0C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Forest Green\",\n            \"colourSKU\": \"FOR\",\n            \"colourHex\": \"031A0C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Forest Green\",\n            \"colourSKU\": \"FOR\",\n            \"colourHex\": \"031A0C\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Hawaiian Blue\",\n            \"colourSKU\": \"HWB\",\n            \"colourHex\": \"2BFCFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Hawaiian Blue\",\n            \"colourSKU\": \"HWB\",\n            \"colourHex\": \"2BFCFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Hawaiian Blue\",\n            \"colourSKU\": \"HWB\",\n            \"colourHex\": \"2BFCFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Hawaiian Blue\",\n            \"colourSKU\": \"HWB\",\n            \"colourHex\": \"2BFCFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Hawaiian Blue\",\n            \"colourSKU\": \"HWB\",\n            \"colourHex\": \"2BFCFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Hawaiian Blue\",\n            \"colourSKU\": \"HWB\",\n            \"colourHex\": \"2BFCFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Hawaiian Blue\",\n            \"colourSKU\": \"HWB\",\n            \"colourHex\": \"2BFCFF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"4XL\",\n            \"sizeSKU\": \"4XL\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"5XL\",\n            \"sizeSKU\": \"5XL\",\n            \"colour\": \"Heather Grey\",\n            \"colourSKU\": \"HEA\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Hot Chocolate\",\n            \"colourSKU\": \"HOC\",\n            \"colourHex\": \"0B0C0D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Hot Chocolate\",\n            \"colourSKU\": \"HOC\",\n            \"colourHex\": \"0B0C0D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Hot Chocolate\",\n            \"colourSKU\": \"HOC\",\n            \"colourHex\": \"0B0C0D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Hot Chocolate\",\n            \"colourSKU\": \"HOC\",\n            \"colourHex\": \"0B0C0D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Hot Chocolate\",\n            \"colourSKU\": \"HOC\",\n            \"colourHex\": \"0B0C0D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Hot Chocolate\",\n            \"colourSKU\": \"HOC\",\n            \"colourHex\": \"0B0C0D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Hot Chocolate\",\n            \"colourSKU\": \"HOC\",\n            \"colourHex\": \"0B0C0D\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Jade\",\n            \"colourSKU\": \"JAD\",\n            \"colourHex\": \"007034\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Jade\",\n            \"colourSKU\": \"JAD\",\n            \"colourHex\": \"007034\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Jade\",\n            \"colourSKU\": \"JAD\",\n            \"colourHex\": \"007034\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Jade\",\n            \"colourSKU\": \"JAD\",\n            \"colourHex\": \"007034\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Jade\",\n            \"colourSKU\": \"JAD\",\n            \"colourHex\": \"007034\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Jade\",\n            \"colourSKU\": \"JAD\",\n            \"colourHex\": \"007034\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Jade\",\n            \"colourSKU\": \"JAD\",\n            \"colourHex\": \"007034\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"4XL\",\n            \"sizeSKU\": \"4XL\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"5XL\",\n            \"sizeSKU\": \"5XL\",\n            \"colour\": \"Jet Black\",\n            \"colourSKU\": \"JBK\",\n            \"colourHex\": \"1A1D1E\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Lavender\",\n            \"colourSKU\": \"LAV\",\n            \"colourHex\": \"C79CFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Lavender\",\n            \"colourSKU\": \"LAV\",\n            \"colourHex\": \"C79CFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Lavender\",\n            \"colourSKU\": \"LAV\",\n            \"colourHex\": \"C79CFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Lavender\",\n            \"colourSKU\": \"LAV\",\n            \"colourHex\": \"C79CFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Lavender\",\n            \"colourSKU\": \"LAV\",\n            \"colourHex\": \"C79CFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Lavender\",\n            \"colourSKU\": \"LAV\",\n            \"colourHex\": \"C79CFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Lavender\",\n            \"colourSKU\": \"LAV\",\n            \"colourHex\": \"C79CFF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Lime Green\",\n            \"colourSKU\": \"LIM\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Lime Green\",\n            \"colourSKU\": \"LIM\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Lime Green\",\n            \"colourSKU\": \"LIM\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Lime Green\",\n            \"colourSKU\": \"LIM\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Lime Green\",\n            \"colourSKU\": \"LIM\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Lime Green\",\n            \"colourSKU\": \"LIM\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Lime Green\",\n            \"colourSKU\": \"LIM\",\n            \"colourHex\": \"59FF00\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Lipstick Pink\",\n            \"colourSKU\": \"LKP\",\n            \"colourHex\": \"FF36A3\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Lipstick Pink\",\n            \"colourSKU\": \"LKP\",\n            \"colourHex\": \"FF36A3\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Lipstick Pink\",\n            \"colourSKU\": \"LKP\",\n            \"colourHex\": \"FF36A3\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Lipstick Pink\",\n            \"colourSKU\": \"LKP\",\n            \"colourHex\": \"FF36A3\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Lipstick Pink\",\n            \"colourSKU\": \"LKP\",\n            \"colourHex\": \"FF36A3\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Lipstick Pink\",\n            \"colourSKU\": \"LKP\",\n            \"colourHex\": \"FF36A3\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Lipstick Pink\",\n            \"colourSKU\": \"LKP\",\n            \"colourHex\": \"FF36A3\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Magenta Magic\",\n            \"colourSKU\": \"MMG\",\n            \"colourHex\": \"7D36FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Magenta Magic\",\n            \"colourSKU\": \"MMG\",\n            \"colourHex\": \"7D36FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Magenta Magic\",\n            \"colourSKU\": \"MMG\",\n            \"colourHex\": \"7D36FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Magenta Magic\",\n            \"colourSKU\": \"MMG\",\n            \"colourHex\": \"7D36FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Magenta Magic\",\n            \"colourSKU\": \"MMG\",\n            \"colourHex\": \"7D36FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Magenta Magic\",\n            \"colourSKU\": \"MMG\",\n            \"colourHex\": \"7D36FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Magenta Magic\",\n            \"colourSKU\": \"MMG\",\n            \"colourHex\": \"7D36FF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Moondust Grey\",\n            \"colourSKU\": \"MOG\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Moondust Grey\",\n            \"colourSKU\": \"MOG\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Moondust Grey\",\n            \"colourSKU\": \"MOG\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Moondust Grey\",\n            \"colourSKU\": \"MOG\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Moondust Grey\",\n            \"colourSKU\": \"MOG\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Moondust Grey\",\n            \"colourSKU\": \"MOG\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Moondust Grey\",\n            \"colourSKU\": \"MOG\",\n            \"colourHex\": \"A2A9A8\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Moss Green\",\n            \"colourSKU\": \"MOS\",\n            \"colourHex\": \"135E31\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Moss Green\",\n            \"colourSKU\": \"MOS\",\n            \"colourHex\": \"135E31\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Moss Green\",\n            \"colourSKU\": \"MOS\",\n            \"colourHex\": \"135E31\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Moss Green\",\n            \"colourSKU\": \"MOS\",\n            \"colourHex\": \"135E31\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Moss Green\",\n            \"colourSKU\": \"MOS\",\n            \"colourHex\": \"135E31\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Moss Green\",\n            \"colourSKU\": \"MOS\",\n            \"colourHex\": \"135E31\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Moss Green\",\n            \"colourSKU\": \"MOS\",\n            \"colourHex\": \"135E31\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"4XL\",\n            \"sizeSKU\": \"4XL\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"5XL\",\n            \"sizeSKU\": \"5XL\",\n            \"colour\": \"New French Navy\",\n            \"colourSKU\": \"NFN\",\n            \"colourHex\": \"000710\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Nude\",\n            \"colourSKU\": \"NUD\",\n            \"colourHex\": \"D59D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Nude\",\n            \"colourSKU\": \"NUD\",\n            \"colourHex\": \"D59D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Nude\",\n            \"colourSKU\": \"NUD\",\n            \"colourHex\": \"D59D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Nude\",\n            \"colourSKU\": \"NUD\",\n            \"colourHex\": \"D59D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Nude\",\n            \"colourSKU\": \"NUD\",\n            \"colourHex\": \"D59D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Nude\",\n            \"colourSKU\": \"NUD\",\n            \"colourHex\": \"D59D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Nude\",\n            \"colourSKU\": \"NUD\",\n            \"colourHex\": \"D59D8B\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Olive Green\",\n            \"colourSKU\": \"OLI\",\n            \"colourHex\": \"1F1A09\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Olive Green\",\n            \"colourSKU\": \"OLI\",\n            \"colourHex\": \"1F1A09\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Olive Green\",\n            \"colourSKU\": \"OLI\",\n            \"colourHex\": \"1F1A09\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Olive Green\",\n            \"colourSKU\": \"OLI\",\n            \"colourHex\": \"1F1A09\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Olive Green\",\n            \"colourSKU\": \"OLI\",\n            \"colourHex\": \"1F1A09\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Olive Green\",\n            \"colourSKU\": \"OLI\",\n            \"colourHex\": \"1F1A09\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Olive Green\",\n            \"colourSKU\": \"OLI\",\n            \"colourHex\": \"1F1A09\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Orange Crush\",\n            \"colourSKU\": \"OCR\",\n            \"colourHex\": \"FF7019\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Orange Crush\",\n            \"colourSKU\": \"OCR\",\n            \"colourHex\": \"FF7019\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Orange Crush\",\n            \"colourSKU\": \"OCR\",\n            \"colourHex\": \"FF7019\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Orange Crush\",\n            \"colourSKU\": \"OCR\",\n            \"colourHex\": \"FF7019\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Orange Crush\",\n            \"colourSKU\": \"OCR\",\n            \"colourHex\": \"FF7019\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Orange Crush\",\n            \"colourSKU\": \"OCR\",\n            \"colourHex\": \"FF7019\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Orange Crush\",\n            \"colourSKU\": \"OCR\",\n            \"colourHex\": \"FF7019\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"4XL\",\n            \"sizeSKU\": \"4XL\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"5XL\",\n            \"sizeSKU\": \"5XL\",\n            \"colour\": \"Oxford Navy\",\n            \"colourSKU\": \"OXN\",\n            \"colourHex\": \"041848\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Peppermint\",\n            \"colourSKU\": \"PPM\",\n            \"colourHex\": \"8FFFCC\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Peppermint\",\n            \"colourSKU\": \"PPM\",\n            \"colourHex\": \"8FFFCC\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Peppermint\",\n            \"colourSKU\": \"PPM\",\n            \"colourHex\": \"8FFFCC\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Peppermint\",\n            \"colourSKU\": \"PPM\",\n            \"colourHex\": \"8FFFCC\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Peppermint\",\n            \"colourSKU\": \"PPM\",\n            \"colourHex\": \"8FFFCC\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Peppermint\",\n            \"colourSKU\": \"PPM\",\n            \"colourHex\": \"8FFFCC\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Peppermint\",\n            \"colourSKU\": \"PPM\",\n            \"colourHex\": \"8FFFCC\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Pinky Purple\",\n            \"colourSKU\": \"PKP\",\n            \"colourHex\": \"D62BFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Pinky Purple\",\n            \"colourSKU\": \"PKP\",\n            \"colourHex\": \"D62BFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Pinky Purple\",\n            \"colourSKU\": \"PKP\",\n            \"colourHex\": \"D62BFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Pinky Purple\",\n            \"colourSKU\": \"PKP\",\n            \"colourHex\": \"D62BFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Pinky Purple\",\n            \"colourSKU\": \"PKP\",\n            \"colourHex\": \"D62BFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Pinky Purple\",\n            \"colourSKU\": \"PKP\",\n            \"colourHex\": \"D62BFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Pinky Purple\",\n            \"colourSKU\": \"PKP\",\n            \"colourHex\": \"D62BFF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Plum\",\n            \"colourSKU\": \"PLU\",\n            \"colourHex\": \"34015F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Plum\",\n            \"colourSKU\": \"PLU\",\n            \"colourHex\": \"34015F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Plum\",\n            \"colourSKU\": \"PLU\",\n            \"colourHex\": \"34015F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Plum\",\n            \"colourSKU\": \"PLU\",\n            \"colourHex\": \"34015F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Plum\",\n            \"colourSKU\": \"PLU\",\n            \"colourHex\": \"34015F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Plum\",\n            \"colourSKU\": \"PLU\",\n            \"colourHex\": \"34015F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Plum\",\n            \"colourSKU\": \"PLU\",\n            \"colourHex\": \"34015F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Red Hot Chilli\",\n            \"colourSKU\": \"RHC\",\n            \"colourHex\": \"AE0053\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Red Hot Chilli\",\n            \"colourSKU\": \"RHC\",\n            \"colourHex\": \"AE0053\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Red Hot Chilli\",\n            \"colourSKU\": \"RHC\",\n            \"colourHex\": \"AE0053\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Red Hot Chilli\",\n            \"colourSKU\": \"RHC\",\n            \"colourHex\": \"AE0053\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Red Hot Chilli\",\n            \"colourSKU\": \"RHC\",\n            \"colourHex\": \"AE0053\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Red Hot Chilli\",\n            \"colourSKU\": \"RHC\",\n            \"colourHex\": \"AE0053\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Red Hot Chilli\",\n            \"colourSKU\": \"RHC\",\n            \"colourHex\": \"AE0053\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Sapphire Blue\",\n            \"colourSKU\": \"SAP\",\n            \"colourHex\": \"0380FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Sapphire Blue\",\n            \"colourSKU\": \"SAP\",\n            \"colourHex\": \"0380FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Sapphire Blue\",\n            \"colourSKU\": \"SAP\",\n            \"colourHex\": \"0380FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Sapphire Blue\",\n            \"colourSKU\": \"SAP\",\n            \"colourHex\": \"0380FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Sapphire Blue\",\n            \"colourSKU\": \"SAP\",\n            \"colourHex\": \"0380FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Sapphire Blue\",\n            \"colourSKU\": \"SAP\",\n            \"colourHex\": \"0380FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Sapphire Blue\",\n            \"colourSKU\": \"SAP\",\n            \"colourHex\": \"0380FF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Sherbet Lemon\",\n            \"colourSKU\": \"SHL\",\n            \"colourHex\": \"F0E35E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Sherbet Lemon\",\n            \"colourSKU\": \"SHL\",\n            \"colourHex\": \"F0E35E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Sherbet Lemon\",\n            \"colourSKU\": \"SHL\",\n            \"colourHex\": \"F0E35E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Sherbet Lemon\",\n            \"colourSKU\": \"SHL\",\n            \"colourHex\": \"F0E35E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Sherbet Lemon\",\n            \"colourSKU\": \"SHL\",\n            \"colourHex\": \"F0E35E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Sherbet Lemon\",\n            \"colourSKU\": \"SHL\",\n            \"colourHex\": \"F0E35E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Sherbet Lemon\",\n            \"colourSKU\": \"SHL\",\n            \"colourHex\": \"F0E35E\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Spring Green\",\n            \"colourSKU\": \"SPG\",\n            \"colourHex\": \"29FF69\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Spring Green\",\n            \"colourSKU\": \"SPG\",\n            \"colourHex\": \"29FF69\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Spring Green\",\n            \"colourSKU\": \"SPG\",\n            \"colourHex\": \"29FF69\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Spring Green\",\n            \"colourSKU\": \"SPG\",\n            \"colourHex\": \"29FF69\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Spring Green\",\n            \"colourSKU\": \"SPG\",\n            \"colourHex\": \"29FF69\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Spring Green\",\n            \"colourSKU\": \"SPG\",\n            \"colourHex\": \"29FF69\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Spring Green\",\n            \"colourSKU\": \"SPG\",\n            \"colourHex\": \"29FF69\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Steel Grey\",\n            \"colourSKU\": \"STE\",\n            \"colourHex\": \"202B2D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Steel Grey\",\n            \"colourSKU\": \"STE\",\n            \"colourHex\": \"202B2D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Steel Grey\",\n            \"colourSKU\": \"STE\",\n            \"colourHex\": \"202B2D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Steel Grey\",\n            \"colourSKU\": \"STE\",\n            \"colourHex\": \"202B2D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Steel Grey\",\n            \"colourSKU\": \"STE\",\n            \"colourHex\": \"202B2D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Steel Grey\",\n            \"colourSKU\": \"STE\",\n            \"colourHex\": \"202B2D\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Steel Grey\",\n            \"colourSKU\": \"STE\",\n            \"colourHex\": \"202B2D\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Storm Grey\",\n            \"colourSKU\": \"SRM\",\n            \"colourHex\": \"0D0D0E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Storm Grey\",\n            \"colourSKU\": \"SRM\",\n            \"colourHex\": \"0D0D0E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Storm Grey\",\n            \"colourSKU\": \"SRM\",\n            \"colourHex\": \"0D0D0E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Storm Grey\",\n            \"colourSKU\": \"SRM\",\n            \"colourHex\": \"0D0D0E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Storm Grey\",\n            \"colourSKU\": \"SRM\",\n            \"colourHex\": \"0D0D0E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Storm Grey\",\n            \"colourSKU\": \"SRM\",\n            \"colourHex\": \"0D0D0E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Storm Grey\",\n            \"colourSKU\": \"SRM\",\n            \"colourHex\": \"0D0D0E\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Sun Yellow\",\n            \"colourSKU\": \"SNY\",\n            \"colourHex\": \"FFE800\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Sun Yellow\",\n            \"colourSKU\": \"SNY\",\n            \"colourHex\": \"FFE800\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Sun Yellow\",\n            \"colourSKU\": \"SNY\",\n            \"colourHex\": \"FFE800\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Sun Yellow\",\n            \"colourSKU\": \"SNY\",\n            \"colourHex\": \"FFE800\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Sun Yellow\",\n            \"colourSKU\": \"SNY\",\n            \"colourHex\": \"FFE800\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Sun Yellow\",\n            \"colourSKU\": \"SNY\",\n            \"colourHex\": \"FFE800\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Sun Yellow\",\n            \"colourSKU\": \"SNY\",\n            \"colourHex\": \"FFE800\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Sunset Orange\",\n            \"colourSKU\": \"SUO\",\n            \"colourHex\": \"FF2126\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Sunset Orange\",\n            \"colourSKU\": \"SUO\",\n            \"colourHex\": \"FF2126\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Sunset Orange\",\n            \"colourSKU\": \"SUO\",\n            \"colourHex\": \"FF2126\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Sunset Orange\",\n            \"colourSKU\": \"SUO\",\n            \"colourHex\": \"FF2126\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Sunset Orange\",\n            \"colourSKU\": \"SUO\",\n            \"colourHex\": \"FF2126\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Sunset Orange\",\n            \"colourSKU\": \"SUO\",\n            \"colourHex\": \"FF2126\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Sunset Orange\",\n            \"colourSKU\": \"SUO\",\n            \"colourHex\": \"FF2126\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Tropical Blue\",\n            \"colourSKU\": \"TBL\",\n            \"colourHex\": \"1985FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Tropical Blue\",\n            \"colourSKU\": \"TBL\",\n            \"colourHex\": \"1985FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Tropical Blue\",\n            \"colourSKU\": \"TBL\",\n            \"colourHex\": \"1985FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Tropical Blue\",\n            \"colourSKU\": \"TBL\",\n            \"colourHex\": \"1985FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Tropical Blue\",\n            \"colourSKU\": \"TBL\",\n            \"colourHex\": \"1985FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Tropical Blue\",\n            \"colourSKU\": \"TBL\",\n            \"colourHex\": \"1985FF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Tropical Blue\",\n            \"colourSKU\": \"TBL\",\n            \"colourHex\": \"1985FF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"True Violet\",\n            \"colourSKU\": \"TVI\",\n            \"colourHex\": \"828FFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"True Violet\",\n            \"colourSKU\": \"TVI\",\n            \"colourHex\": \"828FFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"True Violet\",\n            \"colourSKU\": \"TVI\",\n            \"colourHex\": \"828FFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"True Violet\",\n            \"colourSKU\": \"TVI\",\n            \"colourHex\": \"828FFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"True Violet\",\n            \"colourSKU\": \"TVI\",\n            \"colourHex\": \"828FFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"True Violet\",\n            \"colourSKU\": \"TVI\",\n            \"colourHex\": \"828FFF\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"True Violet\",\n            \"colourSKU\": \"TVI\",\n            \"colourHex\": \"828FFF\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Turquoise Surf\",\n            \"colourSKU\": \"TQS\",\n            \"colourHex\": \"52FFDE\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Turquoise Surf\",\n            \"colourSKU\": \"TQS\",\n            \"colourHex\": \"52FFDE\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Turquoise Surf\",\n            \"colourSKU\": \"TQS\",\n            \"colourHex\": \"52FFDE\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Turquoise Surf\",\n            \"colourSKU\": \"TQS\",\n            \"colourHex\": \"52FFDE\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Turquoise Surf\",\n            \"colourSKU\": \"TQS\",\n            \"colourHex\": \"52FFDE\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Turquoise Surf\",\n            \"colourSKU\": \"TQS\",\n            \"colourHex\": \"52FFDE\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Turquoise Surf\",\n            \"colourSKU\": \"TQS\",\n            \"colourHex\": \"52FFDE\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Ultra Violet\",\n            \"colourSKU\": \"UVT\",\n            \"colourHex\": \"1702EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Ultra Violet\",\n            \"colourSKU\": \"UVT\",\n            \"colourHex\": \"1702EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Ultra Violet\",\n            \"colourSKU\": \"UVT\",\n            \"colourHex\": \"1702EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Ultra Violet\",\n            \"colourSKU\": \"UVT\",\n            \"colourHex\": \"1702EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Ultra Violet\",\n            \"colourSKU\": \"UVT\",\n            \"colourHex\": \"1702EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Ultra Violet\",\n            \"colourSKU\": \"UVT\",\n            \"colourHex\": \"1702EB\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Ultra Violet\",\n            \"colourSKU\": \"UVT\",\n            \"colourHex\": \"1702EB\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Vanilla Milkshake\",\n            \"colourSKU\": \"VMK\",\n            \"colourHex\": \"FCFAC2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Vanilla Milkshake\",\n            \"colourSKU\": \"VMK\",\n            \"colourHex\": \"FCFAC2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Vanilla Milkshake\",\n            \"colourSKU\": \"VMK\",\n            \"colourHex\": \"FCFAC2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Vanilla Milkshake\",\n            \"colourSKU\": \"VMK\",\n            \"colourHex\": \"FCFAC2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Vanilla Milkshake\",\n            \"colourSKU\": \"VMK\",\n            \"colourHex\": \"FCFAC2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Vanilla Milkshake\",\n            \"colourSKU\": \"VMK\",\n            \"colourHex\": \"FCFAC2\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Vanilla Milkshake\",\n            \"colourSKU\": \"VMK\",\n            \"colourHex\": \"FCFAC2\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Ink Blue\",\n            \"colourSKU\": \"IKB\",\n            \"colourHex\": \"032D5F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Ink Blue\",\n            \"colourSKU\": \"IKB\",\n            \"colourHex\": \"032D5F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Ink Blue\",\n            \"colourSKU\": \"IKB\",\n            \"colourHex\": \"032D5F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Ink Blue\",\n            \"colourSKU\": \"IKB\",\n            \"colourHex\": \"032D5F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Ink Blue\",\n            \"colourSKU\": \"IKB\",\n            \"colourHex\": \"032D5F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Ink Blue\",\n            \"colourSKU\": \"IKB\",\n            \"colourHex\": \"032D5F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Ink Blue\",\n            \"colourSKU\": \"IKB\",\n            \"colourHex\": \"032D5F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Mocha\",\n            \"colourSKU\": \"MOC\",\n            \"colourHex\": \"65554A\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Mocha\",\n            \"colourSKU\": \"MOC\",\n            \"colourHex\": \"65554A\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Mocha\",\n            \"colourSKU\": \"MOC\",\n            \"colourHex\": \"65554A\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Mocha\",\n            \"colourSKU\": \"MOC\",\n            \"colourHex\": \"65554A\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Mocha\",\n            \"colourSKU\": \"MOC\",\n            \"colourHex\": \"65554A\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Mocha\",\n            \"colourSKU\": \"MOC\",\n            \"colourHex\": \"65554A\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Mocha\",\n            \"colourSKU\": \"MOC\",\n            \"colourHex\": \"65554A\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Black Smoke\",\n            \"colourSKU\": \"BSMO\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Black Smoke\",\n            \"colourSKU\": \"BSMO\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Black Smoke\",\n            \"colourSKU\": \"BSMO\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Black Smoke\",\n            \"colourSKU\": \"BSMO\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Black Smoke\",\n            \"colourSKU\": \"BSMO\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Black Smoke\",\n            \"colourSKU\": \"BSMO\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Black Smoke\",\n            \"colourSKU\": \"BSMO\",\n            \"colourHex\": \"0D120F\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Burgundy Smoke\",\n            \"colourSKU\": \"BGS\",\n            \"colourHex\": \"4E043E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Burgundy Smoke\",\n            \"colourSKU\": \"BGS\",\n            \"colourHex\": \"4E043E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Burgundy Smoke\",\n            \"colourSKU\": \"BGS\",\n            \"colourHex\": \"4E043E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Burgundy Smoke\",\n            \"colourSKU\": \"BGS\",\n            \"colourHex\": \"4E043E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Burgundy Smoke\",\n            \"colourSKU\": \"BGS\",\n            \"colourHex\": \"4E043E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Burgundy Smoke\",\n            \"colourSKU\": \"BGS\",\n            \"colourHex\": \"4E043E\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Burgundy Smoke\",\n            \"colourSKU\": \"BGS\",\n            \"colourHex\": \"4E043E\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Combat Green\",\n            \"colourSKU\": \"CBG\",\n            \"colourHex\": \"263130\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Combat Green\",\n            \"colourSKU\": \"CBG\",\n            \"colourHex\": \"263130\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Combat Green\",\n            \"colourSKU\": \"CBG\",\n            \"colourHex\": \"263130\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Combat Green\",\n            \"colourSKU\": \"CBG\",\n            \"colourHex\": \"263130\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Combat Green\",\n            \"colourSKU\": \"CBG\",\n            \"colourHex\": \"263130\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Combat Green\",\n            \"colourSKU\": \"CBG\",\n            \"colourHex\": \"263130\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Combat Green\",\n            \"colourSKU\": \"CBG\",\n            \"colourHex\": \"263130\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Caramel Toffee\",\n            \"colourSKU\": \"CRT\",\n            \"colourHex\": \"583C2B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Caramel Toffee\",\n            \"colourSKU\": \"CRT\",\n            \"colourHex\": \"583C2B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Caramel Toffee\",\n            \"colourSKU\": \"CRT\",\n            \"colourHex\": \"583C2B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Caramel Toffee\",\n            \"colourSKU\": \"CRT\",\n            \"colourHex\": \"583C2B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Caramel Toffee\",\n            \"colourSKU\": \"CRT\",\n            \"colourHex\": \"583C2B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Caramel Toffee\",\n            \"colourSKU\": \"CRT\",\n            \"colourHex\": \"583C2B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Caramel Toffee\",\n            \"colourSKU\": \"CRT\",\n            \"colourHex\": \"583C2B\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Dusty Purple\",\n            \"colourSKU\": \"DTP\",\n            \"colourHex\": \"865E97\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Dusty Purple\",\n            \"colourSKU\": \"DTP\",\n            \"colourHex\": \"865E97\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Dusty Purple\",\n            \"colourSKU\": \"DTP\",\n            \"colourHex\": \"865E97\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Dusty Purple\",\n            \"colourSKU\": \"DTP\",\n            \"colourHex\": \"865E97\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Dusty Purple\",\n            \"colourSKU\": \"DTP\",\n            \"colourHex\": \"865E97\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Dusty Purple\",\n            \"colourSKU\": \"DTP\",\n            \"colourHex\": \"865E97\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Dusty Purple\",\n            \"colourSKU\": \"DTP\",\n            \"colourHex\": \"865E97\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Dusty Pink\",\n            \"colourSKU\": \"DYP\",\n            \"colourHex\": \"CE6EAD\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Dusty Pink\",\n            \"colourSKU\": \"DYP\",\n            \"colourHex\": \"CE6EAD\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Dusty Pink\",\n            \"colourSKU\": \"DYP\",\n            \"colourHex\": \"CE6EAD\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Dusty Pink\",\n            \"colourSKU\": \"DYP\",\n            \"colourHex\": \"CE6EAD\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Dusty Pink\",\n            \"colourSKU\": \"DYP\",\n            \"colourHex\": \"CE6EAD\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Dusty Pink\",\n            \"colourSKU\": \"DYP\",\n            \"colourHex\": \"CE6EAD\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Dusty Pink\",\n            \"colourSKU\": \"DYP\",\n            \"colourHex\": \"CE6EAD\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Mustard\",\n            \"colourSKU\": \"MUS\",\n            \"colourHex\": \"C58802\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Mustard\",\n            \"colourSKU\": \"MUS\",\n            \"colourHex\": \"C58802\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Mustard\",\n            \"colourSKU\": \"MUS\",\n            \"colourHex\": \"C58802\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Mustard\",\n            \"colourSKU\": \"MUS\",\n            \"colourHex\": \"C58802\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Mustard\",\n            \"colourSKU\": \"MUS\",\n            \"colourHex\": \"C58802\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Mustard\",\n            \"colourSKU\": \"MUS\",\n            \"colourHex\": \"C58802\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Mustard\",\n            \"colourSKU\": \"MUS\",\n            \"colourHex\": \"C58802\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Navy Smoke\",\n            \"colourSKU\": \"NYS\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Navy Smoke\",\n            \"colourSKU\": \"NYS\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Navy Smoke\",\n            \"colourSKU\": \"NYS\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Navy Smoke\",\n            \"colourSKU\": \"NYS\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Navy Smoke\",\n            \"colourSKU\": \"NYS\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Navy Smoke\",\n            \"colourSKU\": \"NYS\",\n            \"colourHex\": \"041848\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Navy Smoke\",\n            \"colourSKU\": \"NYS\",\n            \"colourHex\": \"041848\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Peach Perfect\",\n            \"colourSKU\": \"PPT\",\n            \"colourHex\": \"FFCCC9\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Peach Perfect\",\n            \"colourSKU\": \"PPT\",\n            \"colourHex\": \"FFCCC9\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Peach Perfect\",\n            \"colourSKU\": \"PPT\",\n            \"colourHex\": \"FFCCC9\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Peach Perfect\",\n            \"colourSKU\": \"PPT\",\n            \"colourHex\": \"FFCCC9\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Peach Perfect\",\n            \"colourSKU\": \"PPT\",\n            \"colourHex\": \"FFCCC9\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Peach Perfect\",\n            \"colourSKU\": \"PPT\",\n            \"colourHex\": \"FFCCC9\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Peach Perfect\",\n            \"colourSKU\": \"PPT\",\n            \"colourHex\": \"FFCCC9\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Wild Mulberry\",\n            \"colourSKU\": \"WMY\",\n            \"colourHex\": \"403380\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Wild Mulberry\",\n            \"colourSKU\": \"WMY\",\n            \"colourHex\": \"403380\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Wild Mulberry\",\n            \"colourSKU\": \"WMY\",\n            \"colourHex\": \"403380\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Wild Mulberry\",\n            \"colourSKU\": \"WMY\",\n            \"colourHex\": \"403380\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Wild Mulberry\",\n            \"colourSKU\": \"WMY\",\n            \"colourHex\": \"403380\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Wild Mulberry\",\n            \"colourSKU\": \"WMY\",\n            \"colourHex\": \"403380\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Wild Mulberry\",\n            \"colourSKU\": \"WMY\",\n            \"colourHex\": \"403380\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Dusty Green\",\n            \"colourSKU\": \"DUG\",\n            \"colourHex\": \"759D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Dusty Green\",\n            \"colourSKU\": \"DUG\",\n            \"colourHex\": \"759D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Dusty Green\",\n            \"colourSKU\": \"DUG\",\n            \"colourHex\": \"759D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Dusty Green\",\n            \"colourSKU\": \"DUG\",\n            \"colourHex\": \"759D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Dusty Green\",\n            \"colourSKU\": \"DUG\",\n            \"colourHex\": \"759D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Dusty Green\",\n            \"colourSKU\": \"DUG\",\n            \"colourHex\": \"759D8B\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Dusty Green\",\n            \"colourSKU\": \"DUG\",\n            \"colourHex\": \"759D8B\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Red Rust\",\n            \"colourSKU\": \"RRS\",\n            \"colourHex\": \"622938\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Red Rust\",\n            \"colourSKU\": \"RRS\",\n            \"colourHex\": \"622938\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Red Rust\",\n            \"colourSKU\": \"RRS\",\n            \"colourHex\": \"622938\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Red Rust\",\n            \"colourSKU\": \"RRS\",\n            \"colourHex\": \"622938\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Red Rust\",\n            \"colourSKU\": \"RRS\",\n            \"colourHex\": \"622938\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Red Rust\",\n            \"colourSKU\": \"RRS\",\n            \"colourHex\": \"622938\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Red Rust\",\n            \"colourSKU\": \"RRS\",\n            \"colourHex\": \"622938\",\n            \"price\": 7.14\n        },\n        {\n            \"size\": \"XS\",\n            \"sizeSKU\": \"XS\",\n            \"colour\": \"Shark Grey\",\n            \"colourSKU\": \"SHK\",\n            \"colourHex\": \"2A353C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Small\",\n            \"sizeSKU\": \"S\",\n            \"colour\": \"Shark Grey\",\n            \"colourSKU\": \"SHK\",\n            \"colourHex\": \"2A353C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Medium\",\n            \"sizeSKU\": \"M\",\n            \"colour\": \"Shark Grey\",\n            \"colourSKU\": \"SHK\",\n            \"colourHex\": \"2A353C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"Large\",\n            \"sizeSKU\": \"L\",\n            \"colour\": \"Shark Grey\",\n            \"colourSKU\": \"SHK\",\n            \"colourHex\": \"2A353C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XL\",\n            \"sizeSKU\": \"XL\",\n            \"colour\": \"Shark Grey\",\n            \"colourSKU\": \"SHK\",\n            \"colourHex\": \"2A353C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"XXL\",\n            \"sizeSKU\": \"XXL\",\n            \"colour\": \"Shark Grey\",\n            \"colourSKU\": \"SHK\",\n            \"colourHex\": \"2A353C\",\n            \"price\": 6.31\n        },\n        {\n            \"size\": \"3XL\",\n            \"sizeSKU\": \"3XL\",\n            \"colour\": \"Shark Grey\",\n            \"colourSKU\": \"SHK\",\n            \"colourHex\": \"2A353C\",\n            \"price\": 7.14\n        }\n    ]\n}"}],"_postman_id":"f998fc3f-a36d-463f-ba91-57fe801b3f7f"},{"name":"List All mappedShippingMethod","id":"43cf9a96-3e76-4492-9cac-28aac222e757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://print.dtguk.com/api/shipping","description":"<p>List all available shipping types that you can use when you add a new order</p>\n","urlObject":{"protocol":"https","path":["api","shipping"],"host":["print","dtguk","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"43cf9a96-3e76-4492-9cac-28aac222e757"},{"name":"List All Countries","id":"2eae10eb-a0a9-43a2-8159-41a5c633c04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://print.dtguk.com/api/country","description":"<p>List all available countries for shipping</p>\n","urlObject":{"protocol":"https","path":["api","country"],"host":["print","dtguk","com"],"query":[],"variable":[]}},"response":[{"id":"9da7239a-cd84-40eb-bcf2-3bd7237801dd","name":"List All Countries","originalRequest":{"method":"GET","header":[],"url":"https://print.dtguk.com/api/country"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private, max-age=0"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 20 Dec 2022 16:00:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Afghanistan\",\n        \"isO2\": \"AF\",\n        \"isO3\": \"AFG\",\n        \"isO3166\": \"Afghanistan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Aland Islands\",\n        \"isO2\": \"AX\",\n        \"isO3\": \"ALA\",\n        \"isO3166\": \"Åland Islands\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Albania\",\n        \"isO2\": \"AL\",\n        \"isO3\": \"ALB\",\n        \"isO3166\": \"Albania\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Algeria\",\n        \"isO2\": \"DZ\",\n        \"isO3\": \"DZA\",\n        \"isO3166\": \"Algeria\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"American Samoa\",\n        \"isO2\": \"AS\",\n        \"isO3\": \"ASM\",\n        \"isO3166\": \"American Samoa\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Andorra\",\n        \"isO2\": \"AD\",\n        \"isO3\": \"AND\",\n        \"isO3166\": \"Andorra\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Angola\",\n        \"isO2\": \"AO\",\n        \"isO3\": \"AGO\",\n        \"isO3166\": \"Angola\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Anguilla\",\n        \"isO2\": \"AI\",\n        \"isO3\": \"AIA\",\n        \"isO3166\": \"Anguilla\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Antarctica\",\n        \"isO2\": \"AQ\",\n        \"isO3\": \"ATA\",\n        \"isO3166\": \"Antarctica\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Antigua and Barbuda\",\n        \"isO2\": \"AG\",\n        \"isO3\": \"ATG\",\n        \"isO3166\": \"Antigua and Barbuda\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Argentina\",\n        \"isO2\": \"AR\",\n        \"isO3\": \"ARG\",\n        \"isO3166\": \"Argentina\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Armenia\",\n        \"isO2\": \"AM\",\n        \"isO3\": \"ARM\",\n        \"isO3166\": \"Armenia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Aruba\",\n        \"isO2\": \"AW\",\n        \"isO3\": \"ABW\",\n        \"isO3166\": \"Aruba\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Australia\",\n        \"isO2\": \"AU\",\n        \"isO3\": \"AUS\",\n        \"isO3166\": \"Australia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Austria\",\n        \"isO2\": \"AT\",\n        \"isO3\": \"AUT\",\n        \"isO3166\": \"Austria\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Azerbaijan\",\n        \"isO2\": \"AZ\",\n        \"isO3\": \"AZE\",\n        \"isO3166\": \"Azerbaijan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bahamas\",\n        \"isO2\": \"BS\",\n        \"isO3\": \"BHS\",\n        \"isO3166\": \"Bahamas\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bahrain\",\n        \"isO2\": \"BH\",\n        \"isO3\": \"BHR\",\n        \"isO3166\": \"Bahrain\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bangladesh\",\n        \"isO2\": \"BD\",\n        \"isO3\": \"BGD\",\n        \"isO3166\": \"Bangladesh\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Barbados\",\n        \"isO2\": \"BB\",\n        \"isO3\": \"BRB\",\n        \"isO3166\": \"Barbados\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Belarus\",\n        \"isO2\": \"BY\",\n        \"isO3\": \"BLR\",\n        \"isO3166\": \"Belarus\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Belgium\",\n        \"isO2\": \"BE\",\n        \"isO3\": \"BEL\",\n        \"isO3166\": \"Belgium\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Belize\",\n        \"isO2\": \"BZ\",\n        \"isO3\": \"BLZ\",\n        \"isO3166\": \"Belize\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Benin\",\n        \"isO2\": \"BJ\",\n        \"isO3\": \"BEN\",\n        \"isO3166\": \"Benin\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bermuda\",\n        \"isO2\": \"BM\",\n        \"isO3\": \"BMU\",\n        \"isO3166\": \"Bermuda\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bhutan\",\n        \"isO2\": \"BT\",\n        \"isO3\": \"BTN\",\n        \"isO3166\": \"Bhutan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bolivia\",\n        \"isO2\": \"BO\",\n        \"isO3\": \"BOL\",\n        \"isO3166\": \"Bolivia (Plurinational State of)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bonaire, Sint Eustatius and Saba\",\n        \"isO2\": \"BQ\",\n        \"isO3\": \"VES\",\n        \"isO3166\": \"Bonaire, Sint Eustatius and Saba\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bosnia and Herzegovina\",\n        \"isO2\": \"BA\",\n        \"isO3\": \"BIH\",\n        \"isO3166\": \"Bosnia and Herzegovina\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Botswana\",\n        \"isO2\": \"BW\",\n        \"isO3\": \"BWA\",\n        \"isO3166\": \"Botswana\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bouvet Island\",\n        \"isO2\": \"BV\",\n        \"isO3\": \"BVT\",\n        \"isO3166\": \"Bouvet Island\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Brazil\",\n        \"isO2\": \"BR\",\n        \"isO3\": \"BRA\",\n        \"isO3166\": \"Brazil\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"British Indian Ocean Territory\",\n        \"isO2\": \"IO\",\n        \"isO3\": \"IOT\",\n        \"isO3166\": \"British Indian Ocean Territory\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"British Virgin Islands\",\n        \"isO2\": \"VG\",\n        \"isO3\": \"VGB\",\n        \"isO3166\": \"Virgin Islands (British)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Brunei Darussalam\",\n        \"isO2\": \"BN\",\n        \"isO3\": \"BRN\",\n        \"isO3166\": \"Brunei Darussalam\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Bulgaria\",\n        \"isO2\": \"BG\",\n        \"isO3\": \"BGR\",\n        \"isO3166\": \"Bulgaria\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Burkina Faso\",\n        \"isO2\": \"BF\",\n        \"isO3\": \"BFA\",\n        \"isO3166\": \"Burkina Faso\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Burundi\",\n        \"isO2\": \"BI\",\n        \"isO3\": \"BDI\",\n        \"isO3166\": \"Burundi\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cambodia\",\n        \"isO2\": \"KH\",\n        \"isO3\": \"KHM\",\n        \"isO3166\": \"Cambodia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cameroon\",\n        \"isO2\": \"CM\",\n        \"isO3\": \"CMR\",\n        \"isO3166\": \"Cameroon\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Canada\",\n        \"isO2\": \"CA\",\n        \"isO3\": \"CAN\",\n        \"isO3166\": \"Canada\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cape Verde\",\n        \"isO2\": \"CV\",\n        \"isO3\": \"CPV\",\n        \"isO3166\": \"Cabo Verde\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cayman Islands\",\n        \"isO2\": \"KY\",\n        \"isO3\": \"CYM\",\n        \"isO3166\": \"Cayman Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Central African Republic\",\n        \"isO2\": \"CF\",\n        \"isO3\": \"CAF\",\n        \"isO3166\": \"Central African Republic\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Chad\",\n        \"isO2\": \"TD\",\n        \"isO3\": \"TCD\",\n        \"isO3166\": \"Chad\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Chile\",\n        \"isO2\": \"CL\",\n        \"isO3\": \"CHL\",\n        \"isO3166\": \"Chile\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"China\",\n        \"isO2\": \"CN\",\n        \"isO3\": \"CHN\",\n        \"isO3166\": \"China\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Christmas Island\",\n        \"isO2\": \"CX\",\n        \"isO3\": \"CXR\",\n        \"isO3166\": \"Christmas Island\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cocos (Keeling) Islands\",\n        \"isO2\": \"CC\",\n        \"isO3\": \"CCK\",\n        \"isO3166\": \"Cocos (Keeling) Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Colombia\",\n        \"isO2\": \"CO\",\n        \"isO3\": \"COL\",\n        \"isO3166\": \"Colombia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Comoros\",\n        \"isO2\": \"KM\",\n        \"isO3\": \"COM\",\n        \"isO3166\": \"Comoros\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Congo (Brazzaville)\",\n        \"isO2\": \"CG\",\n        \"isO3\": \"COG\",\n        \"isO3166\": \"Congo\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Congo, (Kinshasa)\",\n        \"isO2\": \"CD\",\n        \"isO3\": \"COD\",\n        \"isO3166\": \"Congo, Democratic Republic of the\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cook Islands\",\n        \"isO2\": \"CK\",\n        \"isO3\": \"COK\",\n        \"isO3166\": \"Cook Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Costa Rica\",\n        \"isO2\": \"CR\",\n        \"isO3\": \"CRI\",\n        \"isO3166\": \"Costa Rica\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Côte d'Ivoire\",\n        \"isO2\": \"CI\",\n        \"isO3\": \"CIV\",\n        \"isO3166\": \"Côte d'Ivoire\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Croatia\",\n        \"isO2\": \"HR\",\n        \"isO3\": \"HRV\",\n        \"isO3166\": \"Croatia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cuba\",\n        \"isO2\": \"CU\",\n        \"isO3\": \"CUB\",\n        \"isO3166\": \"Cuba\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Curaçao\",\n        \"isO2\": \"CW\",\n        \"isO3\": \"CUW\",\n        \"isO3166\": \"Curaçao\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Cyprus\",\n        \"isO2\": \"CY\",\n        \"isO3\": \"CYP\",\n        \"isO3166\": \"Cyprus\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Czech Republic\",\n        \"isO2\": \"CZ\",\n        \"isO3\": \"CZE\",\n        \"isO3166\": \"Czechia\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Denmark\",\n        \"isO2\": \"DK\",\n        \"isO3\": \"DNK\",\n        \"isO3166\": \"Denmark\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Djibouti\",\n        \"isO2\": \"DJ\",\n        \"isO3\": \"DJI\",\n        \"isO3166\": \"Djibouti\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Dominica\",\n        \"isO2\": \"DM\",\n        \"isO3\": \"DMA\",\n        \"isO3166\": \"Dominica\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Dominican Republic\",\n        \"isO2\": \"DO\",\n        \"isO3\": \"DOM\",\n        \"isO3166\": \"Dominican Republic\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Ecuador\",\n        \"isO2\": \"EC\",\n        \"isO3\": \"ECU\",\n        \"isO3166\": \"Ecuador\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Egypt\",\n        \"isO2\": \"EG\",\n        \"isO3\": \"EGY\",\n        \"isO3166\": \"Egypt\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"El Salvador\",\n        \"isO2\": \"SV\",\n        \"isO3\": \"SLV\",\n        \"isO3166\": \"El Salvador\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Equatorial Guinea\",\n        \"isO2\": \"GQ\",\n        \"isO3\": \"GNQ\",\n        \"isO3166\": \"Equatorial Guinea\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Eritrea\",\n        \"isO2\": \"ER\",\n        \"isO3\": \"ERI\",\n        \"isO3166\": \"Eritrea\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Estonia\",\n        \"isO2\": \"EE\",\n        \"isO3\": \"EST\",\n        \"isO3166\": \"Estonia\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Ethiopia\",\n        \"isO2\": \"ET\",\n        \"isO3\": \"ETH\",\n        \"isO3166\": \"Ethiopia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Falkland Islands (Malvinas)\",\n        \"isO2\": \"FK\",\n        \"isO3\": \"FLK\",\n        \"isO3166\": \"Falkland Islands (Malvinas)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Faroe Islands\",\n        \"isO2\": \"FO\",\n        \"isO3\": \"FRO\",\n        \"isO3166\": \"Faroe Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Fiji\",\n        \"isO2\": \"FJ\",\n        \"isO3\": \"FJI\",\n        \"isO3166\": \"Fiji\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Finland\",\n        \"isO2\": \"FI\",\n        \"isO3\": \"FIN\",\n        \"isO3166\": \"Finland\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"France\",\n        \"isO2\": \"FR\",\n        \"isO3\": \"FRA\",\n        \"isO3166\": \"France\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"French Guiana\",\n        \"isO2\": \"GF\",\n        \"isO3\": \"GUF\",\n        \"isO3166\": \"French Guiana\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"French Polynesia\",\n        \"isO2\": \"PF\",\n        \"isO3\": \"PYF\",\n        \"isO3166\": \"French Polynesia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"French Southern Territories\",\n        \"isO2\": \"TF\",\n        \"isO3\": \"ATF\",\n        \"isO3166\": \"French Southern Territories\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Gabon\",\n        \"isO2\": \"GA\",\n        \"isO3\": \"GAB\",\n        \"isO3166\": \"Gabon\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Gambia\",\n        \"isO2\": \"GM\",\n        \"isO3\": \"GMB\",\n        \"isO3166\": \"Gambia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Georgia\",\n        \"isO2\": \"GE\",\n        \"isO3\": \"GEO\",\n        \"isO3166\": \"Georgia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Germany\",\n        \"isO2\": \"DE\",\n        \"isO3\": \"DEU\",\n        \"isO3166\": \"Germany\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Ghana\",\n        \"isO2\": \"GH\",\n        \"isO3\": \"GHA\",\n        \"isO3166\": \"Ghana\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Gibraltar\",\n        \"isO2\": \"GI\",\n        \"isO3\": \"GIB\",\n        \"isO3166\": \"Gibraltar\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Greece\",\n        \"isO2\": \"GR\",\n        \"isO3\": \"GRC\",\n        \"isO3166\": \"Greece\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Greenland\",\n        \"isO2\": \"GL\",\n        \"isO3\": \"GRL\",\n        \"isO3166\": \"Greenland\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Grenada\",\n        \"isO2\": \"GD\",\n        \"isO3\": \"GRD\",\n        \"isO3166\": \"Grenada\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Guadeloupe\",\n        \"isO2\": \"GP\",\n        \"isO3\": \"GLP\",\n        \"isO3166\": \"Guadeloupe\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Guam\",\n        \"isO2\": \"GU\",\n        \"isO3\": \"GUM\",\n        \"isO3166\": \"Guam\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Guatemala\",\n        \"isO2\": \"GT\",\n        \"isO3\": \"GTM\",\n        \"isO3166\": \"Guatemala\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Guernsey\",\n        \"isO2\": \"GG\",\n        \"isO3\": \"GGY\",\n        \"isO3166\": \"Guernsey\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Guinea\",\n        \"isO2\": \"GN\",\n        \"isO3\": \"GIN\",\n        \"isO3166\": \"Guinea\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Guinea-Bissau\",\n        \"isO2\": \"GW\",\n        \"isO3\": \"GNB\",\n        \"isO3166\": \"Guinea-Bissau\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Guyana\",\n        \"isO2\": \"GY\",\n        \"isO3\": \"GUY\",\n        \"isO3166\": \"Guyana\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Haiti\",\n        \"isO2\": \"HT\",\n        \"isO3\": \"HTI\",\n        \"isO3166\": \"Haiti\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Heard and Mcdonald Islands\",\n        \"isO2\": \"HM\",\n        \"isO3\": \"HMD\",\n        \"isO3166\": \"Heard Island and McDonald Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Holy See (Vatican City State)\",\n        \"isO2\": \"VA\",\n        \"isO3\": \"VAT\",\n        \"isO3166\": \"Holy See\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Honduras\",\n        \"isO2\": \"HN\",\n        \"isO3\": \"HND\",\n        \"isO3166\": \"Honduras\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Hong Kong, SAR China\",\n        \"isO2\": \"HK\",\n        \"isO3\": \"HKG\",\n        \"isO3166\": \"Hong Kong\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Hungary\",\n        \"isO2\": \"HU\",\n        \"isO3\": \"HUN\",\n        \"isO3166\": \"Hungary\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Iceland\",\n        \"isO2\": \"IS\",\n        \"isO3\": \"ISL\",\n        \"isO3166\": \"Iceland\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"India\",\n        \"isO2\": \"IN\",\n        \"isO3\": \"IND\",\n        \"isO3166\": \"India\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Indonesia\",\n        \"isO2\": \"ID\",\n        \"isO3\": \"IDN\",\n        \"isO3166\": \"Indonesia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Iran, Islamic Republic of\",\n        \"isO2\": \"IR\",\n        \"isO3\": \"IRN\",\n        \"isO3166\": \"Iran (Islamic Republic of)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Iraq\",\n        \"isO2\": \"IQ\",\n        \"isO3\": \"IRQ\",\n        \"isO3166\": \"Iraq\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Ireland\",\n        \"isO2\": \"IE\",\n        \"isO3\": \"IRL\",\n        \"isO3166\": \"Ireland\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Isle of Man\",\n        \"isO2\": \"IM\",\n        \"isO3\": \"IMN\",\n        \"isO3166\": \"Isle of Man\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Israel\",\n        \"isO2\": \"IL\",\n        \"isO3\": \"ISR\",\n        \"isO3166\": \"Israel\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Italy\",\n        \"isO2\": \"IT\",\n        \"isO3\": \"ITA\",\n        \"isO3166\": \"Italy\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Jamaica\",\n        \"isO2\": \"JM\",\n        \"isO3\": \"JAM\",\n        \"isO3166\": \"Jamaica\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Japan\",\n        \"isO2\": \"JP\",\n        \"isO3\": \"JPN\",\n        \"isO3166\": \"Japan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Jersey\",\n        \"isO2\": \"JE\",\n        \"isO3\": \"JEY\",\n        \"isO3166\": \"Jersey\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Jordan\",\n        \"isO2\": \"JO\",\n        \"isO3\": \"JOR\",\n        \"isO3166\": \"Jordan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Kazakhstan\",\n        \"isO2\": \"KZ\",\n        \"isO3\": \"KAZ\",\n        \"isO3166\": \"Kazakhstan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Kenya\",\n        \"isO2\": \"KE\",\n        \"isO3\": \"KEN\",\n        \"isO3166\": \"Kenya\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Kiribati\",\n        \"isO2\": \"KI\",\n        \"isO3\": \"KIR\",\n        \"isO3166\": \"Kiribati\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Korea (North)\",\n        \"isO2\": \"KP\",\n        \"isO3\": \"PRK\",\n        \"isO3166\": \"Korea (Democratic People's Republic of)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Korea (South)\",\n        \"isO2\": \"KR\",\n        \"isO3\": \"KOR\",\n        \"isO3166\": \"Korea, Republic of\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Kosovo\",\n        \"isO2\": \"XK\",\n        \"isO3\": \"RKS\",\n        \"isO3166\": \"\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Kuwait\",\n        \"isO2\": \"KW\",\n        \"isO3\": \"KWT\",\n        \"isO3166\": \"Kuwait\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Kyrgyzstan\",\n        \"isO2\": \"KG\",\n        \"isO3\": \"KGZ\",\n        \"isO3166\": \"Kyrgyzstan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Lao PDR\",\n        \"isO2\": \"LA\",\n        \"isO3\": \"LAO\",\n        \"isO3166\": \"Lao People's Democratic Republic\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Latvia\",\n        \"isO2\": \"LV\",\n        \"isO3\": \"LVA\",\n        \"isO3166\": \"Latvia\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Lebanon\",\n        \"isO2\": \"LB\",\n        \"isO3\": \"LBN\",\n        \"isO3166\": \"Lebanon\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Lesotho\",\n        \"isO2\": \"LS\",\n        \"isO3\": \"LSO\",\n        \"isO3166\": \"Lesotho\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Liberia\",\n        \"isO2\": \"LR\",\n        \"isO3\": \"LBR\",\n        \"isO3166\": \"Liberia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Libya\",\n        \"isO2\": \"LY\",\n        \"isO3\": \"LBY\",\n        \"isO3166\": \"Libya\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Liechtenstein\",\n        \"isO2\": \"LI\",\n        \"isO3\": \"LIE\",\n        \"isO3166\": \"Liechtenstein\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Lithuania\",\n        \"isO2\": \"LT\",\n        \"isO3\": \"LTU\",\n        \"isO3166\": \"Lithuania\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Luxembourg\",\n        \"isO2\": \"LU\",\n        \"isO3\": \"LUX\",\n        \"isO3166\": \"Luxembourg\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Macao, SAR China\",\n        \"isO2\": \"MO\",\n        \"isO3\": \"MAC\",\n        \"isO3166\": \"Macao\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Macedonia, Republic of\",\n        \"isO2\": \"MK\",\n        \"isO3\": \"MKD\",\n        \"isO3166\": \"North Macedonia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Madagascar\",\n        \"isO2\": \"MG\",\n        \"isO3\": \"MDG\",\n        \"isO3166\": \"Madagascar\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Malawi\",\n        \"isO2\": \"MW\",\n        \"isO3\": \"MWI\",\n        \"isO3166\": \"Malawi\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Malaysia\",\n        \"isO2\": \"MY\",\n        \"isO3\": \"MYS\",\n        \"isO3166\": \"Malaysia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Maldives\",\n        \"isO2\": \"MV\",\n        \"isO3\": \"MDV\",\n        \"isO3166\": \"Maldives\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Mali\",\n        \"isO2\": \"ML\",\n        \"isO3\": \"MLI\",\n        \"isO3166\": \"Mali\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Malta\",\n        \"isO2\": \"MT\",\n        \"isO3\": \"MLT\",\n        \"isO3166\": \"Malta\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Marshall Islands\",\n        \"isO2\": \"MH\",\n        \"isO3\": \"MHL\",\n        \"isO3166\": \"Marshall Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Martinique\",\n        \"isO2\": \"MQ\",\n        \"isO3\": \"MTQ\",\n        \"isO3166\": \"Martinique\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Mauritania\",\n        \"isO2\": \"MR\",\n        \"isO3\": \"MRT\",\n        \"isO3166\": \"Mauritania\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Mauritius\",\n        \"isO2\": \"MU\",\n        \"isO3\": \"MUS\",\n        \"isO3166\": \"Mauritius\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Mayotte\",\n        \"isO2\": \"YT\",\n        \"isO3\": \"MYT\",\n        \"isO3166\": \"Mayotte\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Mexico\",\n        \"isO2\": \"MX\",\n        \"isO3\": \"MEX\",\n        \"isO3166\": \"Mexico\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Micronesia, Federated States of\",\n        \"isO2\": \"FM\",\n        \"isO3\": \"FSM\",\n        \"isO3166\": \"Micronesia (Federated States of)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Moldova\",\n        \"isO2\": \"MD\",\n        \"isO3\": \"MDA\",\n        \"isO3166\": \"Moldova, Republic of\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Monaco\",\n        \"isO2\": \"MC\",\n        \"isO3\": \"MCO\",\n        \"isO3166\": \"Monaco\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Mongolia\",\n        \"isO2\": \"MN\",\n        \"isO3\": \"MNG\",\n        \"isO3166\": \"Mongolia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Montenegro\",\n        \"isO2\": \"ME\",\n        \"isO3\": \"MNE\",\n        \"isO3166\": \"Montenegro\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Montserrat\",\n        \"isO2\": \"MS\",\n        \"isO3\": \"MSR\",\n        \"isO3166\": \"Montserrat\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Morocco\",\n        \"isO2\": \"MA\",\n        \"isO3\": \"MAR\",\n        \"isO3166\": \"Morocco\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Mozambique\",\n        \"isO2\": \"MZ\",\n        \"isO3\": \"MOZ\",\n        \"isO3166\": \"Mozambique\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Myanmar\",\n        \"isO2\": \"MM\",\n        \"isO3\": \"MMR\",\n        \"isO3166\": \"Myanmar\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Namibia\",\n        \"isO2\": \"NA\",\n        \"isO3\": \"NAM\",\n        \"isO3166\": \"Namibia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Nauru\",\n        \"isO2\": \"NR\",\n        \"isO3\": \"NRU\",\n        \"isO3166\": \"Nauru\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Nepal\",\n        \"isO2\": \"NP\",\n        \"isO3\": \"NPL\",\n        \"isO3166\": \"Nepal\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Netherlands\",\n        \"isO2\": \"NL\",\n        \"isO3\": \"NLD\",\n        \"isO3166\": \"Netherlands\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Netherlands Antilles\",\n        \"isO2\": \"AN\",\n        \"isO3\": \"ANT\",\n        \"isO3166\": \"\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"New Caledonia\",\n        \"isO2\": \"NC\",\n        \"isO3\": \"NCL\",\n        \"isO3166\": \"New Caledonia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"New Zealand\",\n        \"isO2\": \"NZ\",\n        \"isO3\": \"NZL\",\n        \"isO3166\": \"New Zealand\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Nicaragua\",\n        \"isO2\": \"NI\",\n        \"isO3\": \"NIC\",\n        \"isO3166\": \"Nicaragua\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Niger\",\n        \"isO2\": \"NE\",\n        \"isO3\": \"NER\",\n        \"isO3166\": \"Niger\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Nigeria\",\n        \"isO2\": \"NG\",\n        \"isO3\": \"NGA\",\n        \"isO3166\": \"Nigeria\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Niue\",\n        \"isO2\": \"NU\",\n        \"isO3\": \"NIU\",\n        \"isO3166\": \"Niue\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Norfolk Island\",\n        \"isO2\": \"NF\",\n        \"isO3\": \"NFK\",\n        \"isO3166\": \"Norfolk Island\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Northern Mariana Islands\",\n        \"isO2\": \"MP\",\n        \"isO3\": \"MNP\",\n        \"isO3166\": \"Northern Mariana Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Norway\",\n        \"isO2\": \"NO\",\n        \"isO3\": \"NOR\",\n        \"isO3166\": \"Norway\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Oman\",\n        \"isO2\": \"OM\",\n        \"isO3\": \"OMN\",\n        \"isO3166\": \"Oman\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Pakistan\",\n        \"isO2\": \"PK\",\n        \"isO3\": \"PAK\",\n        \"isO3166\": \"Pakistan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Palau\",\n        \"isO2\": \"PW\",\n        \"isO3\": \"PLW\",\n        \"isO3166\": \"Palau\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Palestinian Territory\",\n        \"isO2\": \"PS\",\n        \"isO3\": \"PSE\",\n        \"isO3166\": \"Palestine, State of\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Panama\",\n        \"isO2\": \"PA\",\n        \"isO3\": \"PAN\",\n        \"isO3166\": \"Panama\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Papua New Guinea\",\n        \"isO2\": \"PG\",\n        \"isO3\": \"PNG\",\n        \"isO3166\": \"Papua New Guinea\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Paraguay\",\n        \"isO2\": \"PY\",\n        \"isO3\": \"PRY\",\n        \"isO3166\": \"Paraguay\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Peru\",\n        \"isO2\": \"PE\",\n        \"isO3\": \"PER\",\n        \"isO3166\": \"Peru\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Philippines\",\n        \"isO2\": \"PH\",\n        \"isO3\": \"PHL\",\n        \"isO3166\": \"Philippines\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Pitcairn\",\n        \"isO2\": \"PN\",\n        \"isO3\": \"PCN\",\n        \"isO3166\": \"Pitcairn\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Poland\",\n        \"isO2\": \"PL\",\n        \"isO3\": \"POL\",\n        \"isO3166\": \"Poland\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Portugal\",\n        \"isO2\": \"PT\",\n        \"isO3\": \"PRT\",\n        \"isO3166\": \"Portugal\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Puerto Rico\",\n        \"isO2\": \"PR\",\n        \"isO3\": \"PRI\",\n        \"isO3166\": \"Puerto Rico\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Qatar\",\n        \"isO2\": \"QA\",\n        \"isO3\": \"QAT\",\n        \"isO3166\": \"Qatar\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Réunion\",\n        \"isO2\": \"RE\",\n        \"isO3\": \"REU\",\n        \"isO3166\": \"Réunion\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Romania\",\n        \"isO2\": \"RO\",\n        \"isO3\": \"ROU\",\n        \"isO3166\": \"Romania\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Russian Federation\",\n        \"isO2\": \"RU\",\n        \"isO3\": \"RUS\",\n        \"isO3166\": \"Russian Federation\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Rwanda\",\n        \"isO2\": \"RW\",\n        \"isO3\": \"RWA\",\n        \"isO3166\": \"Rwanda\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Saint Helena\",\n        \"isO2\": \"SH\",\n        \"isO3\": \"SHN\",\n        \"isO3166\": \"Saint Helena, Ascension and Tristan da Cunha\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Saint Kitts and Nevis\",\n        \"isO2\": \"KN\",\n        \"isO3\": \"KNA\",\n        \"isO3166\": \"Saint Kitts and Nevis\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Saint Lucia\",\n        \"isO2\": \"LC\",\n        \"isO3\": \"LCA\",\n        \"isO3166\": \"Saint Lucia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Saint Pierre and Miquelon\",\n        \"isO2\": \"PM\",\n        \"isO3\": \"SPM\",\n        \"isO3166\": \"Saint Pierre and Miquelon\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Saint Vincent and Grenadines\",\n        \"isO2\": \"VC\",\n        \"isO3\": \"VCT\",\n        \"isO3166\": \"Saint Vincent and the Grenadines\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Saint-Barthélemy\",\n        \"isO2\": \"BL\",\n        \"isO3\": \"BLM\",\n        \"isO3166\": \"Saint Barthélemy\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Saint-Martin (French part)\",\n        \"isO2\": \"MF\",\n        \"isO3\": \"MAF\",\n        \"isO3166\": \"Saint Martin (French part)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Samoa\",\n        \"isO2\": \"WS\",\n        \"isO3\": \"WSM\",\n        \"isO3166\": \"Samoa\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"San Marino\",\n        \"isO2\": \"SM\",\n        \"isO3\": \"SMR\",\n        \"isO3166\": \"San Marino\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Sao Tome and Principe\",\n        \"isO2\": \"ST\",\n        \"isO3\": \"STP\",\n        \"isO3166\": \"Sao Tome and Principe\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Saudi Arabia\",\n        \"isO2\": \"SA\",\n        \"isO3\": \"SAU\",\n        \"isO3166\": \"Saudi Arabia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Senegal\",\n        \"isO2\": \"SN\",\n        \"isO3\": \"SEN\",\n        \"isO3166\": \"Senegal\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Serbia\",\n        \"isO2\": \"RS\",\n        \"isO3\": \"SRB\",\n        \"isO3166\": \"Serbia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Seychelles\",\n        \"isO2\": \"SC\",\n        \"isO3\": \"SYC\",\n        \"isO3166\": \"Seychelles\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Sierra Leone\",\n        \"isO2\": \"SL\",\n        \"isO3\": \"SLE\",\n        \"isO3166\": \"Sierra Leone\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Singapore\",\n        \"isO2\": \"SG\",\n        \"isO3\": \"SGP\",\n        \"isO3166\": \"Singapore\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Sint Maarten (Dutch part)\",\n        \"isO2\": \"SX\",\n        \"isO3\": \"SXM\",\n        \"isO3166\": \"Sint Maarten (Dutch part)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Slovakia\",\n        \"isO2\": \"SK\",\n        \"isO3\": \"SVK\",\n        \"isO3166\": \"Slovakia\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Slovenia\",\n        \"isO2\": \"SI\",\n        \"isO3\": \"SVN\",\n        \"isO3166\": \"Slovenia\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Solomon Islands\",\n        \"isO2\": \"SB\",\n        \"isO3\": \"SLB\",\n        \"isO3166\": \"Solomon Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Somalia\",\n        \"isO2\": \"SO\",\n        \"isO3\": \"SOM\",\n        \"isO3166\": \"Somalia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"South Africa\",\n        \"isO2\": \"ZA\",\n        \"isO3\": \"ZAF\",\n        \"isO3166\": \"South Africa\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"South Georgia and the South Sandwich Islands\",\n        \"isO2\": \"GS\",\n        \"isO3\": \"SGS\",\n        \"isO3166\": \"South Georgia and the South Sandwich Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"South Sudan\",\n        \"isO2\": \"SS\",\n        \"isO3\": \"SSD\",\n        \"isO3166\": \"South Sudan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Spain\",\n        \"isO2\": \"ES\",\n        \"isO3\": \"ESP\",\n        \"isO3166\": \"Spain\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Sri Lanka\",\n        \"isO2\": \"LK\",\n        \"isO3\": \"LKA\",\n        \"isO3166\": \"Sri Lanka\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Sudan\",\n        \"isO2\": \"SD\",\n        \"isO3\": \"SDN\",\n        \"isO3166\": \"Sudan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Suriname\",\n        \"isO2\": \"SR\",\n        \"isO3\": \"SUR\",\n        \"isO3166\": \"Suriname\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Svalbard and Jan Mayen Islands\",\n        \"isO2\": \"SJ\",\n        \"isO3\": \"SJM\",\n        \"isO3166\": \"Svalbard and Jan Mayen\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Swaziland\",\n        \"isO2\": \"SZ\",\n        \"isO3\": \"SWZ\",\n        \"isO3166\": \"Eswatini\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Sweden\",\n        \"isO2\": \"SE\",\n        \"isO3\": \"SWE\",\n        \"isO3166\": \"Sweden\",\n        \"isEU\": true\n    },\n    {\n        \"name\": \"Switzerland\",\n        \"isO2\": \"CH\",\n        \"isO3\": \"CHE\",\n        \"isO3166\": \"Switzerland\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Syrian Arab Republic (Syria)\",\n        \"isO2\": \"SY\",\n        \"isO3\": \"SYR\",\n        \"isO3166\": \"Syrian Arab Republic\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Taiwan, Republic of China\",\n        \"isO2\": \"TW\",\n        \"isO3\": \"TWN\",\n        \"isO3166\": \"Taiwan, Province of China\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Tajikistan\",\n        \"isO2\": \"TJ\",\n        \"isO3\": \"TJK\",\n        \"isO3166\": \"Tajikistan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Tanzania, United Republic of\",\n        \"isO2\": \"TZ\",\n        \"isO3\": \"TZA\",\n        \"isO3166\": \"Tanzania, United Republic of\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Thailand\",\n        \"isO2\": \"TH\",\n        \"isO3\": \"THA\",\n        \"isO3166\": \"Thailand\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Timor-Leste\",\n        \"isO2\": \"TL\",\n        \"isO3\": \"TLS\",\n        \"isO3166\": \"Timor-Leste\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Togo\",\n        \"isO2\": \"TG\",\n        \"isO3\": \"TGO\",\n        \"isO3166\": \"Togo\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Tokelau\",\n        \"isO2\": \"TK\",\n        \"isO3\": \"TKL\",\n        \"isO3166\": \"Tokelau\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Tonga\",\n        \"isO2\": \"TO\",\n        \"isO3\": \"TON\",\n        \"isO3166\": \"Tonga\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Trinidad and Tobago\",\n        \"isO2\": \"TT\",\n        \"isO3\": \"TTO\",\n        \"isO3166\": \"Trinidad and Tobago\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Tunisia\",\n        \"isO2\": \"TN\",\n        \"isO3\": \"TUN\",\n        \"isO3166\": \"Tunisia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Turkey\",\n        \"isO2\": \"TR\",\n        \"isO3\": \"TUR\",\n        \"isO3166\": \"Turkey\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Turkmenistan\",\n        \"isO2\": \"TM\",\n        \"isO3\": \"TKM\",\n        \"isO3166\": \"Turkmenistan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Turks and Caicos Islands\",\n        \"isO2\": \"TC\",\n        \"isO3\": \"TCA\",\n        \"isO3166\": \"Turks and Caicos Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Tuvalu\",\n        \"isO2\": \"TV\",\n        \"isO3\": \"TUV\",\n        \"isO3166\": \"Tuvalu\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Uganda\",\n        \"isO2\": \"UG\",\n        \"isO3\": \"UGA\",\n        \"isO3166\": \"Uganda\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Ukraine\",\n        \"isO2\": \"UA\",\n        \"isO3\": \"UKR\",\n        \"isO3166\": \"Ukraine\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"United Arab Emirates\",\n        \"isO2\": \"AE\",\n        \"isO3\": \"ARE\",\n        \"isO3166\": \"United Arab Emirates\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"United Kingdom\",\n        \"isO2\": \"GB\",\n        \"isO3\": \"GBR\",\n        \"isO3166\": \"United Kingdom of Great Britain and Northern Ireland\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"United States of America\",\n        \"isO2\": \"US\",\n        \"isO3\": \"USA\",\n        \"isO3166\": \"United States of America\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Uruguay\",\n        \"isO2\": \"UY\",\n        \"isO3\": \"URY\",\n        \"isO3166\": \"Uruguay\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"US Minor Outlying Islands\",\n        \"isO2\": \"UM\",\n        \"isO3\": \"UMI\",\n        \"isO3166\": \"United States Minor Outlying Islands\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Uzbekistan\",\n        \"isO2\": \"UZ\",\n        \"isO3\": \"UZB\",\n        \"isO3166\": \"Uzbekistan\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Vanuatu\",\n        \"isO2\": \"VU\",\n        \"isO3\": \"VUT\",\n        \"isO3166\": \"Vanuatu\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Venezuela (Bolivarian Republic)\",\n        \"isO2\": \"VE\",\n        \"isO3\": \"VEN\",\n        \"isO3166\": \"Venezuela (Bolivarian Republic of)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Viet Nam\",\n        \"isO2\": \"VN\",\n        \"isO3\": \"VNM\",\n        \"isO3166\": \"Viet Nam\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Virgin Islands, US\",\n        \"isO2\": \"VI\",\n        \"isO3\": \"VIR\",\n        \"isO3166\": \"Virgin Islands (U.S.)\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Wallis and Futuna Islands\",\n        \"isO2\": \"WF\",\n        \"isO3\": \"WLF\",\n        \"isO3166\": \"Wallis and Futuna\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Western Sahara\",\n        \"isO2\": \"EH\",\n        \"isO3\": \"ESH\",\n        \"isO3166\": \"Western Sahara\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Yemen\",\n        \"isO2\": \"YE\",\n        \"isO3\": \"YEM\",\n        \"isO3166\": \"Yemen\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Zambia\",\n        \"isO2\": \"ZM\",\n        \"isO3\": \"ZMB\",\n        \"isO3166\": \"Zambia\",\n        \"isEU\": false\n    },\n    {\n        \"name\": \"Zimbabwe\",\n        \"isO2\": \"ZW\",\n        \"isO3\": \"ZWE\",\n        \"isO3166\": \"Zimbabwe\",\n        \"isEU\": false\n    }\n]"}],"_postman_id":"2eae10eb-a0a9-43a2-8159-41a5c633c04d"},{"name":"View Fulfillment Item Stock","id":"f2002e89-b995-497b-b94c-30c30492ac84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://print.dtguk.com/api/fulfillment?sku=drsdwnstk","description":"<p>Allows you to view stock levels for all fulfillment items, or a specific item by supplying the SKU</p>\n","urlObject":{"protocol":"https","path":["api","fulfillment"],"host":["print","dtguk","com"],"query":[{"key":"sku","value":"drsdwnstk"}],"variable":[]}},"response":[{"id":"7eaa333e-d94d-4c9e-818c-db7e2e3b04b5","name":"View Fulfillment Item Stock","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://print.dtguk.com/api/fulfillment?sku=drsdwnstk","protocol":"https","host":["print","dtguk","com"],"path":["api","fulfillment"],"query":[{"key":"sku","value":"drsdwnstk"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private, max-age=0"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 28 Oct 2021 09:31:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Dressdown Sticker\",\n    \"sku\": \"drsdwnstk\",\n    \"stockedQuantity\": 100\n}"},{"id":"3fa117c5-84b3-4299-9221-10408e7aac88","name":"List all Fulfillment Items Stock","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://print.dtguk.com/api/fulfillment?sku=drsdwnstk","protocol":"https","host":["print","dtguk","com"],"path":["api","fulfillment"],"query":[{"key":"sku","value":"drsdwnstk"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f2002e89-b995-497b-b94c-30c30492ac84"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"778086ed-5e49-40b0-8252-c0ce4dca204d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4a4d361-50ce-4a59-a844-2c5cd8166d24","type":"text/javascript","exec":[""]}}]}