{"info":{"_postman_id":"aeb70d1a-8aa6-4f5d-8df8-f83a898e46c6","name":"Selro Api","description":"<html><head></head><body><h3 id=\"getting-started\">Getting Started</h3>\n<p>Selro provides a RESTfull Webservice API for sellers to manage their inventory and orders. API keys required to connect to the API is available in Channel Integration settings section</p>\n<h3 id=\"the-api\">The API</h3>\n<p>The Selro API is a full web service that allows sellers to manage their orders/inventory and listing into their selling channels via Selro. All the marketplaces and ecommerce stores supported by Selro will be supported by the API as well.</p>\n<h3 id=\"http-codes\">HTTP Codes</h3>\n<p>HTTP codes are used to differentiate between successful and failed responses.</p>\n<p>As per the HTTP standard:<br><strong>20x</strong> codes are for successful requests.<br><strong>40x</strong> codes for errors with validation or permissions<br><strong>50x</strong> codes for unexpected internal server errors.</p>\n<p>Every response with a <strong>40x</strong> code will include an errors property with the error description.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>All requests must be authenticated by sending your API key and secret key as a GET parameter, for example:</p>\n<p>/orders?key=<strong>SELRO_KEY</strong>&amp;secret=<strong>SELRO_SECRET</strong></p>\n<h3 id=\"request-format\">Request format</h3>\n<p>All body payloads must be in JSON format, unless stated otherwise. Therefore, the Content-Type header must be set to application/json.</p>\n<h3 id=\"environments\">Environments</h3>\n<p>Currently Selro API does not provides a sandbox environment for testing. Any testing needs to be performed in your Selro account. You can find the API key/secret in the Channel Settings API section of your Selro account.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20109427","collectionId":"aeb70d1a-8aa6-4f5d-8df8-f83a898e46c6","publishedId":"UVsSLhi8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4E8FDD"},"publishDate":"2022-11-01T13:55:07.000Z"},"item":[{"name":"Product","item":[{"name":"Get All Products","id":"7ca1f0ef-a85c-45f7-89e6-8e11ddc459ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}products?secret={{secret}}&key={{key}}&created_from=2014-10-10&created_to=2014-10-21&page=1","urlObject":{"host":["{{base_url}}products"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"description":{"content":"<p>Required Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"created_from","value":"2014-10-10"},{"description":{"content":"<p>Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"created_to","value":"2014-10-21"},{"description":{"content":"<p>Page No - Required Parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0adba672-f989-4dfd-bcbd-83b4a2cac7e3","name":"Sucess","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}products?secret={{secret}}&key={{key}}&created_from=2018-01-28&created_to=2018-01-03&page=1","host":["{{base_url}}products"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"created_from","value":"2018-01-28","description":"Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"created_to","value":"2018-01-03","description":"Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"page","value":"1","description":"Page No - Required Param"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Oct 2022 13:49:18 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"variations\": null,\n            \"id\": 1,\n            \"title\": \"Test v1/api \",\n            \"qty\": 30,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"WATCH_SKU\",\n            \"sellingprice\": 14.5,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"123456789\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple11.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_647df5c8-7c6c-4be9-94d4-8e91288bc2130.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple12.jpeg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_23236e92-8cc0-4e11-b711-c5e033e84ba11.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple13.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_9d9c01bc-3d35-41f9-96ea-4b8ae94e53142.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 2,\n            \"title\": \"Sample Product Two  Title\",\n            \"qty\": 512,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRESS_SKU\",\n            \"sellingprice\": 69.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"1\",\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple21.jpeg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/101_499c6c37-53fc-4449-a7d5-1bade444e3760.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/105_299b4e7f-25b9-467c-a0ae-bc5382ccaa650.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/105_5b027b4b-beae-46fc-aad6-d4904d02ded41.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"colour\",\n                    \"value\": \"Red\"\n                },\n                {\n                    \"name\": \"Test 1\",\n                    \"value\": \"1\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 3,\n            \"title\": \"Sample Product Three  Title\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SHOE_SKU\",\n            \"sellingprice\": 29.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple32.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 47,\n                    \"title\": \"Green Jumper\",\n                    \"qty\": 15,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"case_1_variation_1\",\n                    \"sellingprice\": 10.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Colour\",\n                            \"value\": \"Green\"\n                        }\n                    ],\n                    \"parentId\": 4,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 24885,\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"qty\": 18,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"red shirt\",\n                    \"sellingprice\": 429.99,\n                    \"costprice\": 20,\n                    \"rrpprice\": null,\n                    \"ean\": null,\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": \"1\",\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Master Attribute\",\n                            \"value\": \"Master\"\n                        }\n                    ],\n                    \"parentId\": 4,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 24886,\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"qty\": 5,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"green shirt\",\n                    \"sellingprice\": 429.99,\n                    \"costprice\": 20,\n                    \"rrpprice\": null,\n                    \"ean\": null,\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": \"1\",\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Master Attribute\",\n                            \"value\": \"Master\"\n                        }\n                    ],\n                    \"parentId\": 4,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 4,\n            \"title\": \"Sample Variation Product One  Title\",\n            \"qty\": 38,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"PHONE_CASE_SKU\",\n            \"sellingprice\": 429.99,\n            \"costprice\": 20,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"1\",\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation2.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation3.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation4.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Master Attribute\",\n                    \"value\": \"Master\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 5,\n            \"title\": \"Sample Variation Product One  Title\",\n            \"qty\": 86,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"PHONE_CASE_SKU_CHILD_1\",\n            \"sellingprice\": 429.99,\n            \"costprice\": 50000,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation2.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation3.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation4.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 6,\n            \"title\": \"Sample Variation Product One  Title\",\n            \"qty\": 47,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"PHONE_CASE_SKU_CHILD_2\",\n            \"sellingprice\": 429.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation2.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation3.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation4.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 7,\n            \"title\": \"Test Item Please dont buy\",\n            \"qty\": 25,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"abc123\",\n            \"sellingprice\": 10,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/7_fde61f97-16b6-4611-a6bb-e9d25f6633f20.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 17,\n            \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n            \"qty\": -1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"0H-GPHN-KRYN-1\",\n            \"sellingprice\": 12.49,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/8644.jpg?v=1607466030\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/8644_1b43e5f3-12e3-42a1-8ab7-0d20c2193055.jpg?v=1607466033\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/1301_6472268c-a461-4000-9c57-32b47a6b90680.jpg?v=1607466036\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 27,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 18,\n            \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"0H-GPHN-KRYN-2\",\n            \"sellingprice\": 12.49,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/1301_6472268c-a461-4000-9c57-32b47a6b90680.jpg?v=1607466036\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 27,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 20,\n            \"title\": \"Test product 2 for images\",\n            \"qty\": 28,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"32\",\n            \"sellingprice\": 4,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7016/19040invoice.png\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/test-product-2-for-images-31-p_21401b63-61dc-4c97-a64b-312a261b8362.png?v=1587379210\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/106_77e5f5b5-b4e1-48a6-8975-49d8bf3861470.png\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/test-product-2-for-images-_5B2_5D-31-p_3d0fa159-c071-4f9c-942e-6c1276a25453.jpg?v=1587379210\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/106_81a61048-fb68-465d-bb7b-579f003465fd1.png\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/106_ad2609d2-d22e-40b2-9721-93bb15df3eb02.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Brand\",\n                    \"value\": \"n/a\"\n                },\n                {\n                    \"name\": \"Manufacturer\",\n                    \"value\": \"n/a\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 21,\n            \"title\": \"Test product for EKMPowerShop V2\",\n            \"qty\": 12,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"8\",\n            \"sellingprice\": 55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/test-product-for-ekmpowershop-v2-29-p_ed3503a2-736a-4211-9214-e297bb8c342a.jpg?v=1587379212\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 23,\n            \"title\": \"Test Product Tile\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"124\",\n            \"sellingprice\": 40.8,\n            \"costprice\": null,\n            \"rrpprice\": 10,\n            \"ean\": \"\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"8\",\n            \"images\": [\n                \"http://images.apple.com/ipad/specs/images/new_ipad_hero_front.png\",\n                \"https://www.dropbox.com/s/thh4fbst74kg0kv/Saphyrn & Liam Wedding - Nisha Haq Photography-88.jpg?dl=0\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 28,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 24,\n            \"title\": \"Test Variant Product\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"123var-1\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": 10,\n            \"ean\": \"122434344\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_b08b71de-a16f-4e4a-bf06-e56798562e23.jpg?v=1586464823\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_ffe68b49-f159-482f-98ef-94779735c5a2.jpg?v=1586464825\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_bc617201-6fca-4b7c-94c1-96a56b14c31a.jpg?v=1586464827\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 29,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 25,\n            \"title\": \"Test Variant Product\",\n            \"qty\": 102,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"123var-2\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": 10,\n            \"ean\": null,\n            \"upc\": \"3434343434\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_b08b71de-a16f-4e4a-bf06-e56798562e23.jpg?v=1586464823\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_ffe68b49-f159-482f-98ef-94779735c5a2.jpg?v=1586464825\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_bc617201-6fca-4b7c-94c1-96a56b14c31a.jpg?v=1586464827\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 29,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 17,\n                    \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n                    \"qty\": -1,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"0H-GPHN-KRYN-1\",\n                    \"sellingprice\": 12.49,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 27,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 18,\n                    \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n                    \"qty\": 1,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"0H-GPHN-KRYN-2\",\n                    \"sellingprice\": 12.49,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 27,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 27,\n            \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1644146059981\",\n            \"sellingprice\": 12.49,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/8644.jpg?v=1607466030\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/8644_1b43e5f3-12e3-42a1-8ab7-0d20c2193055.jpg?v=1607466033\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/1301_6472268c-a461-4000-9c57-32b47a6b90680.jpg?v=1607466036\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 23,\n                    \"title\": \"Test Product Tile\",\n                    \"qty\": 10,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"124\",\n                    \"sellingprice\": 40.8,\n                    \"costprice\": null,\n                    \"rrpprice\": 10,\n                    \"ean\": \"\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": \"8\",\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 28,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 28,\n            \"title\": \"Test Simple Product variations\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1644146060121\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": 10,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_1e5ae029-53c5-45a0-a151-dcb42488a104.jpg?v=1586464818\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480.jpg?v=1586464820\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_c02604f0-76ee-42bb-89e1-0923780d4a4f.jpg?v=1586464821\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 24,\n                    \"title\": \"Test Variant Product\",\n                    \"qty\": 10,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"123var-1\",\n                    \"sellingprice\": 12.23,\n                    \"costprice\": null,\n                    \"rrpprice\": 10,\n                    \"ean\": \"122434344\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 29,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 25,\n                    \"title\": \"Test Variant Product\",\n                    \"qty\": 102,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"123var-2\",\n                    \"sellingprice\": 12.23,\n                    \"costprice\": null,\n                    \"rrpprice\": 10,\n                    \"ean\": null,\n                    \"upc\": \"3434343434\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 29,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 29,\n            \"title\": \"Test Variant Product\",\n            \"qty\": 112,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1644146060343\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": 10,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_b08b71de-a16f-4e4a-bf06-e56798562e23.jpg?v=1586464823\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_ffe68b49-f159-482f-98ef-94779735c5a2.jpg?v=1586464825\",\n                \"https://cdn.shopify.com/s/files/1/0293/1490/8297/products/417UsFx-nbL._AC_UL480_SR360_480_bc617201-6fca-4b7c-94c1-96a56b14c31a.jpg?v=1586464827\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 30,\n            \"title\": \"Books test 2 \",\n            \"qty\": 17,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"case_1_variation_2\",\n            \"sellingprice\": 10.99,\n            \"costprice\": 0,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"1\",\n            \"images\": [\n                \"https://image.shutterstock.com/image-photo/green-hardcover-book-no-title-260nw-150851108.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/96_584c6678-1588-45ee-97ca-573eac84f42b0.jpg\",\n                \"https://media.istockphoto.com/photos/book-picture-id147705864?k=20&m=147705864&s=612x612&w=0&h=vs0mge8vo24m8nujdCRijV1DWxFxP3aT3AJw3yYFGQI=\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/96_13b54eff-fbdc-431f-af84-b5ed633d751a1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/30_09dbb275-57f5-495d-8323-b19015a256d00.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/96_49388438-0960-480d-81ef-27421edec5a62.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 44,\n                    \"title\": \"Grey Jumper\",\n                    \"qty\": 45,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Grey Jumper\",\n                    \"sellingprice\": 16.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Colour\",\n                            \"value\": \"Grey\"\n                        }\n                    ],\n                    \"parentId\": 42,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 45,\n                    \"title\": \"White Jumper\",\n                    \"qty\": 25,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"White Jumper\",\n                    \"sellingprice\": 10.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Colour\",\n                            \"value\": \"White\"\n                        }\n                    ],\n                    \"parentId\": 42,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 46,\n                    \"title\": \"Blue Jumper\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Blue Jumper\",\n                    \"sellingprice\": 10.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Colour\",\n                            \"value\": \"Blue\"\n                        }\n                    ],\n                    \"parentId\": 42,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 42,\n            \"title\": \"Jumpers\",\n            \"qty\": 70,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Jumpers\",\n            \"sellingprice\": 1.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/42_7b043be1-8d4d-4928-8dcc-8e492002f2920.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 43,\n            \"title\": \"Pink Jumper\",\n            \"qty\": 20,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Pink Jumper\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/43_2e9a66d2-f399-48ae-867a-1e1c4b09496f0.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Color\",\n                    \"value\": \"Pink\"\n                },\n                {\n                    \"name\": \"Colour\",\n                    \"value\": \"Pink\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 44,\n            \"title\": \"Grey Jumper\",\n            \"qty\": 45,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Grey Jumper\",\n            \"sellingprice\": 16.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/44_b5ea3ffa-1477-45a0-b626-66e566fba2f00.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Colour\",\n                    \"value\": \"Grey\"\n                }\n            ],\n            \"parentId\": 42,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 45,\n            \"title\": \"White Jumper\",\n            \"qty\": 25,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"White Jumper\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/45_ae644c93-5a84-4ed3-a3e3-199fde86631f0.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Colour\",\n                    \"value\": \"White\"\n                }\n            ],\n            \"parentId\": 42,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 46,\n            \"title\": \"Blue Jumper\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Blue Jumper\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/46_b5d262f2-6f78-4239-a2d4-ef525d06102b0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/121_52e7d961-0ea5-42f8-bc3d-82c8770c98870.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Colour\",\n                    \"value\": \"Blue\"\n                }\n            ],\n            \"parentId\": 42,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 47,\n            \"title\": \"Green Jumper\",\n            \"qty\": 15,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"case_1_variation_1\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://image.shutterstock.com/image-photo/green-hardcover-book-no-title-260nw-150851108.jpg\",\n                \"https://th.bing.com/th/id/OIP.nnJj_Wvkweuq1nWW2tbgbgHaHa?pid=ImgDet&rs=1\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_6ac9c513-d382-4750-9d55-3119ea2be7ba0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_56e780e8-ee17-43b6-b9db-1199ad3687f00.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation2.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/96_584c6678-1588-45ee-97ca-573eac84f42b0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_fb10cc51-1c03-4d24-ae2f-68ac4ae35e791.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_870ee3db-f5c3-41c8-b1d9-977933f0ea891.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation3.jpg\",\n                \"https://media.istockphoto.com/photos/book-picture-id147705864?k=20&m=147705864&s=612x612&w=0&h=vs0mge8vo24m8nujdCRijV1DWxFxP3aT3AJw3yYFGQI=\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_894d56ce-c60a-4fa2-b3ff-7502e4fb60482.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_ac8ee2c1-e544-4306-a1aa-cae99c1c317f2.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation4.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/96_13b54eff-fbdc-431f-af84-b5ed633d751a1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_2e5618c7-51b5-4334-a00b-f11826b4afa73.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_482e4846-e7bf-433c-8a58-473d9b6d60c33.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/30_09dbb275-57f5-495d-8323-b19015a256d00.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_d683685e-73c4-4743-aad9-7b69e3d123194.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_d113c7c7-f100-4939-965b-7a566058416d4.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/96_49388438-0960-480d-81ef-27421edec5a62.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_ee06f740-4d73-4741-9bc4-835884e8e4a95.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_f7441ad7-a061-4a52-80cc-7117a82e94df5.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_576d84e9-4c4d-496f-ba32-fda790d2acf76.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_ff703392-3bf7-4f2f-9e8b-4b8a2f1f53dc6.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_58a6555d-7ce1-48f7-b0b5-78e53c3feb207.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_10d3e77f-2835-42f6-8a22-50a17faeff8d7.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_5439d8ed-49fb-4025-9cde-aeb9ccb6c6098.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_b0c7db9d-3c3c-440a-8d7e-4f002404e1058.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_58e140ef-5e22-4ef4-ac7d-baf862ebcd379.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_724528bc-61e2-4565-8130-3dfa74476cf99.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_de55262e-e0e8-4680-8c33-db5552d90bde10.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_aeab20be-6544-4fa3-b0b2-05e66916b73e10.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_5df965f4-34d7-457c-bb19-c2093d12864711.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_64100230-016a-4963-bac9-10c062698d7f11.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_76aeab3c-5ac8-45d8-9427-441dbf2c669f12.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24873_ec28feb4-172d-423d-9e8a-e958980fa68612.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_430b0f37-e5db-4707-98d7-459b9529fb0e13.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_9cbfec7f-83ac-442c-b487-91a3c27340a214.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_6dec3b1a-2395-411b-8e7b-16d184a0667215.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_affac17c-90fd-4b51-ae28-a7a5d2f95fc516.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_7b5dafb2-c500-4c65-b84b-758016cacb8617.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_4105f5be-130b-4894-a05c-87c72fa2b82518.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_765ed6cf-20a1-4dad-80e0-60b50344e50a19.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_343df4ad-90e3-4cc2-b82c-e8fe8f55da8c20.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_398ccdc6-5e66-48ee-8426-045669fd2fcd21.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_8c9f85b2-3404-490a-82e5-3e7e55bdd99322.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_adafae74-af4b-4141-92b0-c6a5a7145a6323.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_c0b66206-4c44-4c6a-b9ac-85ac965896c624.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24883_b1da1a93-9dd0-4080-8a8c-c9f64d2ee4d625.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Colour\",\n                    \"value\": \"Green\"\n                }\n            ],\n            \"parentId\": 4,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 49,\n            \"title\": \"Born 1988 Green Socks. Green Birthday Celebration Cotton Novelty Socks\",\n            \"qty\": 197,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Green Sock\",\n            \"sellingprice\": 5.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"1\",\n            \"images\": [\n                \"https://assets.onbuy.com/i20/product/bc0f67daf7ae42a2a6fcff30090598c2-t9717073/born-1988-green-socks-green-birthday-celebration-cotton-novelty-socks.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 50,\n            \"title\": \"(Boys Girls Stripe Ankle Socks Children Kids Multicoloured Design Socks) Boys Multicoloured Design Socks\",\n            \"qty\": 98,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Coloured Socks\",\n            \"sellingprice\": 5.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://assets.onbuy.com/i5/product/506b2389611a4124b37756f97ec983a1-t207248056/boys-girls-stripe-ankle-socks-children-kids-multicoloured-design-socks-boys-multicoloured-design-socks.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 89,\n            \"title\": \"Test Import Product\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Test SKU\",\n            \"sellingprice\": 5.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://image.shutterstock.com/image-photo/green-hardcover-book-no-title-260nw-150851108.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 97,\n            \"title\": \"Books test 2\",\n            \"qty\": 4994,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"140989\",\n            \"sellingprice\": 25,\n            \"costprice\": null,\n            \"rrpprice\": 30,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_723b5f36-3bec-4b2d-a4d3-1d44b188f7b70.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_dcd070ce-8c4c-4ad9-afa5-94acdd6b02540.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_9030f678-e838-4a7b-957e-d071370c13cd0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_1ce81c92-e447-4f70-9d0a-33df2e73cf470.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_506689ff-ce9e-43c8-96fc-f8c7ded8d4ed0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_b71dcf7d-1cbf-4118-9b9e-2e0190dc288d0.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Material \",\n                    \"value\": \"metal\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 102,\n            \"title\": \"Disney Stitch Plush Lilo Stitch Medium 15\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1430359\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"619219282635\",\n            \"upc\": \"619219282635\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"1\",\n            \"images\": [\n                \"https://images.barcodelookup.com/26872/268724537-1.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Toys\",\n                    \"value\": \"Toys 1-5\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 103,\n            \"title\": \"Bundle Product \",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Bundle Product\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://images.barcodelookup.com/26872/268724537-1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_723b5f36-3bec-4b2d-a4d3-1d44b188f7b70.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_dcd070ce-8c4c-4ad9-afa5-94acdd6b02540.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_9030f678-e838-4a7b-957e-d071370c13cd0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_1ce81c92-e447-4f70-9d0a-33df2e73cf470.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_506689ff-ce9e-43c8-96fc-f8c7ded8d4ed0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/97_b71dcf7d-1cbf-4118-9b9e-2e0190dc288d0.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 107,\n            \"title\": \"TEST for bulk actions\",\n            \"qty\": -269,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"TEST for bulk actions\",\n            \"sellingprice\": 29.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"123456789\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 109,\n                    \"title\": \"789\",\n                    \"qty\": 1,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"789\",\n                    \"sellingprice\": 1,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": null,\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 108,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 108,\n            \"title\": \"456\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"456\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 109,\n            \"title\": \"789\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"789\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": 108,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 111,\n                    \"title\": \"1011\",\n                    \"qty\": 1,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"1213\",\n                    \"sellingprice\": 1,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": null,\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": \"110\",\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 110,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 110,\n            \"title\": \"1011\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1011\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 111,\n            \"title\": \"1011\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1213\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"110\",\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": 110,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 113,\n            \"title\": \"Test Product Tile\",\n            \"qty\": 98,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"123\",\n            \"sellingprice\": 27,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"0730082000\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"8\",\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                \"http://images.apple.com/ipad/specs/images/new_ipad_hero_front.png\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Brand\",\n                    \"value\": \"brand name\"\n                },\n                {\n                    \"name\": \"Manufacturer\",\n                    \"value\": \"brand name\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 115,\n            \"title\": \"Purple Bear\",\n            \"qty\": 11,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"125\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHCBYVFRgWFhYYFhgYHBofGRgZHBkZHxocHBgeHBwaGRocIS4lHB4rJBgaJzgnKy8xNTU1GiQ7QDs0Py40NTEBDAwMEA8QHxISHzQrJSs1NDU0NDQ1NDYxNDQ0NDQ0NDQ0NDE0NDQ0NDQ0NDQ0NDQ0NDQ0NTQ0NDQ0NDQ0NDQ0Nf/AABEIAPEA0QMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAABAECAwUGBwj/xAA6EAACAQIEAwYFAwMDBAMAAAABAgADEQQSITEFQVEGImFxgZETMqGx8ELB0QdS4SNy8RQVYpIWstL/xAAZAQEAAwEBAAAAAAAAAAAAAAAAAQIDBAX/xAAlEQACAgMBAAICAQUAAAAAAAAAAQIRAxIhMUFREyIEFDJhofH/2gAMAwEAAhEDEQA/APZoiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiYcRiFQXYhRAMsrIFPilJtmtrbUEeuo2k6GmvQIlrOBqSB56TX1+KAGygv47L76/a0lRb8FGyia5OJrbvAg9B3uXWWjiwtco3plP3Ilvxy+iaNnKyLTxqMB3gL8m0PsZmaoACSdALk+ErTXpBVjbU6ASI3E6IOU1FB89P/AG2+s02OxbVtiyoP0nTN1zDf0Ok09XiNFHVD8xuRofWxtrN4fx5TRZQb8O7p1FYXBDDqCD9pfOLo4q1mRiCeY59PAibvAcXuQlSwYmwYDQnkPA/SUnhlAOJuolJWZFRERAEREAREQBERAEREAREtY2F+kA13FuI/CAVRmdr5RpbQgEm5/wDKc7ia5F6lRwdDdmIAUX2tsBLOI8RDM2IJCU1UDXewJ7xtzNwLC+wnlPabtA+IYqpKpfupfQeLW3b7TswY0lszSMT1HA8XoVWZEdHZdwD9vebzh+O+H3T8t/8A1v08J4f2IoO2MTJyU59DbLz8rm3tPa6SgDrNZxTVNEySJGIqFzdtRfujTT/Msy9JjL2lj1JWMK4iDJUGogyOtW8yB9ZfVoGQHnKBNCLkA20B3trrLC/56yrPKuIIHHsK9Sg6ISGIsLG31nmPFsDi8OVNViwFglRSd9/NTpPWviXvpImNwiVUZHF1YWP7EdCDNoScS8ZOJynZ3iXxAFLfCqcmtdKnhVTYMf7lset50WFxeZjScGlVXUrrYj++m9u8u08347wmvhG+bMh0DqCCP903PYfjFV6hSo7OqJdbkmxYgaX20EvOKatGknFxv5PWeD1nZSHbMQdCbA2sNwB9ed5s5z3Z6uWqProFH36+86GeTkjrJpHK/SsREoQIiIAiIgCIiAIiIAmN3ABJ0ABJPgN5klrC4secA8g7dVgBRQ91Hd3ygmwygALruO+T7TBw7szgjZy7VSd0vlG/hrN7/UTs0z0kFMgsrE0yQb5gPkZtrEX101UdJ532dFV8QKDFkZT31N7jLuJ6OHJHVJnVhnFLqPVeGYRKQ7iIinkgGtuZI+YycakjpSCqAAAOg5ekqrTT12UnLaVmRqm8xtVmKufG0jUMQGvYq1jY2N9ZdJFSWHmRX29JDNWDXt/MlxBsPibfWC+05Wt2iGfIqO9ja4A1N9ctz3vSbjB4xai5lPmNiPAjkZRJN8ZLi0ronBvpLFvofOUNSUJ95NFTDxDCLWR1YXFjp7ge37Th+yuDaniayMLZVAPlmNiPDnPQkYc/GRsLwtalbuXRmHfe1+6t+6AdNzKynrF34Wuk0bjspTP+o1rDur5kXJI9xOjkXA4NaShF2FzruSdyZKnmTltJsyZWIiVIEREAREQBERAEREAREQDBiKCuLMLjzI+onF4rgC0cQaujM4IDWs2UN8rW0NrjXnbwndTR9ogL0+t218LC497TXDJqSRaL6axJjAPlA85bUeeii5ou0iOwCqWAsxcKbXVRe3XnNB2P4wrgqSqve6AISCpsMpI+WwBIJ3M72g9iG8CPQjUGaOj2aoYT4uJXOqDvGmrWVmv3QNLgXbYaekwzbbJ/BddjS/6bPJfRQXPOwlW4e1tVNvT7XnOJjHrBnq1GUclRiipc2HdUi9r87mWUuI1aGtGoXAGquS6sPEE3XzUiaLJJq0W/G6NJ2px3/TVDQ+EhW6OCwIZF1BCa7Xtr/wCInQdkRUFANUDXJOUtvlv3b3126zocG9HG0kqvTRirG6sA2R1/tYjbb3mbH4dvmuWB36iZYklO/CvVf+TCj/SWNWtr+azFew01lhubkWP3nWyhnXEHmdTsJsOzpJrjplb9v5E1J0/PpNp2XU/H62Vr+Fyv+Jz5v7GQ/DspWUlZ5xmIiIAiIgCIiAIiIAiIgCIiAUmr4/TvSzf2kH0Oh+/0m0mOtTDKynZgR7i0mLp2SjjkZSNCfS8NTLHS351BmGmpVipHykgg9RoZmdxyuDPTg7NDLgcKGY32G46mSeM4Fa1F6ROUNax6EEFftIOCx4GZSe9fTxEnHFgWB/UdOh52E58rlt0ujz7FdksSt1QK69cwF7a8yNdJh4T2HxdSzVX+AnS93Ou2UaD1M9L+NmUr9OvhIWDdsiqxJKXW998psG8bix9ZnsydmY+H4FMPTFKmO6pJJJuWJ3J6zPVuQR1EsxuJCLZRd20UDcsdh+cryyu4Xc/KNTyvbWX2Is1g1Gu+t/DXpLKhUDkTf6+UJqCzG1/Mb8vGYK1Sw3vra35vOtPhUoz31tp5Gdh2SwpVGdhqxsP9o/yT7TijUIZWZSwzC6qbELfWx625zrKPaJsoC0QoFgAzE6DTkP3mH8jaS1iUkdVE0dHjTfqQeNja3vvJ9HidNueU9G0+u04pQlH1FaZOiWg3l0qQIiIAiIgCIiAIiIAiIgFIia3EY4m4Xb+7+JMYuTpEpGs48iq4YXuw7yjXbY+BP7TS1XFr3vf3m4rL9/wzVV8Jqct1J10P7T0cMdVTZdGtr66gkHr0hOL5RlqLdSbNpdT0uOX+Jkq4Z0Fz3/C9vzeRmXNY5Ttt09zNpQjL0tZsUxifpdlHS4e3qdfrKUa6AuTUYFjyVCNrAjpe00WJwgN+7rtfS8htgBaxUfnl6TH+nX2TZ0FfiaIc2a7WsHYgvryUKLLfwE1f/W1KjXIIS/y8256n9pFThwA0UX66SUMOwXe3iP8AnWTHFGJDdk9aw62GlrX6f8iWvURQHfe9lA5mYaFE7FzbpeTUwiAGwH+esvRBbhKZJzsLE7W2A6TcUV0tIeHFhzH1H0kxH0hkEhbTKokZTf0+0zIfpM3QM6VSuqsV/OY2mwwvFBtU0/8ALl69JqHqftKFxMZY1Ihqzq1YEXBvfmJdOY4djjTa26HcdPETpUYEAg3B2M5ZxcWVaoviIlSBERAEREApI+LxS0xc+gG5lcVXCKW6bDqeQmhZi1yxuTufzlNMePZ98JSMz8SZgRZQD0ve3SYw4tMWgl2cc9J2KEV4i1FrNfT88piqH3lMQ9jYdRMTsACb6/50E0iiSxjv4c/HwkFVuJfiqxtz1OvLrImIxa01LtsAT6AX95svCUi7EIF3IHjccvsJB3N/tOd4nxmriKZaxpUjdb3BLXNtRbQ6bAzScPxdWh31dmTmrFiPCwI+0zeXX44bvDJR2Z6IDbp/A8T+byHjcV8qojOxYKoUE95iAFJ5XvIXZ7jD4mov+j3FZb7urte4QWGxsSTbZZ6nTRUDHOlOn0UIgDXsxJI5HLqDqZzZv5C8iYS4ed8Y7LY6gWrrUR0QZnRWINrXZQGXWw1vcHw5SaXNM01Y6uDa22lrm9/l1Gs7HjHGKVKjchqgY5QE71ydPmvYE36+U8+/qHVpMlNgzh0Zc6KAGRKi3GdGtlIIpi+8xx55KVPog7dM3ytY3v8Am0mhQeU5TsxxD41PK5JddCx0zjkw97eYm+wVXkeWnn0nddotKLTokhCD3faXiv5SitqfDkTFS3n4TMgo7g6X9pQH2mB6iry9RrKpiQdAQf4k/BBKR/KbngOLBzUydV1A20O9vI/eaP4n5pMGCrlcTTI2LAHlfN3dfeY5IpxZDVo76IicZmIiIAiJjqtYE9AT7CAaXilUsxH6V09eZ/b0kIaCYnrgan3lBUuB0noY41Gi9F7teYA4GpO3nFVtND+fzI6jfNcj83m6XCSQhJBbx+8x1qlh4yjVtPAfnpIjv+eXnIBHqvcgaXJ89pq+0tK9JbuQc4Fh+q9zlv6TOj5qljYAXyj1tc8uscfQmi1hnVNxfLcMCt78jci0u3SNcTqSdWc1gcIuJf4YJZ1zHRSA29wDsALW5knN69Djf6eUqVF6j4jRVJBCnVr2AHe11AFvtOf4PxAIykK182rLY5bA2K3G+uoPK/lO6w1T/q0dC/wWF7MpBFrtZlUggttceO855p+3/o75qVXfPnnTkex3EqdDMHI7rlRRQgvcrdnXYZbC2p3Y+U6ztBx4sihKZ0Ayo4BK8u8Od7HS/KaPG8DTCMlOi7NmGZ3bJmtmCJlaw2bUqNR1M5/E8TDuFeo1tVNSz6Le+tyCdb8jsJxTVys87Kk5OuHa8V4nXbDUkULTZjnJpMveZTde6NUF1Vr35TicbiqtTFZqznM2VSdGLAWVV0IUOdNrWJvpabmnUQsLBAircKoJBW6m+Rb3ckd2/wDiQcTTWiA9GiEN1JDXZxp31U7ggMBfTVrC9hLLGl0hKjednsGyoXYC7sxuL7E6Wvrbn6ybXfI4B0DX263/AMzPg7rTUHe1yByLHMQPAE29JBxdIucx3H056eM7YqognLU9vr59JkWpa/IW0N7/AIZzaYp1qpTuO+6ot+rEAZui67idHX4HiVJ/0i+l7oy29Lkaykpq+sWi4KGzC+oYX8jb9pGfDrbU25X21BkWslRAQUdL6szK17DTcjz1lrcQGgYhrXvfckDT6H6SNgbFLroWvbe/Pob9YwFNqlZADclhcj9IUgknpYftMFH4lY2SmzD+5VNh0uduvOdd2c4O1HM72zMAAB+kbm55kkD2mU50irdG/lYicpmIiIAlrC+kuiAcHjVIJW5JXQ+mmsx06gBAa/ry/ib3tFggCKoNrkB+lraG/I7CaHEkbi3Lb7Tux5LiXTsuGKBuL+Q+lvzrBNxpoBIqEXub6X+u0jYnHJa19Sfzzm6kSZqlYC+otMdT4jI7ohYIrMxuFAAXNqWsBoDJPC+ztSuylsyU13Yixax2UH/7WtOh7U0lo4GoiDKGAQAbnOwU+JNiSfKY5M6TqPWQ2eecEuyB3+d9f9oP6R5Tfnv02QEd6wIIGv8AB8ZFo0Cqi4KgC0yfGCkdN/adMeo0hJxdo8+47w2rSYlMy5WJKqTcb9/p+dJj4fiKiizPU0YMbMw102PI/vPROLcOWupcfOFGU9cp2IOmt/tOI4lh3RiCpHgfcE+H8Sui2s78Uoy/ZPv0SeJ8Rq18pDHIgJKgkHNoSTrbNoNuh6yFgMQHrLdL7WRWyqGF++1/L5df2llByDa422395AbFLZsuY1C3dW3LmCTobiY54fKK/wAiF9Xp2buWF0cNodVHdBsR8RwS1rZbKLC52G1sfC8OGqIgLHIo+ISwYi3yJmGmtyzAc7TX4HitWo4XJepurK2VQTcF352XOoC7b+nUcE4WKCEFs7sbu3ViSSdOpJlYQbfTj1a94bJ2FtJBq1CTYctv+JJSkXYqvLfXaTqfDwhuPm/ibypcKnMV6TBlYIQUIYEg6EG4PuBPX6TXUHqAfpOLelca/ST+FcX+Hlp1Pl2DE3sOh8PtOPNFvpSSs6iWNSB3ANtrgaS+VnMUKSsRAEREAREQBERAMVakrKVYAqRYg7ETTN2Yo3uC6i/yhri3QXFx7zexJTa8BzR7JU7/ADuF6C1/LN7cpscDwKhRN0pjN/c12PoWvb0tNpLKjhQSTYCS5SfLJtmLFV8i3tck2AmqxTZ/msw3A5D06+PjGLxBZr3t08BIVetkFyROjHjrr9JSJAy7aWkTE4Km97oL8iND7iQf+70w1i6g9LyWMQLAgg+N9JvrRejW1uEOvyPmB/S+/hrIOOoo/drU8rcm/wDywm+/6gTJnVwQQCLbHnL7Ne9JUmjy/i/CnpnOtsoJ7w5gi1nHXflOb4Vw+q1QMq3BPqdduoPtPXOJYZVGwNMnUHkZjo0kRboqqDbYAXuOdpWSUmmb/mum/Ua7g/CBRUk2znfmPQ7zY00LtlFh152mN6ttbm3h/Mn8Ka65xuxNvIafsZdukYyk5O2TKSKgAA/n1l5e+0rkvvLkQCUtFS1zpaYnoi1pIzCULCVfQbLgePGTIzAFNASQLryt5be03KuCLggjqNZyNhfaS8DiPhNf9LfMPsR4zmni+UUcTpolJWYFRERAEREAREQBERAKTn8ZiSzsL3VTZR4jc+JvedBONx2Jy5ypGW7kMNbi5OlprhS2LRIPH+0lLDCzks5HdQb/AOB5ziOIcYXHI6s5RqbAqjah7m125adPGc/xbi4xH+pm77G7eHQDwGkjYaqpIJIHU7cuZnfFxjJfJ0wUYvvT0bjRCqmHQKCVXPksMxK6XsPzSahqlbD0/howt+kkXK+U0OGxVj3T5a3PW4J/xNwmPDrZzr4/4nVHRxpmral6U4Vx+qlQJWAYMQA40t0uOk73B1AwvprPLOI4pAxAsdJ0/YbFlkdCb5CCNdg1/wBwZz5FFeGOSKXh1eKTMCp+VgRt+azgl7Qmm5R0JbPlOoFipsdDynfuCRqfKT8F2FwIf4z0A9RgC2cs65jqSEJyjXw/ecs8miMW6PNMbxM1CQpsp21nZ8CqhqFMg37i+ulrzpV7IYICww1Mb8jpfprpvymqr8OTDMKVJSqBVKgktYag95iSdRzMpHLs6EZWZFaY3qGR2qAdb9Jpe0PHxhlB3dr5V5ADUkn83mselqNy1S38S5X5znsLjGxFsrhcyB1I1uea+Y/mQeI8eqqtRUADoe8rHbXcHYj+ZtpL6NHhlVnXtU8ZnbEDaeV0u2jM13ulhy7wJ6ZTr7GbjgXbNKrlHGT+1ibBv4Mzk1Xpm1R6rwXiIbuMdf0k8x09Jup51h+IqT3DtzHI+c7vh2JFSmrjmNfMaH6iceSNO0ZyVEuIiZlRERAEREAREQChnE46jZnTYLmBPhyA8xadtOe4/QIYMNnsD5gc/QfSa4XUiyPnTjmBFCu6KSVDMBfcC+nnpIKPadv/AFF4M4cYhAWRh3+oYC3sQBOEBl5/rLhayWla0q2Lbr+eEhhpQtK/kZOzJHxp2X9PMUTXdRfVOXgy/wAmcMiFjoCfKekf004ayZ6zc+6vvdvsPrL4tm7+CU2drUY21N/ved9SSygdAB7Ccfwuh8TEAckszenyj1NvYzs5TNK3RmxNF2iTVD/uB+hH7zezXccoFqLZRdlsRbw3+hMyi6ZCfTk651nnH9Q6gDUx+rISfVjb7T0WoygXvfkANyTPMP6haYgnkyKAfK4P1nWn8myOaw/EKiWyOy21ABOh6jpMicTqB8xYkkWNze4PWa4QTMlkkvGN5fZKxlVXNwLSMptKSqrc6Srk5O2VcrdnonYriDZCGGcKRY8wCP8Amet9kauam+lrNsfFR/E8i7FUSlMswsCdCRva9yPUz2LsrQZaALCxYlhcWNrAAkeIF/WTN/qRLw3kRExMxERAEREAREQBI+Kw4dWVtiPboR4iSIgHD8R4cU7lQKUbZtwwHIg7HbScLx3sMj3ej3Gtqt9L/tPbnphhYgMOhAI9jNfV4LRY/Jbe4UlQfQftNo5eU0WTPl/GcIr03KNSfMOiswPiCBYiXUuC4hiB8Fx5rlt5kz6d/wCw4e2U0lbxa7H0Ym49Jd/2TD3v8CmfNFP0IlG1Ys8f4N2JAVc772JC7nzb+J1uCwwzLh6IAI+UbADUkk9Nz6zrP/jtDNmysB/aGIXQkiwG2pPObHD4NEHdVV8QNd76nczR5v1pEuRF4Pw0UUsTmdrFm6kDQDwE2cpKzBuyglJWIB592mw7UHzZDkLXVgO6Ln5TyB+8857do7UkY2srML+DAW8tp9BVaSupVgGUixB1BB6ic9j+xuHqEauii91Uix2/uB6fWaKfKZZS+z5hvMiU2OwM+jU/prw4HMaJY+LEfRbCTF7C4EDu0cviHe48fmlbQ2PnbB8EqvstvEzpOFdmlUi/fc2AA5k8gJ7jQ7MYVBYUgfFizH6nT0k7DcMo07ZKSIRsVVQfe15OyXhOyOd7O9mihVqwAKWyKCDr1a2mmlh4TrolZVtv0q3YiIkECIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIBSJWJAEREkCIiAIiIB//2Q==\",\n                \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxMTEhUTEhMWFRUXFxcVGBcXFhUYFxgXFxcXFxYXFRUYHyggGB0lGxcVITEhJSkrLi4uFx8zODMsNygtLisBCgoKDg0OGhAQGisfHyUtLS0tLy0vLS8rLS8tLS0tLS0tLy0tLS0tLS0tLS0tLSstLS0vLS0tLS0tLS0tLS0tK//AABEIAOEA4QMBIgACEQEDEQH/xAAbAAEAAgMBAQAAAAAAAAAAAAAABAUBAgMGB//EADgQAAIBAgMFBQcDAwUBAAAAAAABAgMRBCExEkFRYXEFgZGh8AYTIrHB0eFCUvEUMjMHI2JyksL/xAAZAQEAAwEBAAAAAAAAAAAAAAAAAgMEAQX/xAAnEQEBAAICAgIBAgcAAAAAAAAAAQIRAzESITJBURNhBCJxgZGh8f/aAAwDAQACEQMRAD8A+4gAAAAAAAAAAAYbsBkEKp2jFaZmKXaSbs1YJeGX4Tga06iehsEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGynxmIcnllYsO0auzB88ihdRWunnbVfPzDRwYb9uzstbGjmnoV9a8nb75WtlzJmCw7au8l5nNtt45jN1LwmJcXlp60Lb+rhx+ZVRgkZkdZc8JlU6faMVomzEe048H5Fds3Huwj+lFxHGQf6kdoyT0dygcDam2tG10CN4l8CvoY/dPx+5PjJNXWgVXGztkGkqqWTZmM09GEWwAAAAAAAAAAAAAAAAAAAACH2pFum7bs2eektrLTfbLTgeslG6sUFfBShK1sm8nbdzDT/D5yekfC4e72pN2WiaJje4zJGLBfll5URtYKJtYIsWBsGBo4mtjq0atAabJvCbSydrmAEbHCberbZmEnqnYzXlZq2/mznt59PXeFnjLFpgcY29mS7yeeepzakmvsegjoGTlx8ayAAqAAAAAAAAAAAAAAAACs7SqfGlwXmyzKHFybqT5NLwSCzim8mzRtY5pet35NrtcA1N0yu7U7co0P8ALUjBPj66lldtevkfH/8AU/szFLHU69OM5xXu5UnGLkozg76dUvBX1Ds/Otvq+CxcKsVKnLbi9JJ3T5pkls877DYKvTw168NmrUnOrKKtaLna6WzkrvO2dtq13Y9C521VuFwd9Ngef9rvaalgqSqVLycnsxitZPNvolbXoduwe2PfxTcJU5bMZbMtdmcVKMk96aYPFc+uhpfgZZo2HGZ6O/2OEVu06G03uNFOys3mEsfUG80ueSPRQ0WVuRSdnYOU5bT/ALV58kXoZeay3QAApAAAAAAAAADWpKyb4AJzS1dji8ZD9xV4iq5vPTcaKmF84vXtdUsRGWjudSh0eWTLPBYna+F6/MI58evcSygxqtVnzs/JF+UPbkHGpGe6Ss+q08n5A4fk1S5+J0jPmmR4VOZ0i+Dv3Br06U7t2WSWbf0RMViFSnZdW368DsqhxVn23niUnbea/wBVF5SWXiiux14yvufzI1TEHWjDgxyksVH+pHsXLHU6boSSnTbaUnk1LVJ9ydzt7BezFbC0n/Uz26rSjlKUtiEb7Mbt7r2yskkkj03Z83sfF3DEyzVnrqFPWVn+ya3XtzOTly+XyDk/49Zmm163hJrKpmWeB7PhZSl8V80nor7uZUvNpcXY9PGNklwCnlysmoRVslkZADMAAAAAAAAAAAQ+1KloJfudvqTCt7Yf9veE8PlEJSsaVKuyryaiuMnZZh3tJxs5WezfTatkn32KDHY6OyqeJcnUjLal7vZSV1lFt5N24LfqSkb+HivJlqf3/P8AhaSxkVWVJ7Tk7Zq1s81vz6llRezJPg8/XQ81LEVrupFKHu1FKNk2oWyV7Zq2bd+J6OMr2fFJ+KT+osS5uLwk/ee/e/f/ACrxMidrYV1KbUf7l8Ueq3d6uu87UqiUItvKy+RWdpdryim6cU+cvoiLz8Mcrl/KrcPO+4lR6peuBR4HFtyk3ndtvdm838y2VS6uG/LGxtKpnZvXTK3cR6/wzVS8rJOMltSsr2tJwvbLNN2333HSrmjSM2rJ58+hxG4s4vtCMKUqmUoqLeWallklbW7su8dnYVQhBTzmopSbzvK2b8ThVwdCbe1Tg28m3FXv1W/mbxo2X+WbXPZb6bWzfv15hHVk1EyGMi3KMWrxspLerq6v3DbbfmRab/TFbNtHxvnfz15kimrIEw17bSaNKj4G1zNDDSm7JZb3uSOl9dpHZGH2pbbWS05v8F2c6FJRiorRHQMeeXldgACAAAAAAAAAAABXdtZRi918+8sThjKKnCUXwy67gljdVSbWjWhUY3BOnVnVjB1ITTU4LOSeWa4p2566aFpQSaOybR2XTdhncLuf0ry+CjiK0lFqUY7KjJ7OylHK/e7ac3uPV7Hgl6XhYQqXNXN35etBbtZy8t5LPUxk+oy5N6u6Wi4CdO5q5eR1jNPecV60r1gltN2zsvS4Gs8OlxS5ZZ9CfTer15r+Q2np9wn51WOjL9zW5ZK9+ppNzWtn11vp4ak+rfh4LTrkcKsL2V/W44lMvyhuvmst6T4o6RxEXZX/AB1FWnx09ZcjRUvDzt9g76SYzVlmvXA6+8Wt0RPd56fUzOjcI2RJpYqm5bLqJcXZvuyyPQYGdNx/22muWvVnj4YVZ953pU3HOLcXyefkdVcvF5dV7IFLge1mrRqf+vui5jJNXTuuQYssLj2yAAiAAAAAAAAAAAAAPPdo0PdTutJXa5cjlCuehxFCM1aSuikr9kTi/h+JeD8w08fJLNVydZLdy8jb3mWtn+fXiQ5Jp5prXczRVbP13nGiaT4T3/I3SjlZJPhlf8FasTpbflluvwJmGbedmr6LPvvzCetJXrX5WDXH19zXr8w7vlz3HUGs4P8AlevM5Sj113b92iOko7rq3z7zV5ZX+Xkg641Ip8c9PsaqnndX8jtJZZevSNVF/wAh3bRJP19zeNLLPM6bHJ9xlRDm3B01nvDRtVhpu3evW81VN7v4/ASjDid8LOUf7ZW5fyYjB8Letx2jAI5Sadv6yo/1eSNHip/uZq0YaCrwxSqPaLX9+a4rX8ljTqKSutCgnzOmBxuxJJvJvP7hVnxfcXwADOAAAAAAAAAAAUntNFbMOr+XrxLs897RTvUhHhG/S7/AW8PziJhoWWncSo9fmcKKsjo2+IbXbZ5GkpcvPIxGXr7B9655Xt0A0lLS+fdbdd28DLjv0bu+L4m2znn17uAayfrwAxCna9+L66GYLK9/DQJvJfQW5dHkHGe9+XyMqL/c/IKXXoFfc/H1mBHx0Lrn4GtGqnp49DtUgmmm9bkWl2dWVJSg1US4X2stcnr3BOZSTVqXGoZc/XBFX/WWdpJxfB5PPeSKeIVteAduKa6qv63Gjra+vX5ITrriarELX1wCNxTZVV1NKcducVzXzIUsRz9by29n8JJv3klZWyvvvvXkFXJfGPQoABhAAAAAAAAAAAPM9sr/AH3bhG/gemPM9uO1frFP6fQLeH5OUEdG/ViPTrtu0Y357vEkujJ7vMNrMY3Mxi+Hfc0qQaV7Pus/I408Wm7Xs2EpjbPSW33HNv0jEb62b4flmbO3O3zuHNDnufz09fQOaz9dz+5q4t7+4zw0z9ZoON0+Rls5pfwYlNK11mDTapNvKxddkQtRj3vxbPOyquUtmOnH8lxhMVKKUXZpK3PxCvmwtx1FjiMNCatOMZdUmV9fsCjK9k4P/i/o7omUsbF5PJ8/uSEwyTLPD9nnJey7vlVy/wCufzNqXsuv1VZPoksu++Z6I5yxEVrJeIT/AF+S/aHhexaMNIXd73lnbpcsDSFRPRp9GbhVbb2AAOAAAAAAAAAAAHn/AGqg70mtW3G3nc9AU/tA/wDGubfyCfH8ogYSNrK1ibEh059STTkGp1ZCxmDU09nKWqfPmTts094Esc7LuOGGwjt8bz3pPLxZIkktwUt5n3gRyytvtxlTW7J2Ikrp2e/T8IsJTuRMdFNdM1f5B3HP3pzcnv8AXUi3c38Om979dyZGniW8k2+P2bLHB07Lc29eoXyam3ehSS0R2uaPl66mNrmEe3WxvCrKP9rty3eBw94a7QQyx32mVsW5fgi1Z5HNzsOb13cugR1MY5+/lF3V10L3svGe9gpb1k1zPO4iqTPZqt8c48Un4O31Cnlks29CAAzgAAAAAAAAAAFL7SL/ABvdeSffZ/QuiJ2phfeU5R36x/7LT7d4Sxurt5ulUtzRLjV7imhUayd01l0sSIVvXH7BrWbrCM7u1rc+RGjN23+RtTqO2YOkuczntnB1DG2EHdzI+Jq5Z6Gs5EStUBO3KlFbVuD+XpFpSnbTP1zKGpWtJ78yxwmMTtmkGq3cWjlvyT9acWYvxy+vcRlU7+plTdvr/IRddrI2U+H4IinbJeu/6GJS3d33sHKl09b5W8u4516gdTgRakwqt3XLEVCd7IRvUqy4RjH/ANNv/wCUU+IqHp/ZHD7NDaaznJy7tF5K/eFXJfS7AAUAAAAAAAAAAAAADzftH2W7utDT9a4W/UvqUtGse+aPNdsdh7Px0Vlvhw5xX0C7j5Pqq51Ms8jenPJIgOeR3pTugvvSS5mNs0uYYQbTmc8FR95VjHdfPuzOVadj0nYHZXu17yd9trTgnufMI26ScR2JQnrTV7Wusn1yKyr7JxWdOrJP/kk+masekAVTkynVeLxXZuIpax248Y5+WqIscUt/H1c98QsX2VRqZygr/uWTvxute8Lcee/byyrq3r6inNbXy4HbG+ztaDvSamu5S708mVO3OLW1GUeqaC6ZTLpZ1KhHnM4SrbiVhOzatZpRi4x3zkml3fu7grtkR8LhJV6ipx01k/2x3vruR76lTUUoxVkkklwSySI/Z2AhRjswXV75PiyUGfPLdAAEQAAAAAAAAAAAAAAAFD2t2FtPbpWTesdE+a4FBVw9SF7watdaPvV9570Bbjy2PB0nKVrQn3Rb+ROp9k1pfot/2aXlr5HrgC8m+oqey+xY07SnaU93BdFx5lsAFduwABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9k=\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 116,\n            \"title\": \"Pink Bear Pack of 2\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"144331\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxMTEhUTEhMWFRUXFxcVGBcXFhUYFxgXFxcXFxYXFRUYHyggGB0lGxcVITEhJSkrLi4uFx8zODMsNygtLisBCgoKDg0OGhAQGisfHyUtLS0tLy0vLS8rLS8tLS0tLS0tLy0tLS0tLS0tLS0tLSstLS0vLS0tLS0tLS0tLS0tK//AABEIAOEA4QMBIgACEQEDEQH/xAAbAAEAAgMBAQAAAAAAAAAAAAAABAUBAgMGB//EADgQAAIBAgMFBQcDAwUBAAAAAAABAgMRBCExEkFRYXEFgZGh8AYTIrHB0eFCUvEUMjMHI2JyksL/xAAZAQEAAwEBAAAAAAAAAAAAAAAAAgMEAQX/xAAnEQEBAAICAgIBAgcAAAAAAAAAAQIRAzESITJBURNhBCJxgZGh8f/aAAwDAQACEQMRAD8A+4gAAAAAAAAAAAYbsBkEKp2jFaZmKXaSbs1YJeGX4Tga06iehsEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGynxmIcnllYsO0auzB88ihdRWunnbVfPzDRwYb9uzstbGjmnoV9a8nb75WtlzJmCw7au8l5nNtt45jN1LwmJcXlp60Lb+rhx+ZVRgkZkdZc8JlU6faMVomzEe048H5Fds3Huwj+lFxHGQf6kdoyT0dygcDam2tG10CN4l8CvoY/dPx+5PjJNXWgVXGztkGkqqWTZmM09GEWwAAAAAAAAAAAAAAAAAAAACH2pFum7bs2eektrLTfbLTgeslG6sUFfBShK1sm8nbdzDT/D5yekfC4e72pN2WiaJje4zJGLBfll5URtYKJtYIsWBsGBo4mtjq0atAabJvCbSydrmAEbHCberbZmEnqnYzXlZq2/mznt59PXeFnjLFpgcY29mS7yeeepzakmvsegjoGTlx8ayAAqAAAAAAAAAAAAAAAACs7SqfGlwXmyzKHFybqT5NLwSCzim8mzRtY5pet35NrtcA1N0yu7U7co0P8ALUjBPj66lldtevkfH/8AU/szFLHU69OM5xXu5UnGLkozg76dUvBX1Ds/Otvq+CxcKsVKnLbi9JJ3T5pkls877DYKvTw168NmrUnOrKKtaLna6WzkrvO2dtq13Y9C521VuFwd9Ngef9rvaalgqSqVLycnsxitZPNvolbXoduwe2PfxTcJU5bMZbMtdmcVKMk96aYPFc+uhpfgZZo2HGZ6O/2OEVu06G03uNFOys3mEsfUG80ueSPRQ0WVuRSdnYOU5bT/ALV58kXoZeay3QAApAAAAAAAAADWpKyb4AJzS1dji8ZD9xV4iq5vPTcaKmF84vXtdUsRGWjudSh0eWTLPBYna+F6/MI58evcSygxqtVnzs/JF+UPbkHGpGe6Ss+q08n5A4fk1S5+J0jPmmR4VOZ0i+Dv3Br06U7t2WSWbf0RMViFSnZdW368DsqhxVn23niUnbea/wBVF5SWXiiux14yvufzI1TEHWjDgxyksVH+pHsXLHU6boSSnTbaUnk1LVJ9ydzt7BezFbC0n/Uz26rSjlKUtiEb7Mbt7r2yskkkj03Z83sfF3DEyzVnrqFPWVn+ya3XtzOTly+XyDk/49Zmm163hJrKpmWeB7PhZSl8V80nor7uZUvNpcXY9PGNklwCnlysmoRVslkZADMAAAAAAAAAAAQ+1KloJfudvqTCt7Yf9veE8PlEJSsaVKuyryaiuMnZZh3tJxs5WezfTatkn32KDHY6OyqeJcnUjLal7vZSV1lFt5N24LfqSkb+HivJlqf3/P8AhaSxkVWVJ7Tk7Zq1s81vz6llRezJPg8/XQ81LEVrupFKHu1FKNk2oWyV7Zq2bd+J6OMr2fFJ+KT+osS5uLwk/ee/e/f/ACrxMidrYV1KbUf7l8Ueq3d6uu87UqiUItvKy+RWdpdryim6cU+cvoiLz8Mcrl/KrcPO+4lR6peuBR4HFtyk3ndtvdm838y2VS6uG/LGxtKpnZvXTK3cR6/wzVS8rJOMltSsr2tJwvbLNN2333HSrmjSM2rJ58+hxG4s4vtCMKUqmUoqLeWallklbW7su8dnYVQhBTzmopSbzvK2b8ThVwdCbe1Tg28m3FXv1W/mbxo2X+WbXPZb6bWzfv15hHVk1EyGMi3KMWrxspLerq6v3DbbfmRab/TFbNtHxvnfz15kimrIEw17bSaNKj4G1zNDDSm7JZb3uSOl9dpHZGH2pbbWS05v8F2c6FJRiorRHQMeeXldgACAAAAAAAAAAABXdtZRi918+8sThjKKnCUXwy67gljdVSbWjWhUY3BOnVnVjB1ITTU4LOSeWa4p2566aFpQSaOybR2XTdhncLuf0ry+CjiK0lFqUY7KjJ7OylHK/e7ac3uPV7Hgl6XhYQqXNXN35etBbtZy8t5LPUxk+oy5N6u6Wi4CdO5q5eR1jNPecV60r1gltN2zsvS4Gs8OlxS5ZZ9CfTer15r+Q2np9wn51WOjL9zW5ZK9+ppNzWtn11vp4ak+rfh4LTrkcKsL2V/W44lMvyhuvmst6T4o6RxEXZX/AB1FWnx09ZcjRUvDzt9g76SYzVlmvXA6+8Wt0RPd56fUzOjcI2RJpYqm5bLqJcXZvuyyPQYGdNx/22muWvVnj4YVZ953pU3HOLcXyefkdVcvF5dV7IFLge1mrRqf+vui5jJNXTuuQYssLj2yAAiAAAAAAAAAAAAAPPdo0PdTutJXa5cjlCuehxFCM1aSuikr9kTi/h+JeD8w08fJLNVydZLdy8jb3mWtn+fXiQ5Jp5prXczRVbP13nGiaT4T3/I3SjlZJPhlf8FasTpbflluvwJmGbedmr6LPvvzCetJXrX5WDXH19zXr8w7vlz3HUGs4P8AlevM5Sj113b92iOko7rq3z7zV5ZX+Xkg641Ip8c9PsaqnndX8jtJZZevSNVF/wAh3bRJP19zeNLLPM6bHJ9xlRDm3B01nvDRtVhpu3evW81VN7v4/ASjDid8LOUf7ZW5fyYjB8Letx2jAI5Sadv6yo/1eSNHip/uZq0YaCrwxSqPaLX9+a4rX8ljTqKSutCgnzOmBxuxJJvJvP7hVnxfcXwADOAAAAAAAAAAAUntNFbMOr+XrxLs897RTvUhHhG/S7/AW8PziJhoWWncSo9fmcKKsjo2+IbXbZ5GkpcvPIxGXr7B9655Xt0A0lLS+fdbdd28DLjv0bu+L4m2znn17uAayfrwAxCna9+L66GYLK9/DQJvJfQW5dHkHGe9+XyMqL/c/IKXXoFfc/H1mBHx0Lrn4GtGqnp49DtUgmmm9bkWl2dWVJSg1US4X2stcnr3BOZSTVqXGoZc/XBFX/WWdpJxfB5PPeSKeIVteAduKa6qv63Gjra+vX5ITrriarELX1wCNxTZVV1NKcducVzXzIUsRz9by29n8JJv3klZWyvvvvXkFXJfGPQoABhAAAAAAAAAAAPM9sr/AH3bhG/gemPM9uO1frFP6fQLeH5OUEdG/ViPTrtu0Y357vEkujJ7vMNrMY3Mxi+Hfc0qQaV7Pus/I408Wm7Xs2EpjbPSW33HNv0jEb62b4flmbO3O3zuHNDnufz09fQOaz9dz+5q4t7+4zw0z9ZoON0+Rls5pfwYlNK11mDTapNvKxddkQtRj3vxbPOyquUtmOnH8lxhMVKKUXZpK3PxCvmwtx1FjiMNCatOMZdUmV9fsCjK9k4P/i/o7omUsbF5PJ8/uSEwyTLPD9nnJey7vlVy/wCufzNqXsuv1VZPoksu++Z6I5yxEVrJeIT/AF+S/aHhexaMNIXd73lnbpcsDSFRPRp9GbhVbb2AAOAAAAAAAAAAAHn/AGqg70mtW3G3nc9AU/tA/wDGubfyCfH8ogYSNrK1ibEh059STTkGp1ZCxmDU09nKWqfPmTts094Esc7LuOGGwjt8bz3pPLxZIkktwUt5n3gRyytvtxlTW7J2Ikrp2e/T8IsJTuRMdFNdM1f5B3HP3pzcnv8AXUi3c38Om979dyZGniW8k2+P2bLHB07Lc29eoXyam3ehSS0R2uaPl66mNrmEe3WxvCrKP9rty3eBw94a7QQyx32mVsW5fgi1Z5HNzsOb13cugR1MY5+/lF3V10L3svGe9gpb1k1zPO4iqTPZqt8c48Un4O31Cnlks29CAAzgAAAAAAAAAAFL7SL/ABvdeSffZ/QuiJ2phfeU5R36x/7LT7d4Sxurt5ulUtzRLjV7imhUayd01l0sSIVvXH7BrWbrCM7u1rc+RGjN23+RtTqO2YOkuczntnB1DG2EHdzI+Jq5Z6Gs5EStUBO3KlFbVuD+XpFpSnbTP1zKGpWtJ78yxwmMTtmkGq3cWjlvyT9acWYvxy+vcRlU7+plTdvr/IRddrI2U+H4IinbJeu/6GJS3d33sHKl09b5W8u4516gdTgRakwqt3XLEVCd7IRvUqy4RjH/ANNv/wCUU+IqHp/ZHD7NDaaznJy7tF5K/eFXJfS7AAUAAAAAAAAAAAAADzftH2W7utDT9a4W/UvqUtGse+aPNdsdh7Px0Vlvhw5xX0C7j5Pqq51Ms8jenPJIgOeR3pTugvvSS5mNs0uYYQbTmc8FR95VjHdfPuzOVadj0nYHZXu17yd9trTgnufMI26ScR2JQnrTV7Wusn1yKyr7JxWdOrJP/kk+masekAVTkynVeLxXZuIpax248Y5+WqIscUt/H1c98QsX2VRqZygr/uWTvxute8Lcee/byyrq3r6inNbXy4HbG+ztaDvSamu5S708mVO3OLW1GUeqaC6ZTLpZ1KhHnM4SrbiVhOzatZpRi4x3zkml3fu7grtkR8LhJV6ipx01k/2x3vruR76lTUUoxVkkklwSySI/Z2AhRjswXV75PiyUGfPLdAAEQAAAAAAAAAAAAAAAFD2t2FtPbpWTesdE+a4FBVw9SF7watdaPvV9570Bbjy2PB0nKVrQn3Rb+ROp9k1pfot/2aXlr5HrgC8m+oqey+xY07SnaU93BdFx5lsAFduwABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9k=\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 120,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 117,\n            \"title\": \"Purple Bear pack of 5\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"90552\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHCBYVFRgWFhYYFhgYHBofGRgZHBkZHxocHBgeHBwaGRocIS4lHB4rJBgaJzgnKy8xNTU1GiQ7QDs0Py40NTEBDAwMEA8QHxISHzQrJSs1NDU0NDQ1NDYxNDQ0NDQ0NDQ0NDE0NDQ0NDQ0NDQ0NDQ0NDQ0NTQ0NDQ0NDQ0NDQ0Nf/AABEIAPEA0QMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAABAECAwUGBwj/xAA6EAACAQIEAwYFAwMDBAMAAAABAgADEQQSITEFQVEGImFxgZETMqGx8ELB0QdS4SNy8RQVYpIWstL/xAAZAQEAAwEBAAAAAAAAAAAAAAAAAQIDBAX/xAAlEQACAgMBAAICAQUAAAAAAAAAAQIRAxIhMUFREyIEFDJhofH/2gAMAwEAAhEDEQA/APZoiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiYcRiFQXYhRAMsrIFPilJtmtrbUEeuo2k6GmvQIlrOBqSB56TX1+KAGygv47L76/a0lRb8FGyia5OJrbvAg9B3uXWWjiwtco3plP3Ilvxy+iaNnKyLTxqMB3gL8m0PsZmaoACSdALk+ErTXpBVjbU6ASI3E6IOU1FB89P/AG2+s02OxbVtiyoP0nTN1zDf0Ok09XiNFHVD8xuRofWxtrN4fx5TRZQb8O7p1FYXBDDqCD9pfOLo4q1mRiCeY59PAibvAcXuQlSwYmwYDQnkPA/SUnhlAOJuolJWZFRERAEREAREQBERAEREAREtY2F+kA13FuI/CAVRmdr5RpbQgEm5/wDKc7ia5F6lRwdDdmIAUX2tsBLOI8RDM2IJCU1UDXewJ7xtzNwLC+wnlPabtA+IYqpKpfupfQeLW3b7TswY0lszSMT1HA8XoVWZEdHZdwD9vebzh+O+H3T8t/8A1v08J4f2IoO2MTJyU59DbLz8rm3tPa6SgDrNZxTVNEySJGIqFzdtRfujTT/Msy9JjL2lj1JWMK4iDJUGogyOtW8yB9ZfVoGQHnKBNCLkA20B3trrLC/56yrPKuIIHHsK9Sg6ISGIsLG31nmPFsDi8OVNViwFglRSd9/NTpPWviXvpImNwiVUZHF1YWP7EdCDNoScS8ZOJynZ3iXxAFLfCqcmtdKnhVTYMf7lset50WFxeZjScGlVXUrrYj++m9u8u08347wmvhG+bMh0DqCCP903PYfjFV6hSo7OqJdbkmxYgaX20EvOKatGknFxv5PWeD1nZSHbMQdCbA2sNwB9ed5s5z3Z6uWqProFH36+86GeTkjrJpHK/SsREoQIiIAiIgCIiAIiIAmN3ABJ0ABJPgN5klrC4secA8g7dVgBRQ91Hd3ygmwygALruO+T7TBw7szgjZy7VSd0vlG/hrN7/UTs0z0kFMgsrE0yQb5gPkZtrEX101UdJ532dFV8QKDFkZT31N7jLuJ6OHJHVJnVhnFLqPVeGYRKQ7iIinkgGtuZI+YycakjpSCqAAAOg5ekqrTT12UnLaVmRqm8xtVmKufG0jUMQGvYq1jY2N9ZdJFSWHmRX29JDNWDXt/MlxBsPibfWC+05Wt2iGfIqO9ja4A1N9ctz3vSbjB4xai5lPmNiPAjkZRJN8ZLi0ronBvpLFvofOUNSUJ95NFTDxDCLWR1YXFjp7ge37Th+yuDaniayMLZVAPlmNiPDnPQkYc/GRsLwtalbuXRmHfe1+6t+6AdNzKynrF34Wuk0bjspTP+o1rDur5kXJI9xOjkXA4NaShF2FzruSdyZKnmTltJsyZWIiVIEREAREQBERAEREAREQDBiKCuLMLjzI+onF4rgC0cQaujM4IDWs2UN8rW0NrjXnbwndTR9ogL0+t218LC497TXDJqSRaL6axJjAPlA85bUeeii5ou0iOwCqWAsxcKbXVRe3XnNB2P4wrgqSqve6AISCpsMpI+WwBIJ3M72g9iG8CPQjUGaOj2aoYT4uJXOqDvGmrWVmv3QNLgXbYaekwzbbJ/BddjS/6bPJfRQXPOwlW4e1tVNvT7XnOJjHrBnq1GUclRiipc2HdUi9r87mWUuI1aGtGoXAGquS6sPEE3XzUiaLJJq0W/G6NJ2px3/TVDQ+EhW6OCwIZF1BCa7Xtr/wCInQdkRUFANUDXJOUtvlv3b3126zocG9HG0kqvTRirG6sA2R1/tYjbb3mbH4dvmuWB36iZYklO/CvVf+TCj/SWNWtr+azFew01lhubkWP3nWyhnXEHmdTsJsOzpJrjplb9v5E1J0/PpNp2XU/H62Vr+Fyv+Jz5v7GQ/DspWUlZ5xmIiIAiIgCIiAIiIAiIgCIiAUmr4/TvSzf2kH0Oh+/0m0mOtTDKynZgR7i0mLp2SjjkZSNCfS8NTLHS351BmGmpVipHykgg9RoZmdxyuDPTg7NDLgcKGY32G46mSeM4Fa1F6ROUNax6EEFftIOCx4GZSe9fTxEnHFgWB/UdOh52E58rlt0ujz7FdksSt1QK69cwF7a8yNdJh4T2HxdSzVX+AnS93Ou2UaD1M9L+NmUr9OvhIWDdsiqxJKXW998psG8bix9ZnsydmY+H4FMPTFKmO6pJJJuWJ3J6zPVuQR1EsxuJCLZRd20UDcsdh+cryyu4Xc/KNTyvbWX2Is1g1Gu+t/DXpLKhUDkTf6+UJqCzG1/Mb8vGYK1Sw3vra35vOtPhUoz31tp5Gdh2SwpVGdhqxsP9o/yT7TijUIZWZSwzC6qbELfWx625zrKPaJsoC0QoFgAzE6DTkP3mH8jaS1iUkdVE0dHjTfqQeNja3vvJ9HidNueU9G0+u04pQlH1FaZOiWg3l0qQIiIAiIgCIiAIiIAiIgFIia3EY4m4Xb+7+JMYuTpEpGs48iq4YXuw7yjXbY+BP7TS1XFr3vf3m4rL9/wzVV8Jqct1J10P7T0cMdVTZdGtr66gkHr0hOL5RlqLdSbNpdT0uOX+Jkq4Z0Fz3/C9vzeRmXNY5Ttt09zNpQjL0tZsUxifpdlHS4e3qdfrKUa6AuTUYFjyVCNrAjpe00WJwgN+7rtfS8htgBaxUfnl6TH+nX2TZ0FfiaIc2a7WsHYgvryUKLLfwE1f/W1KjXIIS/y8256n9pFThwA0UX66SUMOwXe3iP8AnWTHFGJDdk9aw62GlrX6f8iWvURQHfe9lA5mYaFE7FzbpeTUwiAGwH+esvRBbhKZJzsLE7W2A6TcUV0tIeHFhzH1H0kxH0hkEhbTKokZTf0+0zIfpM3QM6VSuqsV/OY2mwwvFBtU0/8ALl69JqHqftKFxMZY1Ihqzq1YEXBvfmJdOY4djjTa26HcdPETpUYEAg3B2M5ZxcWVaoviIlSBERAEREApI+LxS0xc+gG5lcVXCKW6bDqeQmhZi1yxuTufzlNMePZ98JSMz8SZgRZQD0ve3SYw4tMWgl2cc9J2KEV4i1FrNfT88piqH3lMQ9jYdRMTsACb6/50E0iiSxjv4c/HwkFVuJfiqxtz1OvLrImIxa01LtsAT6AX95svCUi7EIF3IHjccvsJB3N/tOd4nxmriKZaxpUjdb3BLXNtRbQ6bAzScPxdWh31dmTmrFiPCwI+0zeXX44bvDJR2Z6IDbp/A8T+byHjcV8qojOxYKoUE95iAFJ5XvIXZ7jD4mov+j3FZb7urte4QWGxsSTbZZ6nTRUDHOlOn0UIgDXsxJI5HLqDqZzZv5C8iYS4ed8Y7LY6gWrrUR0QZnRWINrXZQGXWw1vcHw5SaXNM01Y6uDa22lrm9/l1Gs7HjHGKVKjchqgY5QE71ydPmvYE36+U8+/qHVpMlNgzh0Zc6KAGRKi3GdGtlIIpi+8xx55KVPog7dM3ytY3v8Am0mhQeU5TsxxD41PK5JddCx0zjkw97eYm+wVXkeWnn0nddotKLTokhCD3faXiv5SitqfDkTFS3n4TMgo7g6X9pQH2mB6iry9RrKpiQdAQf4k/BBKR/KbngOLBzUydV1A20O9vI/eaP4n5pMGCrlcTTI2LAHlfN3dfeY5IpxZDVo76IicZmIiIAiJjqtYE9AT7CAaXilUsxH6V09eZ/b0kIaCYnrgan3lBUuB0noY41Gi9F7teYA4GpO3nFVtND+fzI6jfNcj83m6XCSQhJBbx+8x1qlh4yjVtPAfnpIjv+eXnIBHqvcgaXJ89pq+0tK9JbuQc4Fh+q9zlv6TOj5qljYAXyj1tc8uscfQmi1hnVNxfLcMCt78jci0u3SNcTqSdWc1gcIuJf4YJZ1zHRSA29wDsALW5knN69Djf6eUqVF6j4jRVJBCnVr2AHe11AFvtOf4PxAIykK182rLY5bA2K3G+uoPK/lO6w1T/q0dC/wWF7MpBFrtZlUggttceO855p+3/o75qVXfPnnTkex3EqdDMHI7rlRRQgvcrdnXYZbC2p3Y+U6ztBx4sihKZ0Ayo4BK8u8Od7HS/KaPG8DTCMlOi7NmGZ3bJmtmCJlaw2bUqNR1M5/E8TDuFeo1tVNSz6Le+tyCdb8jsJxTVys87Kk5OuHa8V4nXbDUkULTZjnJpMveZTde6NUF1Vr35TicbiqtTFZqznM2VSdGLAWVV0IUOdNrWJvpabmnUQsLBAircKoJBW6m+Rb3ckd2/wDiQcTTWiA9GiEN1JDXZxp31U7ggMBfTVrC9hLLGl0hKjednsGyoXYC7sxuL7E6Wvrbn6ybXfI4B0DX263/AMzPg7rTUHe1yByLHMQPAE29JBxdIucx3H056eM7YqognLU9vr59JkWpa/IW0N7/AIZzaYp1qpTuO+6ot+rEAZui67idHX4HiVJ/0i+l7oy29Lkaykpq+sWi4KGzC+oYX8jb9pGfDrbU25X21BkWslRAQUdL6szK17DTcjz1lrcQGgYhrXvfckDT6H6SNgbFLroWvbe/Pob9YwFNqlZADclhcj9IUgknpYftMFH4lY2SmzD+5VNh0uduvOdd2c4O1HM72zMAAB+kbm55kkD2mU50irdG/lYicpmIiIAlrC+kuiAcHjVIJW5JXQ+mmsx06gBAa/ry/ib3tFggCKoNrkB+lraG/I7CaHEkbi3Lb7Tux5LiXTsuGKBuL+Q+lvzrBNxpoBIqEXub6X+u0jYnHJa19Sfzzm6kSZqlYC+otMdT4jI7ohYIrMxuFAAXNqWsBoDJPC+ztSuylsyU13Yixax2UH/7WtOh7U0lo4GoiDKGAQAbnOwU+JNiSfKY5M6TqPWQ2eecEuyB3+d9f9oP6R5Tfnv02QEd6wIIGv8AB8ZFo0Cqi4KgC0yfGCkdN/adMeo0hJxdo8+47w2rSYlMy5WJKqTcb9/p+dJj4fiKiizPU0YMbMw102PI/vPROLcOWupcfOFGU9cp2IOmt/tOI4lh3RiCpHgfcE+H8Sui2s78Uoy/ZPv0SeJ8Rq18pDHIgJKgkHNoSTrbNoNuh6yFgMQHrLdL7WRWyqGF++1/L5df2llByDa422395AbFLZsuY1C3dW3LmCTobiY54fKK/wAiF9Xp2buWF0cNodVHdBsR8RwS1rZbKLC52G1sfC8OGqIgLHIo+ISwYi3yJmGmtyzAc7TX4HitWo4XJepurK2VQTcF352XOoC7b+nUcE4WKCEFs7sbu3ViSSdOpJlYQbfTj1a94bJ2FtJBq1CTYctv+JJSkXYqvLfXaTqfDwhuPm/ibypcKnMV6TBlYIQUIYEg6EG4PuBPX6TXUHqAfpOLelca/ST+FcX+Hlp1Pl2DE3sOh8PtOPNFvpSSs6iWNSB3ANtrgaS+VnMUKSsRAEREAREQBERAMVakrKVYAqRYg7ETTN2Yo3uC6i/yhri3QXFx7zexJTa8BzR7JU7/ADuF6C1/LN7cpscDwKhRN0pjN/c12PoWvb0tNpLKjhQSTYCS5SfLJtmLFV8i3tck2AmqxTZ/msw3A5D06+PjGLxBZr3t08BIVetkFyROjHjrr9JSJAy7aWkTE4Km97oL8iND7iQf+70w1i6g9LyWMQLAgg+N9JvrRejW1uEOvyPmB/S+/hrIOOoo/drU8rcm/wDywm+/6gTJnVwQQCLbHnL7Ne9JUmjy/i/CnpnOtsoJ7w5gi1nHXflOb4Vw+q1QMq3BPqdduoPtPXOJYZVGwNMnUHkZjo0kRboqqDbYAXuOdpWSUmmb/mum/Ua7g/CBRUk2znfmPQ7zY00LtlFh152mN6ttbm3h/Mn8Ka65xuxNvIafsZdukYyk5O2TKSKgAA/n1l5e+0rkvvLkQCUtFS1zpaYnoi1pIzCULCVfQbLgePGTIzAFNASQLryt5be03KuCLggjqNZyNhfaS8DiPhNf9LfMPsR4zmni+UUcTpolJWYFRERAEREAREQBERAKTn8ZiSzsL3VTZR4jc+JvedBONx2Jy5ypGW7kMNbi5OlprhS2LRIPH+0lLDCzks5HdQb/AOB5ziOIcYXHI6s5RqbAqjah7m125adPGc/xbi4xH+pm77G7eHQDwGkjYaqpIJIHU7cuZnfFxjJfJ0wUYvvT0bjRCqmHQKCVXPksMxK6XsPzSahqlbD0/howt+kkXK+U0OGxVj3T5a3PW4J/xNwmPDrZzr4/4nVHRxpmral6U4Vx+qlQJWAYMQA40t0uOk73B1AwvprPLOI4pAxAsdJ0/YbFlkdCb5CCNdg1/wBwZz5FFeGOSKXh1eKTMCp+VgRt+azgl7Qmm5R0JbPlOoFipsdDynfuCRqfKT8F2FwIf4z0A9RgC2cs65jqSEJyjXw/ecs8miMW6PNMbxM1CQpsp21nZ8CqhqFMg37i+ulrzpV7IYICww1Mb8jpfprpvymqr8OTDMKVJSqBVKgktYag95iSdRzMpHLs6EZWZFaY3qGR2qAdb9Jpe0PHxhlB3dr5V5ADUkn83mselqNy1S38S5X5znsLjGxFsrhcyB1I1uea+Y/mQeI8eqqtRUADoe8rHbXcHYj+ZtpL6NHhlVnXtU8ZnbEDaeV0u2jM13ulhy7wJ6ZTr7GbjgXbNKrlHGT+1ibBv4Mzk1Xpm1R6rwXiIbuMdf0k8x09Jup51h+IqT3DtzHI+c7vh2JFSmrjmNfMaH6iceSNO0ZyVEuIiZlRERAEREAREQChnE46jZnTYLmBPhyA8xadtOe4/QIYMNnsD5gc/QfSa4XUiyPnTjmBFCu6KSVDMBfcC+nnpIKPadv/AFF4M4cYhAWRh3+oYC3sQBOEBl5/rLhayWla0q2Lbr+eEhhpQtK/kZOzJHxp2X9PMUTXdRfVOXgy/wAmcMiFjoCfKekf004ayZ6zc+6vvdvsPrL4tm7+CU2drUY21N/ved9SSygdAB7Ccfwuh8TEAckszenyj1NvYzs5TNK3RmxNF2iTVD/uB+hH7zezXccoFqLZRdlsRbw3+hMyi6ZCfTk651nnH9Q6gDUx+rISfVjb7T0WoygXvfkANyTPMP6haYgnkyKAfK4P1nWn8myOaw/EKiWyOy21ABOh6jpMicTqB8xYkkWNze4PWa4QTMlkkvGN5fZKxlVXNwLSMptKSqrc6Srk5O2VcrdnonYriDZCGGcKRY8wCP8Amet9kauam+lrNsfFR/E8i7FUSlMswsCdCRva9yPUz2LsrQZaALCxYlhcWNrAAkeIF/WTN/qRLw3kRExMxERAEREAREQBI+Kw4dWVtiPboR4iSIgHD8R4cU7lQKUbZtwwHIg7HbScLx3sMj3ej3Gtqt9L/tPbnphhYgMOhAI9jNfV4LRY/Jbe4UlQfQftNo5eU0WTPl/GcIr03KNSfMOiswPiCBYiXUuC4hiB8Fx5rlt5kz6d/wCw4e2U0lbxa7H0Ym49Jd/2TD3v8CmfNFP0IlG1Ys8f4N2JAVc772JC7nzb+J1uCwwzLh6IAI+UbADUkk9Nz6zrP/jtDNmysB/aGIXQkiwG2pPObHD4NEHdVV8QNd76nczR5v1pEuRF4Pw0UUsTmdrFm6kDQDwE2cpKzBuyglJWIB592mw7UHzZDkLXVgO6Ln5TyB+8857do7UkY2srML+DAW8tp9BVaSupVgGUixB1BB6ic9j+xuHqEauii91Uix2/uB6fWaKfKZZS+z5hvMiU2OwM+jU/prw4HMaJY+LEfRbCTF7C4EDu0cviHe48fmlbQ2PnbB8EqvstvEzpOFdmlUi/fc2AA5k8gJ7jQ7MYVBYUgfFizH6nT0k7DcMo07ZKSIRsVVQfe15OyXhOyOd7O9mihVqwAKWyKCDr1a2mmlh4TrolZVtv0q3YiIkECIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIBSJWJAEREkCIiAIiIB//2Q==\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 120,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 118,\n            \"title\": \"Disney Stitch pack of 3\",\n            \"qty\": 13,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"183330\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"619219282635\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/118_d3c3bc36-7635-47e5-b51e-3575798a28910.jpg\",\n                \"https://images.barcodelookup.com/26872/268724537-1.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Color\",\n                    \"value\": \"Blue\"\n                }\n            ],\n            \"parentId\": 120,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 119,\n            \"title\": \"Toys Bundle\",\n            \"qty\": 11,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"439584\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxMTEhUTEhMWFRUXFxcVGBcXFhUYFxgXFxcXFxYXFRUYHyggGB0lGxcVITEhJSkrLi4uFx8zODMsNygtLisBCgoKDg0OGhAQGisfHyUtLS0tLy0vLS8rLS8tLS0tLS0tLy0tLS0tLS0tLS0tLSstLS0vLS0tLS0tLS0tLS0tK//AABEIAOEA4QMBIgACEQEDEQH/xAAbAAEAAgMBAQAAAAAAAAAAAAAABAUBAgMGB//EADgQAAIBAgMFBQcDAwUBAAAAAAABAgMRBCExEkFRYXEFgZGh8AYTIrHB0eFCUvEUMjMHI2JyksL/xAAZAQEAAwEBAAAAAAAAAAAAAAAAAgMEAQX/xAAnEQEBAAICAgIBAgcAAAAAAAAAAQIRAzESITJBURNhBCJxgZGh8f/aAAwDAQACEQMRAD8A+4gAAAAAAAAAAAYbsBkEKp2jFaZmKXaSbs1YJeGX4Tga06iehsEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGynxmIcnllYsO0auzB88ihdRWunnbVfPzDRwYb9uzstbGjmnoV9a8nb75WtlzJmCw7au8l5nNtt45jN1LwmJcXlp60Lb+rhx+ZVRgkZkdZc8JlU6faMVomzEe048H5Fds3Huwj+lFxHGQf6kdoyT0dygcDam2tG10CN4l8CvoY/dPx+5PjJNXWgVXGztkGkqqWTZmM09GEWwAAAAAAAAAAAAAAAAAAAACH2pFum7bs2eektrLTfbLTgeslG6sUFfBShK1sm8nbdzDT/D5yekfC4e72pN2WiaJje4zJGLBfll5URtYKJtYIsWBsGBo4mtjq0atAabJvCbSydrmAEbHCberbZmEnqnYzXlZq2/mznt59PXeFnjLFpgcY29mS7yeeepzakmvsegjoGTlx8ayAAqAAAAAAAAAAAAAAAACs7SqfGlwXmyzKHFybqT5NLwSCzim8mzRtY5pet35NrtcA1N0yu7U7co0P8ALUjBPj66lldtevkfH/8AU/szFLHU69OM5xXu5UnGLkozg76dUvBX1Ds/Otvq+CxcKsVKnLbi9JJ3T5pkls877DYKvTw168NmrUnOrKKtaLna6WzkrvO2dtq13Y9C521VuFwd9Ngef9rvaalgqSqVLycnsxitZPNvolbXoduwe2PfxTcJU5bMZbMtdmcVKMk96aYPFc+uhpfgZZo2HGZ6O/2OEVu06G03uNFOys3mEsfUG80ueSPRQ0WVuRSdnYOU5bT/ALV58kXoZeay3QAApAAAAAAAAADWpKyb4AJzS1dji8ZD9xV4iq5vPTcaKmF84vXtdUsRGWjudSh0eWTLPBYna+F6/MI58evcSygxqtVnzs/JF+UPbkHGpGe6Ss+q08n5A4fk1S5+J0jPmmR4VOZ0i+Dv3Br06U7t2WSWbf0RMViFSnZdW368DsqhxVn23niUnbea/wBVF5SWXiiux14yvufzI1TEHWjDgxyksVH+pHsXLHU6boSSnTbaUnk1LVJ9ydzt7BezFbC0n/Uz26rSjlKUtiEb7Mbt7r2yskkkj03Z83sfF3DEyzVnrqFPWVn+ya3XtzOTly+XyDk/49Zmm163hJrKpmWeB7PhZSl8V80nor7uZUvNpcXY9PGNklwCnlysmoRVslkZADMAAAAAAAAAAAQ+1KloJfudvqTCt7Yf9veE8PlEJSsaVKuyryaiuMnZZh3tJxs5WezfTatkn32KDHY6OyqeJcnUjLal7vZSV1lFt5N24LfqSkb+HivJlqf3/P8AhaSxkVWVJ7Tk7Zq1s81vz6llRezJPg8/XQ81LEVrupFKHu1FKNk2oWyV7Zq2bd+J6OMr2fFJ+KT+osS5uLwk/ee/e/f/ACrxMidrYV1KbUf7l8Ueq3d6uu87UqiUItvKy+RWdpdryim6cU+cvoiLz8Mcrl/KrcPO+4lR6peuBR4HFtyk3ndtvdm838y2VS6uG/LGxtKpnZvXTK3cR6/wzVS8rJOMltSsr2tJwvbLNN2333HSrmjSM2rJ58+hxG4s4vtCMKUqmUoqLeWallklbW7su8dnYVQhBTzmopSbzvK2b8ThVwdCbe1Tg28m3FXv1W/mbxo2X+WbXPZb6bWzfv15hHVk1EyGMi3KMWrxspLerq6v3DbbfmRab/TFbNtHxvnfz15kimrIEw17bSaNKj4G1zNDDSm7JZb3uSOl9dpHZGH2pbbWS05v8F2c6FJRiorRHQMeeXldgACAAAAAAAAAAABXdtZRi918+8sThjKKnCUXwy67gljdVSbWjWhUY3BOnVnVjB1ITTU4LOSeWa4p2566aFpQSaOybR2XTdhncLuf0ry+CjiK0lFqUY7KjJ7OylHK/e7ac3uPV7Hgl6XhYQqXNXN35etBbtZy8t5LPUxk+oy5N6u6Wi4CdO5q5eR1jNPecV60r1gltN2zsvS4Gs8OlxS5ZZ9CfTer15r+Q2np9wn51WOjL9zW5ZK9+ppNzWtn11vp4ak+rfh4LTrkcKsL2V/W44lMvyhuvmst6T4o6RxEXZX/AB1FWnx09ZcjRUvDzt9g76SYzVlmvXA6+8Wt0RPd56fUzOjcI2RJpYqm5bLqJcXZvuyyPQYGdNx/22muWvVnj4YVZ953pU3HOLcXyefkdVcvF5dV7IFLge1mrRqf+vui5jJNXTuuQYssLj2yAAiAAAAAAAAAAAAAPPdo0PdTutJXa5cjlCuehxFCM1aSuikr9kTi/h+JeD8w08fJLNVydZLdy8jb3mWtn+fXiQ5Jp5prXczRVbP13nGiaT4T3/I3SjlZJPhlf8FasTpbflluvwJmGbedmr6LPvvzCetJXrX5WDXH19zXr8w7vlz3HUGs4P8AlevM5Sj113b92iOko7rq3z7zV5ZX+Xkg641Ip8c9PsaqnndX8jtJZZevSNVF/wAh3bRJP19zeNLLPM6bHJ9xlRDm3B01nvDRtVhpu3evW81VN7v4/ASjDid8LOUf7ZW5fyYjB8Letx2jAI5Sadv6yo/1eSNHip/uZq0YaCrwxSqPaLX9+a4rX8ljTqKSutCgnzOmBxuxJJvJvP7hVnxfcXwADOAAAAAAAAAAAUntNFbMOr+XrxLs897RTvUhHhG/S7/AW8PziJhoWWncSo9fmcKKsjo2+IbXbZ5GkpcvPIxGXr7B9655Xt0A0lLS+fdbdd28DLjv0bu+L4m2znn17uAayfrwAxCna9+L66GYLK9/DQJvJfQW5dHkHGe9+XyMqL/c/IKXXoFfc/H1mBHx0Lrn4GtGqnp49DtUgmmm9bkWl2dWVJSg1US4X2stcnr3BOZSTVqXGoZc/XBFX/WWdpJxfB5PPeSKeIVteAduKa6qv63Gjra+vX5ITrriarELX1wCNxTZVV1NKcducVzXzIUsRz9by29n8JJv3klZWyvvvvXkFXJfGPQoABhAAAAAAAAAAAPM9sr/AH3bhG/gemPM9uO1frFP6fQLeH5OUEdG/ViPTrtu0Y357vEkujJ7vMNrMY3Mxi+Hfc0qQaV7Pus/I408Wm7Xs2EpjbPSW33HNv0jEb62b4flmbO3O3zuHNDnufz09fQOaz9dz+5q4t7+4zw0z9ZoON0+Rls5pfwYlNK11mDTapNvKxddkQtRj3vxbPOyquUtmOnH8lxhMVKKUXZpK3PxCvmwtx1FjiMNCatOMZdUmV9fsCjK9k4P/i/o7omUsbF5PJ8/uSEwyTLPD9nnJey7vlVy/wCufzNqXsuv1VZPoksu++Z6I5yxEVrJeIT/AF+S/aHhexaMNIXd73lnbpcsDSFRPRp9GbhVbb2AAOAAAAAAAAAAAHn/AGqg70mtW3G3nc9AU/tA/wDGubfyCfH8ogYSNrK1ibEh059STTkGp1ZCxmDU09nKWqfPmTts094Esc7LuOGGwjt8bz3pPLxZIkktwUt5n3gRyytvtxlTW7J2Ikrp2e/T8IsJTuRMdFNdM1f5B3HP3pzcnv8AXUi3c38Om979dyZGniW8k2+P2bLHB07Lc29eoXyam3ehSS0R2uaPl66mNrmEe3WxvCrKP9rty3eBw94a7QQyx32mVsW5fgi1Z5HNzsOb13cugR1MY5+/lF3V10L3svGe9gpb1k1zPO4iqTPZqt8c48Un4O31Cnlks29CAAzgAAAAAAAAAAFL7SL/ABvdeSffZ/QuiJ2phfeU5R36x/7LT7d4Sxurt5ulUtzRLjV7imhUayd01l0sSIVvXH7BrWbrCM7u1rc+RGjN23+RtTqO2YOkuczntnB1DG2EHdzI+Jq5Z6Gs5EStUBO3KlFbVuD+XpFpSnbTP1zKGpWtJ78yxwmMTtmkGq3cWjlvyT9acWYvxy+vcRlU7+plTdvr/IRddrI2U+H4IinbJeu/6GJS3d33sHKl09b5W8u4516gdTgRakwqt3XLEVCd7IRvUqy4RjH/ANNv/wCUU+IqHp/ZHD7NDaaznJy7tF5K/eFXJfS7AAUAAAAAAAAAAAAADzftH2W7utDT9a4W/UvqUtGse+aPNdsdh7Px0Vlvhw5xX0C7j5Pqq51Ms8jenPJIgOeR3pTugvvSS5mNs0uYYQbTmc8FR95VjHdfPuzOVadj0nYHZXu17yd9trTgnufMI26ScR2JQnrTV7Wusn1yKyr7JxWdOrJP/kk+masekAVTkynVeLxXZuIpax248Y5+WqIscUt/H1c98QsX2VRqZygr/uWTvxute8Lcee/byyrq3r6inNbXy4HbG+ztaDvSamu5S708mVO3OLW1GUeqaC6ZTLpZ1KhHnM4SrbiVhOzatZpRi4x3zkml3fu7grtkR8LhJV6ipx01k/2x3vruR76lTUUoxVkkklwSySI/Z2AhRjswXV75PiyUGfPLdAAEQAAAAAAAAAAAAAAAFD2t2FtPbpWTesdE+a4FBVw9SF7watdaPvV9570Bbjy2PB0nKVrQn3Rb+ROp9k1pfot/2aXlr5HrgC8m+oqey+xY07SnaU93BdFx5lsAFduwABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9k=\",\n                \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHCBYVFRgWFhYYFhgYHBofGRgZHBkZHxocHBgeHBwaGRocIS4lHB4rJBgaJzgnKy8xNTU1GiQ7QDs0Py40NTEBDAwMEA8QHxISHzQrJSs1NDU0NDQ1NDYxNDQ0NDQ0NDQ0NDE0NDQ0NDQ0NDQ0NDQ0NDQ0NTQ0NDQ0NDQ0NDQ0Nf/AABEIAPEA0QMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAABAECAwUGBwj/xAA6EAACAQIEAwYFAwMDBAMAAAABAgADEQQSITEFQVEGImFxgZETMqGx8ELB0QdS4SNy8RQVYpIWstL/xAAZAQEAAwEBAAAAAAAAAAAAAAAAAQIDBAX/xAAlEQACAgMBAAICAQUAAAAAAAAAAQIRAxIhMUFREyIEFDJhofH/2gAMAwEAAhEDEQA/APZoiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiYcRiFQXYhRAMsrIFPilJtmtrbUEeuo2k6GmvQIlrOBqSB56TX1+KAGygv47L76/a0lRb8FGyia5OJrbvAg9B3uXWWjiwtco3plP3Ilvxy+iaNnKyLTxqMB3gL8m0PsZmaoACSdALk+ErTXpBVjbU6ASI3E6IOU1FB89P/AG2+s02OxbVtiyoP0nTN1zDf0Ok09XiNFHVD8xuRofWxtrN4fx5TRZQb8O7p1FYXBDDqCD9pfOLo4q1mRiCeY59PAibvAcXuQlSwYmwYDQnkPA/SUnhlAOJuolJWZFRERAEREAREQBERAEREAREtY2F+kA13FuI/CAVRmdr5RpbQgEm5/wDKc7ia5F6lRwdDdmIAUX2tsBLOI8RDM2IJCU1UDXewJ7xtzNwLC+wnlPabtA+IYqpKpfupfQeLW3b7TswY0lszSMT1HA8XoVWZEdHZdwD9vebzh+O+H3T8t/8A1v08J4f2IoO2MTJyU59DbLz8rm3tPa6SgDrNZxTVNEySJGIqFzdtRfujTT/Msy9JjL2lj1JWMK4iDJUGogyOtW8yB9ZfVoGQHnKBNCLkA20B3trrLC/56yrPKuIIHHsK9Sg6ISGIsLG31nmPFsDi8OVNViwFglRSd9/NTpPWviXvpImNwiVUZHF1YWP7EdCDNoScS8ZOJynZ3iXxAFLfCqcmtdKnhVTYMf7lset50WFxeZjScGlVXUrrYj++m9u8u08347wmvhG+bMh0DqCCP903PYfjFV6hSo7OqJdbkmxYgaX20EvOKatGknFxv5PWeD1nZSHbMQdCbA2sNwB9ed5s5z3Z6uWqProFH36+86GeTkjrJpHK/SsREoQIiIAiIgCIiAIiIAmN3ABJ0ABJPgN5klrC4secA8g7dVgBRQ91Hd3ygmwygALruO+T7TBw7szgjZy7VSd0vlG/hrN7/UTs0z0kFMgsrE0yQb5gPkZtrEX101UdJ532dFV8QKDFkZT31N7jLuJ6OHJHVJnVhnFLqPVeGYRKQ7iIinkgGtuZI+YycakjpSCqAAAOg5ekqrTT12UnLaVmRqm8xtVmKufG0jUMQGvYq1jY2N9ZdJFSWHmRX29JDNWDXt/MlxBsPibfWC+05Wt2iGfIqO9ja4A1N9ctz3vSbjB4xai5lPmNiPAjkZRJN8ZLi0ronBvpLFvofOUNSUJ95NFTDxDCLWR1YXFjp7ge37Th+yuDaniayMLZVAPlmNiPDnPQkYc/GRsLwtalbuXRmHfe1+6t+6AdNzKynrF34Wuk0bjspTP+o1rDur5kXJI9xOjkXA4NaShF2FzruSdyZKnmTltJsyZWIiVIEREAREQBERAEREAREQDBiKCuLMLjzI+onF4rgC0cQaujM4IDWs2UN8rW0NrjXnbwndTR9ogL0+t218LC497TXDJqSRaL6axJjAPlA85bUeeii5ou0iOwCqWAsxcKbXVRe3XnNB2P4wrgqSqve6AISCpsMpI+WwBIJ3M72g9iG8CPQjUGaOj2aoYT4uJXOqDvGmrWVmv3QNLgXbYaekwzbbJ/BddjS/6bPJfRQXPOwlW4e1tVNvT7XnOJjHrBnq1GUclRiipc2HdUi9r87mWUuI1aGtGoXAGquS6sPEE3XzUiaLJJq0W/G6NJ2px3/TVDQ+EhW6OCwIZF1BCa7Xtr/wCInQdkRUFANUDXJOUtvlv3b3126zocG9HG0kqvTRirG6sA2R1/tYjbb3mbH4dvmuWB36iZYklO/CvVf+TCj/SWNWtr+azFew01lhubkWP3nWyhnXEHmdTsJsOzpJrjplb9v5E1J0/PpNp2XU/H62Vr+Fyv+Jz5v7GQ/DspWUlZ5xmIiIAiIgCIiAIiIAiIgCIiAUmr4/TvSzf2kH0Oh+/0m0mOtTDKynZgR7i0mLp2SjjkZSNCfS8NTLHS351BmGmpVipHykgg9RoZmdxyuDPTg7NDLgcKGY32G46mSeM4Fa1F6ROUNax6EEFftIOCx4GZSe9fTxEnHFgWB/UdOh52E58rlt0ujz7FdksSt1QK69cwF7a8yNdJh4T2HxdSzVX+AnS93Ou2UaD1M9L+NmUr9OvhIWDdsiqxJKXW998psG8bix9ZnsydmY+H4FMPTFKmO6pJJJuWJ3J6zPVuQR1EsxuJCLZRd20UDcsdh+cryyu4Xc/KNTyvbWX2Is1g1Gu+t/DXpLKhUDkTf6+UJqCzG1/Mb8vGYK1Sw3vra35vOtPhUoz31tp5Gdh2SwpVGdhqxsP9o/yT7TijUIZWZSwzC6qbELfWx625zrKPaJsoC0QoFgAzE6DTkP3mH8jaS1iUkdVE0dHjTfqQeNja3vvJ9HidNueU9G0+u04pQlH1FaZOiWg3l0qQIiIAiIgCIiAIiIAiIgFIia3EY4m4Xb+7+JMYuTpEpGs48iq4YXuw7yjXbY+BP7TS1XFr3vf3m4rL9/wzVV8Jqct1J10P7T0cMdVTZdGtr66gkHr0hOL5RlqLdSbNpdT0uOX+Jkq4Z0Fz3/C9vzeRmXNY5Ttt09zNpQjL0tZsUxifpdlHS4e3qdfrKUa6AuTUYFjyVCNrAjpe00WJwgN+7rtfS8htgBaxUfnl6TH+nX2TZ0FfiaIc2a7WsHYgvryUKLLfwE1f/W1KjXIIS/y8256n9pFThwA0UX66SUMOwXe3iP8AnWTHFGJDdk9aw62GlrX6f8iWvURQHfe9lA5mYaFE7FzbpeTUwiAGwH+esvRBbhKZJzsLE7W2A6TcUV0tIeHFhzH1H0kxH0hkEhbTKokZTf0+0zIfpM3QM6VSuqsV/OY2mwwvFBtU0/8ALl69JqHqftKFxMZY1Ihqzq1YEXBvfmJdOY4djjTa26HcdPETpUYEAg3B2M5ZxcWVaoviIlSBERAEREApI+LxS0xc+gG5lcVXCKW6bDqeQmhZi1yxuTufzlNMePZ98JSMz8SZgRZQD0ve3SYw4tMWgl2cc9J2KEV4i1FrNfT88piqH3lMQ9jYdRMTsACb6/50E0iiSxjv4c/HwkFVuJfiqxtz1OvLrImIxa01LtsAT6AX95svCUi7EIF3IHjccvsJB3N/tOd4nxmriKZaxpUjdb3BLXNtRbQ6bAzScPxdWh31dmTmrFiPCwI+0zeXX44bvDJR2Z6IDbp/A8T+byHjcV8qojOxYKoUE95iAFJ5XvIXZ7jD4mov+j3FZb7urte4QWGxsSTbZZ6nTRUDHOlOn0UIgDXsxJI5HLqDqZzZv5C8iYS4ed8Y7LY6gWrrUR0QZnRWINrXZQGXWw1vcHw5SaXNM01Y6uDa22lrm9/l1Gs7HjHGKVKjchqgY5QE71ydPmvYE36+U8+/qHVpMlNgzh0Zc6KAGRKi3GdGtlIIpi+8xx55KVPog7dM3ytY3v8Am0mhQeU5TsxxD41PK5JddCx0zjkw97eYm+wVXkeWnn0nddotKLTokhCD3faXiv5SitqfDkTFS3n4TMgo7g6X9pQH2mB6iry9RrKpiQdAQf4k/BBKR/KbngOLBzUydV1A20O9vI/eaP4n5pMGCrlcTTI2LAHlfN3dfeY5IpxZDVo76IicZmIiIAiJjqtYE9AT7CAaXilUsxH6V09eZ/b0kIaCYnrgan3lBUuB0noY41Gi9F7teYA4GpO3nFVtND+fzI6jfNcj83m6XCSQhJBbx+8x1qlh4yjVtPAfnpIjv+eXnIBHqvcgaXJ89pq+0tK9JbuQc4Fh+q9zlv6TOj5qljYAXyj1tc8uscfQmi1hnVNxfLcMCt78jci0u3SNcTqSdWc1gcIuJf4YJZ1zHRSA29wDsALW5knN69Djf6eUqVF6j4jRVJBCnVr2AHe11AFvtOf4PxAIykK182rLY5bA2K3G+uoPK/lO6w1T/q0dC/wWF7MpBFrtZlUggttceO855p+3/o75qVXfPnnTkex3EqdDMHI7rlRRQgvcrdnXYZbC2p3Y+U6ztBx4sihKZ0Ayo4BK8u8Od7HS/KaPG8DTCMlOi7NmGZ3bJmtmCJlaw2bUqNR1M5/E8TDuFeo1tVNSz6Le+tyCdb8jsJxTVys87Kk5OuHa8V4nXbDUkULTZjnJpMveZTde6NUF1Vr35TicbiqtTFZqznM2VSdGLAWVV0IUOdNrWJvpabmnUQsLBAircKoJBW6m+Rb3ckd2/wDiQcTTWiA9GiEN1JDXZxp31U7ggMBfTVrC9hLLGl0hKjednsGyoXYC7sxuL7E6Wvrbn6ybXfI4B0DX263/AMzPg7rTUHe1yByLHMQPAE29JBxdIucx3H056eM7YqognLU9vr59JkWpa/IW0N7/AIZzaYp1qpTuO+6ot+rEAZui67idHX4HiVJ/0i+l7oy29Lkaykpq+sWi4KGzC+oYX8jb9pGfDrbU25X21BkWslRAQUdL6szK17DTcjz1lrcQGgYhrXvfckDT6H6SNgbFLroWvbe/Pob9YwFNqlZADclhcj9IUgknpYftMFH4lY2SmzD+5VNh0uduvOdd2c4O1HM72zMAAB+kbm55kkD2mU50irdG/lYicpmIiIAlrC+kuiAcHjVIJW5JXQ+mmsx06gBAa/ry/ib3tFggCKoNrkB+lraG/I7CaHEkbi3Lb7Tux5LiXTsuGKBuL+Q+lvzrBNxpoBIqEXub6X+u0jYnHJa19Sfzzm6kSZqlYC+otMdT4jI7ohYIrMxuFAAXNqWsBoDJPC+ztSuylsyU13Yixax2UH/7WtOh7U0lo4GoiDKGAQAbnOwU+JNiSfKY5M6TqPWQ2eecEuyB3+d9f9oP6R5Tfnv02QEd6wIIGv8AB8ZFo0Cqi4KgC0yfGCkdN/adMeo0hJxdo8+47w2rSYlMy5WJKqTcb9/p+dJj4fiKiizPU0YMbMw102PI/vPROLcOWupcfOFGU9cp2IOmt/tOI4lh3RiCpHgfcE+H8Sui2s78Uoy/ZPv0SeJ8Rq18pDHIgJKgkHNoSTrbNoNuh6yFgMQHrLdL7WRWyqGF++1/L5df2llByDa422395AbFLZsuY1C3dW3LmCTobiY54fKK/wAiF9Xp2buWF0cNodVHdBsR8RwS1rZbKLC52G1sfC8OGqIgLHIo+ISwYi3yJmGmtyzAc7TX4HitWo4XJepurK2VQTcF352XOoC7b+nUcE4WKCEFs7sbu3ViSSdOpJlYQbfTj1a94bJ2FtJBq1CTYctv+JJSkXYqvLfXaTqfDwhuPm/ibypcKnMV6TBlYIQUIYEg6EG4PuBPX6TXUHqAfpOLelca/ST+FcX+Hlp1Pl2DE3sOh8PtOPNFvpSSs6iWNSB3ANtrgaS+VnMUKSsRAEREAREQBERAMVakrKVYAqRYg7ETTN2Yo3uC6i/yhri3QXFx7zexJTa8BzR7JU7/ADuF6C1/LN7cpscDwKhRN0pjN/c12PoWvb0tNpLKjhQSTYCS5SfLJtmLFV8i3tck2AmqxTZ/msw3A5D06+PjGLxBZr3t08BIVetkFyROjHjrr9JSJAy7aWkTE4Km97oL8iND7iQf+70w1i6g9LyWMQLAgg+N9JvrRejW1uEOvyPmB/S+/hrIOOoo/drU8rcm/wDywm+/6gTJnVwQQCLbHnL7Ne9JUmjy/i/CnpnOtsoJ7w5gi1nHXflOb4Vw+q1QMq3BPqdduoPtPXOJYZVGwNMnUHkZjo0kRboqqDbYAXuOdpWSUmmb/mum/Ua7g/CBRUk2znfmPQ7zY00LtlFh152mN6ttbm3h/Mn8Ka65xuxNvIafsZdukYyk5O2TKSKgAA/n1l5e+0rkvvLkQCUtFS1zpaYnoi1pIzCULCVfQbLgePGTIzAFNASQLryt5be03KuCLggjqNZyNhfaS8DiPhNf9LfMPsR4zmni+UUcTpolJWYFRERAEREAREQBERAKTn8ZiSzsL3VTZR4jc+JvedBONx2Jy5ypGW7kMNbi5OlprhS2LRIPH+0lLDCzks5HdQb/AOB5ziOIcYXHI6s5RqbAqjah7m125adPGc/xbi4xH+pm77G7eHQDwGkjYaqpIJIHU7cuZnfFxjJfJ0wUYvvT0bjRCqmHQKCVXPksMxK6XsPzSahqlbD0/howt+kkXK+U0OGxVj3T5a3PW4J/xNwmPDrZzr4/4nVHRxpmral6U4Vx+qlQJWAYMQA40t0uOk73B1AwvprPLOI4pAxAsdJ0/YbFlkdCb5CCNdg1/wBwZz5FFeGOSKXh1eKTMCp+VgRt+azgl7Qmm5R0JbPlOoFipsdDynfuCRqfKT8F2FwIf4z0A9RgC2cs65jqSEJyjXw/ecs8miMW6PNMbxM1CQpsp21nZ8CqhqFMg37i+ulrzpV7IYICww1Mb8jpfprpvymqr8OTDMKVJSqBVKgktYag95iSdRzMpHLs6EZWZFaY3qGR2qAdb9Jpe0PHxhlB3dr5V5ADUkn83mselqNy1S38S5X5znsLjGxFsrhcyB1I1uea+Y/mQeI8eqqtRUADoe8rHbXcHYj+ZtpL6NHhlVnXtU8ZnbEDaeV0u2jM13ulhy7wJ6ZTr7GbjgXbNKrlHGT+1ibBv4Mzk1Xpm1R6rwXiIbuMdf0k8x09Jup51h+IqT3DtzHI+c7vh2JFSmrjmNfMaH6iceSNO0ZyVEuIiZlRERAEREAREQChnE46jZnTYLmBPhyA8xadtOe4/QIYMNnsD5gc/QfSa4XUiyPnTjmBFCu6KSVDMBfcC+nnpIKPadv/AFF4M4cYhAWRh3+oYC3sQBOEBl5/rLhayWla0q2Lbr+eEhhpQtK/kZOzJHxp2X9PMUTXdRfVOXgy/wAmcMiFjoCfKekf004ayZ6zc+6vvdvsPrL4tm7+CU2drUY21N/ved9SSygdAB7Ccfwuh8TEAckszenyj1NvYzs5TNK3RmxNF2iTVD/uB+hH7zezXccoFqLZRdlsRbw3+hMyi6ZCfTk651nnH9Q6gDUx+rISfVjb7T0WoygXvfkANyTPMP6haYgnkyKAfK4P1nWn8myOaw/EKiWyOy21ABOh6jpMicTqB8xYkkWNze4PWa4QTMlkkvGN5fZKxlVXNwLSMptKSqrc6Srk5O2VcrdnonYriDZCGGcKRY8wCP8Amet9kauam+lrNsfFR/E8i7FUSlMswsCdCRva9yPUz2LsrQZaALCxYlhcWNrAAkeIF/WTN/qRLw3kRExMxERAEREAREQBI+Kw4dWVtiPboR4iSIgHD8R4cU7lQKUbZtwwHIg7HbScLx3sMj3ej3Gtqt9L/tPbnphhYgMOhAI9jNfV4LRY/Jbe4UlQfQftNo5eU0WTPl/GcIr03KNSfMOiswPiCBYiXUuC4hiB8Fx5rlt5kz6d/wCw4e2U0lbxa7H0Ym49Jd/2TD3v8CmfNFP0IlG1Ys8f4N2JAVc772JC7nzb+J1uCwwzLh6IAI+UbADUkk9Nz6zrP/jtDNmysB/aGIXQkiwG2pPObHD4NEHdVV8QNd76nczR5v1pEuRF4Pw0UUsTmdrFm6kDQDwE2cpKzBuyglJWIB592mw7UHzZDkLXVgO6Ln5TyB+8857do7UkY2srML+DAW8tp9BVaSupVgGUixB1BB6ic9j+xuHqEauii91Uix2/uB6fWaKfKZZS+z5hvMiU2OwM+jU/prw4HMaJY+LEfRbCTF7C4EDu0cviHe48fmlbQ2PnbB8EqvstvEzpOFdmlUi/fc2AA5k8gJ7jQ7MYVBYUgfFizH6nT0k7DcMo07ZKSIRsVVQfe15OyXhOyOd7O9mihVqwAKWyKCDr1a2mmlh4TrolZVtv0q3YiIkECIiAIiIAiIgCIiAIiIAiIgCIiAIiIAiIgCIiAIiIBSJWJAEREkCIiAIiIB//2Q==\",\n                \"https://images.barcodelookup.com/26872/268724537-1.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 120,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 116,\n                    \"title\": \"Pink Bear Pack of 2\",\n                    \"qty\": 10,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"144331\",\n                    \"sellingprice\": 12.6,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": null,\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 120,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 117,\n                    \"title\": \"Purple Bear pack of 5\",\n                    \"qty\": 2,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"90552\",\n                    \"sellingprice\": 12.6,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": null,\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 120,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 118,\n                    \"title\": \"Disney Stitch pack of 3\",\n                    \"qty\": 13,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"183330\",\n                    \"sellingprice\": 25.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": \"619219282635\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Color\",\n                            \"value\": \"Blue\"\n                        }\n                    ],\n                    \"parentId\": 120,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 119,\n                    \"title\": \"Toys Bundle\",\n                    \"qty\": 11,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"439584\",\n                    \"sellingprice\": 12.6,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": null,\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 120,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 120,\n            \"title\": \"Parent Product Toys \",\n            \"qty\": 36,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Parent Product Toys\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 121,\n            \"title\": \"Blue Jumper Master\",\n            \"qty\": 20,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"801422\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/121_52e7d961-0ea5-42f8-bc3d-82c8770c98870.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Colour\",\n                    \"value\": \"Blue\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 123,\n            \"title\": \"Master SKU Product \",\n            \"qty\": 499,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Master SKU Product\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 124,\n            \"title\": \"Bundle Pack of 2\",\n            \"qty\": 249,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"790243\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 125,\n            \"title\": \"Bundle pack of 10\",\n            \"qty\": 49,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"695176\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 126,\n            \"title\": \"Disney Stitch Plush Lilo Stitch Medium 15\",\n            \"qty\": 407,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Disney Stitch Master\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"619219282635\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://images.barcodelookup.com/26872/268724537-1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/126_d9a64e4b-1d4c-4e3e-9d4b-1453dbdc84360.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/126_d9a64e4b-1d4c-4e3e-9d4b-1453dbdc84360.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Color\",\n                    \"value\": \"Blue\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 127,\n            \"title\": \"AWS Certified Solutions Architect Official Study Guide: Associate Exam - 1st Edition (eBook) \",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Test Book\",\n            \"sellingprice\": 1000,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"9781119138556\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://images.barcodelookup.com/117/1178680-1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/127_e9e9285a-5e78-4484-a9e9-9e646dce9c190.png\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/127_45ee9be3-6989-4e96-8b85-cb4f13896a3c0.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Brand\",\n                    \"value\": \"Sybex\"\n                },\n                {\n                    \"name\": \"Manufacturer\",\n                    \"value\": \"John Wiley & Sons, Inc.\"\n                },\n                {\n                    \"name\": \"MPN\",\n                    \"value\": \"9781119138556\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 130,\n            \"title\": \"Bundle Jumper \",\n            \"qty\": 81,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Bundle SKU\",\n            \"sellingprice\": 50.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                \"https://images.barcodelookup.com/26872/268724537-1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/131_3dfc5370-b891-48c5-964f-de22ba571bdd0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/128_254ee484-f0b2-4721-9213-1564747e9f230.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/126_d9a64e4b-1d4c-4e3e-9d4b-1453dbdc84360.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/131_23b1f31a-c487-4212-8cef-745a51b41b9b1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/129_7150d99b-4849-4246-9efd-ffbad98d35ef0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/131_c1e0910f-1b9b-46a9-b3e0-666680bb89612.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/129_0a0bbbd2-ff81-4229-bcac-3508d12afe4e1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/131_250483c2-e30a-4ae1-959d-d180b03404873.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/131_64fa47c9-7a47-4bf4-8a67-fa2fe5cfb2944.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/131_3c7f05fa-f3aa-4cdc-9685-920f3328be9f5.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 132,\n            \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n            \"qty\": 3096,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SKU A\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_f0a3e1ec-cbd3-4bac-8f53-c3a9b651de290.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/128_254ee484-f0b2-4721-9213-1564747e9f230.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/129_7150d99b-4849-4246-9efd-ffbad98d35ef0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_7e7c0f23-bb59-48c7-b024-bf1a680907a01.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_65a33518-bcfa-4877-b913-7fed4a3b06261.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/129_0a0bbbd2-ff81-4229-bcac-3508d12afe4e1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c3906d88-244a-45c7-96cd-500488f5584c2.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_3d8c9b1a-8e7b-413f-80f4-007d52b9699d2.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_a4384220-8a7a-4eca-8262-37ecff6298de3.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_c30ef4b1-2119-4978-9513-93604addb8843.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_1490bd9e-3ae6-4b2e-8afb-82909c0d6fec4.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_b580fec4-928a-4f76-bef5-8c2c36aaeebc5.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_800b2cc2-c198-492c-8a20-7e200a8b2e266.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/136_bfc3dc92-cdd3-4c76-a04e-a5525e6e33bd7.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Colour\",\n                    \"value\": \"Green\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 135,\n            \"title\": \"SUMMIT Saszetka Na Szyj SENTINEL RFID PROTECTED NECK\",\n            \"qty\": 98,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1234\",\n            \"sellingprice\": 1234,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5035288116704\",\n            \"upc\": \"5035288116704\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://images.barcodelookup.com/24635/246358305-1.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 137,\n            \"title\": \"Blue -Shirt medium \",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Blue t-shirt\",\n            \"sellingprice\": 25,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 138,\n            \"title\": \"Blue -Shirt medium Butterfly\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"908198\",\n            \"sellingprice\": 25,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 139,\n            \"title\": \"July Test Lightbulb\",\n            \"qty\": 99,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"217188\",\n            \"sellingprice\": 29.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"8\",\n            \"images\": [\n                \"https://th.bing.com/th/id/OIP.nnJj_Wvkweuq1nWW2tbgbgHaHa?pid=ImgDet&rs=1\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 140,\n            \"title\": \"July Test Lampshade\",\n            \"qty\": 101,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"227188\",\n            \"sellingprice\": 17.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"8\",\n            \"images\": [\n                \"https://www.lovefrankie.com/wp-content/uploads/2018/08/copperblackCUT.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 141,\n            \"title\": \"July Test Fairylight\",\n            \"qty\": 102,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"237188\",\n            \"sellingprice\": 13.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"8\",\n            \"images\": [\n                \"https://th.bing.com/th/id/OIP.nq7q2lKMAvnu0WFjIK3hcAHaHa?pid=ImgDet&rs=1\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 143,\n            \"title\": \"TOGAF 9 Foundation Study Guide - 3rd Edition: Preparation for the TOGAF 9 Part 1 Examination (TOGAF Series) [Paperback] Harrison, Rachel\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"9087537417\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/143_aee250b0-12d8-4646-b01b-714d7ed3ee420.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 144,\n            \"title\": \"Title\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1684578\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 145,\n            \"title\": \"SUMMIT Saszetka Na Szyj SENTINEL RFID PROTECTED NECK\",\n            \"qty\": 99,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"asjdnlaskdj\",\n            \"sellingprice\": 12.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5035288116704\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://images.barcodelookup.com/24635/246358305-1.jpg\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Brand\",\n                    \"value\": \"Summit\"\n                },\n                {\n                    \"name\": \"Size\",\n                    \"value\": \"Small\"\n                },\n                {\n                    \"name\": \"Manufacturer\",\n                    \"value\": \"Summit\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 146,\n            \"title\": \"Jumper Red Small\",\n            \"qty\": 50,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Jumper Red Small\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": 500,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [\n                {\n                    \"name\": \"Size\",\n                    \"value\": \"Small\"\n                }\n            ],\n            \"parentId\": 149,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 147,\n            \"title\": \"Jumper Red Medium\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"508085\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [\n                {\n                    \"name\": \"Size\",\n                    \"value\": \"Small\"\n                }\n            ],\n            \"parentId\": 149,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 148,\n            \"title\": \"Jumper Red Large\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"8248\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [\n                {\n                    \"name\": \"Size\",\n                    \"value\": \"Small\"\n                }\n            ],\n            \"parentId\": 149,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 146,\n                    \"title\": \"Jumper Red Small\",\n                    \"qty\": 50,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Jumper Red Small\",\n                    \"sellingprice\": 20.99,\n                    \"costprice\": null,\n                    \"rrpprice\": 500,\n                    \"ean\": \"\",\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Size\",\n                            \"value\": \"Small\"\n                        }\n                    ],\n                    \"parentId\": 149,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 147,\n                    \"title\": \"Jumper Red Medium\",\n                    \"qty\": 200,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"508085\",\n                    \"sellingprice\": 20.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Size\",\n                            \"value\": \"Small\"\n                        }\n                    ],\n                    \"parentId\": 149,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 148,\n                    \"title\": \"Jumper Red Large\",\n                    \"qty\": 200,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"8248\",\n                    \"sellingprice\": 20.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"\",\n                    \"upc\": \"\",\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [\n                        {\n                            \"name\": \"Size\",\n                            \"value\": \"Small\"\n                        }\n                    ],\n                    \"parentId\": 149,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 149,\n            \"title\": \"Jumper Red Parent\",\n            \"qty\": 450,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"557589\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [],\n            \"attributes\": [\n                {\n                    \"name\": \"Size\",\n                    \"value\": \"Small\"\n                }\n            ],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 152,\n            \"title\": \"Test Product Tile\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"CHARLIE 22\",\n            \"sellingprice\": 40.8,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": \"8\",\n            \"images\": [\n                \"http://images.apple.com/ipad/specs/images/new_ipad_hero_front.png\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 156,\n                    \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n                    \"qty\": 19,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281062041-NylonServingLadle\",\n                    \"sellingprice\": 4.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 157,\n                    \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n                    \"qty\": 17,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281062041-NylonServingSpoon\",\n                    \"sellingprice\": 4.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 158,\n                    \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n                    \"qty\": 10,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281062041-NylonSlottedTurner\",\n                    \"sellingprice\": 4.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 159,\n                    \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n                    \"qty\": 17,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281062041-NylonSlottedSpoon\",\n                    \"sellingprice\": 4.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 160,\n                    \"title\": \"Silverline 11 Pcs Precision JEWELLERS SCREWDRIVER SET Mini Watch Glasses Philips\",\n                    \"qty\": 9,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"SIL-633602\",\n                    \"sellingprice\": 4.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5055058135810\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 161,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 1,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-Red-Small\",\n                    \"sellingprice\": 2.45,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 162,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 4,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-Red-Large\",\n                    \"sellingprice\": 2.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 163,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 1,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-Blue-Large\",\n                    \"sellingprice\": 2.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 164,\n                    \"title\": \"Silverline 11pcs OFFSET RATCHET SCREWDRIVER BIT SET Pozi Philips Torx Flat Bits\",\n                    \"qty\": 3,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"SIL-404706\",\n                    \"sellingprice\": 4.45,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5024763202162\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1363,\n                    \"title\": \"Silverline 633805 HSS Titanium and TCT Masonry Drill Bit Set of 19 Piece\",\n                    \"qty\": 5,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"SIL-633805\",\n                    \"sellingprice\": 10.5,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5055058186157\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1366,\n                    \"title\": \"Silverline 763568 Hardpoint Tenon Saw, 250 mm 12 tpi\",\n                    \"qty\": 4,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"SIL-763568\",\n                    \"sellingprice\": 8.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5055058126337\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1384,\n                    \"title\": \"New 1 Litre MEASURING JUG High Quality Food Grade Plastic Soft Grip Handle UK\",\n                    \"qty\": 10,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Grey\",\n                    \"sellingprice\": 5.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170333900\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1386,\n                    \"title\": \"New SILICONE PASTRY BRUSH Cookware Bakeware Baking Cooking Assorted Colours UK\",\n                    \"qty\": 3,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280845675-Blue\",\n                    \"sellingprice\": 2.75,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1387,\n                    \"title\": \"New Large PRINTED UMBRELLA Waterproof Transparent Button Release Ladies Men UK\",\n                    \"qty\": 1,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Large Umbrella - Red\",\n                    \"sellingprice\": 6.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1388,\n                    \"title\": \"New 3 Section LUNCHBOX CUTLERY SET For Work Picnic Office School UK SELLER\",\n                    \"qty\": 2,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280950246 - Blue\",\n                    \"sellingprice\": 5.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1389,\n                    \"title\": \"New 3 Section LUNCHBOX CUTLERY SET For Work Picnic Office School UK SELLER\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280950246 - Pink\",\n                    \"sellingprice\": 5.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 1390,\n                    \"title\": \"New 3 Section LUNCHBOX CUTLERY SET For Work Picnic Office School UK SELLER\",\n                    \"qty\": 7,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280950246 - Purple\",\n                    \"sellingprice\": 5.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2609,\n                    \"title\": \"New Cat Kitten Play WIND UP MOUSE Clockwork Joke Mice Rat Fun Furry Toy Kitty\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281070179 - Black\",\n                    \"sellingprice\": 5.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170300216\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2610,\n                    \"title\": \"New Cat Kitten Play WIND UP MOUSE Clockwork Joke Mice Rat Fun Furry Toy Kitty\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281070179 - White\",\n                    \"sellingprice\": 5.45,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170300216\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2611,\n                    \"title\": \"New Cat Kitten Play WIND UP MOUSE Clockwork Joke Mice Rat Fun Furry Toy Kitty\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281070179 - Grey\",\n                    \"sellingprice\": 5.45,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170300216\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2781,\n                    \"title\": \"New 1 Litre MEASURING JUG High Quality Food Grade Plastic Soft Grip Handle UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Light Blue\",\n                    \"sellingprice\": 5.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170306249\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2782,\n                    \"title\": \"New 1 Litre MEASURING JUG High Quality Food Grade Plastic Soft Grip Handle UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Light Green\",\n                    \"sellingprice\": 5.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170306249\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2783,\n                    \"title\": \"New 1 Litre MEASURING JUG High Quality Food Grade Plastic Soft Grip Handle UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Light Red\",\n                    \"sellingprice\": 5.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170306249\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2784,\n                    \"title\": \"New 1 Litre MEASURING JUG High Quality Food Grade Plastic Soft Grip Handle UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Blush Pink\",\n                    \"sellingprice\": 5.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5056170333900\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2790,\n                    \"title\": \"New SILICONE PASTRY BRUSH Cookware Bakeware Baking Cooking Assorted Colours UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280845675-Green\",\n                    \"sellingprice\": 2.75,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2791,\n                    \"title\": \"New SILICONE PASTRY BRUSH Cookware Bakeware Baking Cooking Assorted Colours UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280845675-Pink\",\n                    \"sellingprice\": 2.75,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2792,\n                    \"title\": \"New SILICONE PASTRY BRUSH Cookware Bakeware Baking Cooking Assorted Colours UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280845675-Purple\",\n                    \"sellingprice\": 2.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2793,\n                    \"title\": \"New Large PRINTED UMBRELLA Waterproof Transparent Button Release Ladies Men UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Large Umbrella - Purple\",\n                    \"sellingprice\": 6.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2794,\n                    \"title\": \"New Large PRINTED UMBRELLA Waterproof Transparent Button Release Ladies Men UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"Large Umbrella - White\",\n                    \"sellingprice\": 6.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2795,\n                    \"title\": \"New 3 Section LUNCHBOX CUTLERY SET For Work Picnic Office School UK SELLER\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142280950246 - Green\",\n                    \"sellingprice\": 5.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2796,\n                    \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281062041-NylonPotatoMasher\",\n                    \"sellingprice\": 4.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2797,\n                    \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281062041-NylonSlottedWhisk\",\n                    \"sellingprice\": 4.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2798,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-White-Small\",\n                    \"sellingprice\": 2.4,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2799,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-White-Large\",\n                    \"sellingprice\": 2.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2800,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-Blue-Small\",\n                    \"sellingprice\": 2.45,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2801,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-Grey-Small\",\n                    \"sellingprice\": 2.45,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2802,\n                    \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142281069234-Grey-Large\",\n                    \"sellingprice\": 2.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 155,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 155,\n            \"title\": \"New Cat Kitten Play WIND UP MOUSE Clockwork Joke Mice Rat Fun Furry Toy Kitty\",\n            \"qty\": 113,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.42281E+11\",\n            \"sellingprice\": 5.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/53307_cf3789e2-0322-43cc-8ed8-c8004d6df4380.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/53307_b709bb95-886f-4f0f-9093-505a7c5d4eb21.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/53307_42643b3f-6cbf-4b1f-8414-1e9ef8563f1c2.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/53307_42d2b7cf-23f1-4031-986a-cd6c72439d813.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 156,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 19,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonServingLadle\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5571_046bc11f-04c1-43c9-b320-7774d5a46a0f0.png\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 157,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 17,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonServingSpoon\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5571_046bc11f-04c1-43c9-b320-7774d5a46a0f0.png\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 158,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonSlottedTurner\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5571_046bc11f-04c1-43c9-b320-7774d5a46a0f0.png\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 159,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 17,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonSlottedSpoon\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5571_046bc11f-04c1-43c9-b320-7774d5a46a0f0.png\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 160,\n            \"title\": \"Silverline 11 Pcs Precision JEWELLERS SCREWDRIVER SET Mini Watch Glasses Philips\",\n            \"qty\": 9,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-633602\",\n            \"sellingprice\": 4.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5055058135810\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0561/6130/4729/products/11-piece-jewellers-screwdriver-set-set-jewellers-screwdriver-11pce-silverline-633602-precision-mini-glasses_661e0450-0ade-4aff-bd30-e18d154189e9.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 161,\n            \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281069234-Red-Small\",\n            \"sellingprice\": 2.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5581_b4f08bb2-4493-417a-b6c6-c56468b731a00.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 162,\n            \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281069234-Red-Large\",\n            \"sellingprice\": 2.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5581_b4f08bb2-4493-417a-b6c6-c56468b731a00.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 163,\n            \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281069234-Blue-Large\",\n            \"sellingprice\": 2.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5581_b4f08bb2-4493-417a-b6c6-c56468b731a00.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 164,\n            \"title\": \"Silverline 11pcs OFFSET RATCHET SCREWDRIVER BIT SET Pozi Philips Torx Flat Bits\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-404706\",\n            \"sellingprice\": 4.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763202162\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://cdn.shopify.com/s/files/1/0561/6130/4729/products/38a31c59-b5e6-47d6-a38e-4d201d9e7c9d.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 155,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 165,\n            \"title\": \"Silverline TOOL POUCH BELT 5 POCKET 220 x 260mm Lightweight Adjustable 245046\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-245046\",\n            \"sellingprice\": 8.4,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5055058166890\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5597_091b0fda-298c-4ed3-a379-8201a817a2c80.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5597_faa3d95c-17f2-4e3f-a175-19e0fb00f65a1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5597_62ce0138-0ab6-4671-a38e-006c7b70f2862.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 166,\n            \"title\": \"Silverline GRILLE WHEEL BRUSH 370mm Car Van Cleaning Alloy Wheel Brush 250318\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-250318\",\n            \"sellingprice\": 6.85,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763032455\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5598_e8c66bd7-1f43-4283-8dfb-6e99a4e2d5e90.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5598_2ecd3636-b82b-41dc-808c-08d08e7af0201.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5598_ab9f0ba2-c8cb-4328-a5c0-2b01b8003c422.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5598_431b62bf-a0e4-42d0-894d-dad7467f23053.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 167,\n            \"title\": \"Silverline Car Exhaust SPRING HOOK Puller Removal Installation Tool Brake 416746\",\n            \"qty\": 24,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-416746\",\n            \"sellingprice\": 4.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763131479\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5599_d5806547-9b57-40d5-9e33-6cfa5ce806310.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5599_c0059a8a-1309-4c33-93c0-ad100be087b81.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5599_ab2db045-fc64-4c5b-991f-19fbf7f739202.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 169,\n                    \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n                    \"qty\": 4,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"SIL-671027 - Diamond\",\n                    \"sellingprice\": 12.99,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5024763143038\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 168,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 170,\n                    \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n                    \"qty\": 4,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"SIL-471742 - Square\",\n                    \"sellingprice\": 12.95,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"5024763142970\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 168,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 168,\n            \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n            \"qty\": 8,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.43742E+11\",\n            \"sellingprice\": 11.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5601_c07c465a-839d-46d8-98cb-8216f2819d3e0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5601_b033fafa-425c-48d2-b828-6ff3e91816d61.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5601_c633bdc0-5c7c-491d-8614-3c99c9ef24892.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5601_5455596b-e032-433e-a600-9de49198a8ea3.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5601_8c6d3144-4a9e-43f3-8c57-6335f9e1af7f4.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5601_6d14a861-833b-4521-aaf8-9c799cd5cefc5.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 169,\n            \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-671027 - Diamond\",\n            \"sellingprice\": 12.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763143038\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5602_b0e5eaed-674a-4f42-9fc0-d1baeeac14c70.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5602_726318d7-a89e-4205-accc-8e0346d198f01.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 168,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 170,\n            \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-471742 - Square\",\n            \"sellingprice\": 12.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763142970\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5603_5ead8a26-da13-4786-aa42-17383f5224420.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5603_6be06c85-b39d-4137-bcff-3e1b27af4f3d1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5603_d5a0216d-56e0-4e2e-af0c-341ca9383bef2.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 168,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 171,\n            \"title\": \"Silverline COMPASS CUTTER 10 - 150mm Paper Card Cutting Art Hobby Crafts 782341\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-782341\",\n            \"sellingprice\": 4.25,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763050312\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5605_06c856e1-6028-43ed-a424-38b9d6d19dfe0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5605_f435ef05-5b12-40a7-a1a4-7d860f9b77981.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5605_fd88dfc8-d20e-4270-b6ca-cc3c4393a1632.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 172,\n            \"title\": \"Silverline MULTI TOOL ADAPTOR 28 x 3mm Fits Bosch Fein Worx Dremel Cutter 646651\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-646651\",\n            \"sellingprice\": 4.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763089046\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5606_25548f1d-f40f-4b7f-a33f-51a5644aafe50.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5606_99ff408d-41a9-4d00-b225-b029fb26e0461.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5606_aad0fb8c-30d3-4bb9-a489-cdeb95874d7b2.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5606_4b43279c-2635-4438-808a-121a37390b4d3.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 173,\n            \"title\": \"GREASE GUN DELIVERY TUBE 300mm Flexible Threaded Chrome Plate Nozzle Greasing\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-633868\",\n            \"sellingprice\": 5.65,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5055058193780\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5608_5a3ee618-9d28-4f33-99c0-701fb347e81b0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5608_c240eb4b-c808-4cdf-89f2-909aa854abfe1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5608_b7918eea-744a-4e48-b660-b08c6179838a2.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 174,\n            \"title\": \"New BOUNCING PUTTY Mould Stretch Bounce Shape Kids Fun Toy Gift Idea Party Bag\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.42693E+11\",\n            \"sellingprice\": 4.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5609_9bab7326-6f6e-46ed-a4ee-5d9b6f43d6760.png\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5609_4822519d-5391-4ea4-b20f-de04c0ad51eb1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5609_fff9dc85-dbc2-4b9c-932d-f62aad6e85d22.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5609_80cf5a2d-b597-4db0-868d-71d3c58b49ec3.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5609_8a271c69-6566-4202-ad2e-2429bf343e024.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5609_9781ae15-36cf-4ac9-83f4-83465d6d049c5.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5609_9291ebfd-c5bf-4f92-87ab-9dc54fef2fab6.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": [\n                {\n                    \"variations\": null,\n                    \"id\": 176,\n                    \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n                    \"qty\": 4,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142282017918-FindingDory\",\n                    \"sellingprice\": 2.55,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 175,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 177,\n                    \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n                    \"qty\": 3,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142282017918-TheSecretLifeofPets\",\n                    \"sellingprice\": 2.55,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 175,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 178,\n                    \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n                    \"qty\": 2,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142282017918-ThomasandFriends\",\n                    \"sellingprice\": 2.55,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 175,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 179,\n                    \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n                    \"qty\": 5,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142282017918-MyLittlePony\",\n                    \"sellingprice\": 2.55,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 175,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 180,\n                    \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n                    \"qty\": 3,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142282017918-Frozen\",\n                    \"sellingprice\": 2.55,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 175,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 181,\n                    \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n                    \"qty\": 3,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142282017918-DisneyPrincess\",\n                    \"sellingprice\": 2.55,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 175,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                },\n                {\n                    \"variations\": null,\n                    \"id\": 2803,\n                    \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n                    \"qty\": 0,\n                    \"description\": null,\n                    \"htmldescription\": null,\n                    \"shortdecription\": null,\n                    \"shortdescription\": null,\n                    \"productsummary1\": null,\n                    \"productsummary2\": null,\n                    \"productsummary3\": null,\n                    \"productsummary4\": null,\n                    \"productsummary5\": null,\n                    \"sku\": \"142282017918-Spiderman\",\n                    \"sellingprice\": 2.55,\n                    \"costprice\": null,\n                    \"rrpprice\": null,\n                    \"ean\": \"Does not apply\",\n                    \"upc\": null,\n                    \"taxcode\": null,\n                    \"brand\": null,\n                    \"department\": null,\n                    \"category\": null,\n                    \"images\": null,\n                    \"attributes\": [],\n                    \"parentId\": 175,\n                    \"variationvalues\": null,\n                    \"variationThemes\": null,\n                    \"listings\": null\n                }\n            ],\n            \"id\": 175,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 20,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.42282E+11\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_19f3ba20-9106-413b-bfba-86c4c74346a60.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_d40f7212-53ae-424a-992e-c872649b967f1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_44d2ba9c-98ce-45c2-833b-121d4d85d9492.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_ae65638d-26de-44a9-bcb5-a9d3aad80ce33.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_5a77ccfe-72c1-4032-90d0-03356bc77e204.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_b7eb1cc1-5778-4464-ac15-72beef923df55.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_1ebe547f-e2e2-49c6-b174-8dde2cc899aa6.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_3af3fc8c-a842-43f2-a0e8-da4e1638a0527.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 176,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-FindingDory\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_19f3ba20-9106-413b-bfba-86c4c74346a60.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 175,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 177,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-TheSecretLifeofPets\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_19f3ba20-9106-413b-bfba-86c4c74346a60.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 175,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 178,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-ThomasandFriends\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_19f3ba20-9106-413b-bfba-86c4c74346a60.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 175,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 179,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 5,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-MyLittlePony\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_19f3ba20-9106-413b-bfba-86c4c74346a60.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 175,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 180,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-Frozen\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_19f3ba20-9106-413b-bfba-86c4c74346a60.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 175,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 181,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-DisneyPrincess\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"Does not apply\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5610_19f3ba20-9106-413b-bfba-86c4c74346a60.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": 175,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 182,\n            \"title\": \"Draper Expert 14 Piece Female Torx TRX TX STAR SOCKET SET E4 - E24 + Rail 34415\",\n            \"qty\": 5,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-34415\",\n            \"sellingprice\": 33.62,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559344154\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5618_65adb871-677a-4f9d-b485-9ea3de8317f20.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5618_03f64f96-2588-4584-94c6-d368a7e4d0f91.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5618_2603a865-5088-4237-b8e9-ee777f5889882.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5618_bad629eb-120e-4eb3-8e4e-2aea2fb5aa753.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5618_27a028bc-5f2b-411a-951f-305c4e9997d24.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5618_f0fcaec4-8944-4e26-9e2b-3c78fe6184155.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 183,\n            \"title\": \"Draper Expert 16623 1/2'' Square Drive 6 Point Metric SOCKET - 36mm\",\n            \"qty\": 5,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-16623\",\n            \"sellingprice\": 19.41,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559166237\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5619_01adb82e-50b6-430a-9ebb-485f634563dc0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5619_ed69296f-5c98-4676-854e-c30a162706651.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5619_b6f11342-372c-48d4-9757-8e6e3a56f8732.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 184,\n            \"title\": \"Draper 82405 60 Piece 1/4'' 25mm COLOURED SCREWDRIVER BIT SET Magnetic Holder\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-82405\",\n            \"sellingprice\": 24.42,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559824052\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5620_346fb395-b4ad-45d6-8961-36238742df350.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5620_54a9432f-6a5a-412f-8b65-8def94f715701.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5620_681b79ee-da70-46de-9f15-644728ee22072.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 185,\n            \"title\": \"Draper 16287 8 Piece 150mm 6'' Long Hex/Allen Key End 3/8'' Sq Dr SOCKET BIT SET\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-16287\",\n            \"sellingprice\": 23.21,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559162871\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5621_0b1a0d97-8cf3-4a89-93a0-54d69cdafcd10.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5621_d75b57d8-bc3f-4a7a-bc8a-78f111c374fe1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5621_46c5d78e-7796-4180-9224-0ca1e8e4c33d2.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5621_3deb7a37-5d8b-4afc-93bf-82ad81380c5d3.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5621_28752999-bb9e-4ba1-a5fd-6ee37d6a018e4.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5621_89a7996e-8012-4947-ad98-f2eb49d244af5.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5621_927fbc2f-2239-4d43-808f-daf56169d15f6.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 186,\n            \"title\": \"Draper 65138 COMPOSITE REVERSIBLE KEYLESS AIR DRILL 10mm Chuck 1/4'' BSP\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-65138\",\n            \"sellingprice\": 40.32,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559651382\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5622_4b674a92-6f03-4494-90f4-2b6f4cc51bb60.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5622_3f266190-edf3-49f2-9ff2-60b69a01cb041.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5622_e2f3ffa5-b241-4af8-abb1-79899c662c342.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5622_7fcb472d-f038-4995-acc2-dfc6d5cd89d73.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 187,\n            \"title\": \"Draper 63638 Heavy Duty STAPLE GUN TACKER\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-63638\",\n            \"sellingprice\": 39.28,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559636389\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5623_c4d48ab0-44a8-441f-b1b9-6177e361118c0.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5623_d47980f0-0226-4778-8162-38b0011b24241.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5623_e67a3134-a151-4130-9957-40025ebd3e6b2.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5623_8e0f2636-991c-48a6-9885-1f65176efe303.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5623_c7f0c80a-2183-476b-8696-0c4a14dab2d14.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5623_0468fe54-cb4d-477b-9706-678283c891745.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 188,\n            \"title\": \"Draper Expert 8 Piece ENGINEERS SCREWDRIVER SET Pozi Phillips Slot 43940\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-43940\",\n            \"sellingprice\": 27.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559439409\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5624_611735a3-006e-4b1f-982f-72122846f4830.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5624_50d6c513-6a6a-4c57-a04b-f701e5d20eea1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5624_3beaaf99-13af-4e93-a35d-8ba8fe4d015b2.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 189,\n            \"title\": \"New Silverline Ice Scraper Window Windscreen Van Car Winter Snow Frost UK\",\n            \"qty\": 19,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-236769\",\n            \"sellingprice\": 2.47,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5024763119781\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5625_d89b33ec-2258-47c2-9ab9-6d14ffea98300.png\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5625_8a2084da-fb41-4966-ac87-b581364ae33b1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5625_2ebe8026-7094-436e-a4eb-e00d9924d3892.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 190,\n            \"title\": \"Draper 50mm 2'' MINI AIR SANDER Lightweight Hook & Loop 1/4'' BSP 65059\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-65059\",\n            \"sellingprice\": 44.16,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"5010559650590\",\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5627_84cc5bf9-b069-4815-b953-adb1bc813eb30.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5627_737affcc-31a7-41fd-b683-1d0dc77bf2941.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5627_3cf6ea64-a531-473d-90a9-fc39f3991cb52.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5627_13b924a5-8d0d-4200-9aed-e9b6afb5c4813.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5627_3920c84f-1a5c-485c-a787-4f9da5f16f444.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/5627_201c0dc2-1b02-4bbe-92c1-51b0e74935a85.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        }\n    ],\n    \"message\": null,\n    \"product\": null,\n    \"page\": 0\n}"},{"id":"e489a915-343a-4ec3-9d05-aa4abf7ad95b","name":"Unauthorised","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}products?secret={{secret}}&key={{key}}&page=1","host":["{{base_url}}products"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"created_from","value":"2022-10-10","description":"Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"created_to","value":"2022-10-21","description":"Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"page","value":"1","description":"Page No - Required Param"}]}},"status":"500","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 05:49:50 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": null,\n    \"message\": \"unauthorised\",\n    \"product\": null,\n    \"page\": 0\n}"}],"_postman_id":"7ca1f0ef-a85c-45f7-89e6-8e11ddc459ef"},{"name":"Get Product","id":"a664265e-8b10-4216-8520-a15f0d1cffc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}product?id=1&secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}product"],"query":[{"description":{"content":"<p>Product Id</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>Product SKU</p>\n","type":"text/plain"},"key":"sku","value":"WATCH_SKU"},{"disabled":true,"description":{"content":"<p>Product EAN code</p>\n","type":"text/plain"},"key":"ean","value":"123456789"},{"disabled":true,"description":{"content":"<p>Product UPC code</p>\n","type":"text/plain"},"key":"upc","value":""},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[{"id":"fe9a3dda-1cfd-4e8a-b136-47cd5bfd6cb9","name":"Get Product by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}product?id=1&secret={{secret}}&key={{key}}","host":["{{base_url}}product"],"query":[{"key":"id","value":"1"},{"key":"sku","value":"WATCH_SKU","type":"text","disabled":true},{"key":"ean","value":"123456789","type":"text","disabled":true},{"key":"upc","value":null,"type":"text","disabled":true},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 06:35:54 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"variations\": null,\n            \"id\": 1,\n            \"title\": \"Test v1/api \",\n            \"qty\": 30,\n            \"description\": null,\n            \"htmldescription\": \"<p>Description</p>\",\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": \"\",\n            \"productsummary2\": \"\",\n            \"productsummary3\": \"\",\n            \"productsummary4\": \"\",\n            \"productsummary5\": \"\",\n            \"sku\": \"WATCH_SKU\",\n            \"sellingprice\": 14.5,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"123456789\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": \"\",\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple11.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_647df5c8-7c6c-4be9-94d4-8e91288bc2130.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple12.jpeg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_23236e92-8cc0-4e11-b711-c5e033e84ba11.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple13.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_9d9c01bc-3d35-41f9-96ea-4b8ae94e53142.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": [\n                {\n                    \"channel\": \"ebay\",\n                    \"site\": \"UK\",\n                    \"id\": 214,\n                    \"title\": null,\n                    \"parentId\": null,\n                    \"descripion\": null,\n                    \"listingid\": null,\n                    \"price\": 15.95,\n                    \"imageurl\": null,\n                    \"qty\": 30\n                }\n            ]\n        }\n    ],\n    \"message\": null,\n    \"product\": null,\n    \"page\": 0\n}"},{"id":"d3efa982-8b62-44d8-8865-0a195399377f","name":"Get Product by SKU","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}product?sku=WATCH_SKU&secret={{secret}}&key={{key}}","host":["{{base_url}}product"],"query":[{"key":"id","value":"1","disabled":true},{"key":"sku","value":"WATCH_SKU"},{"key":"ean","value":"123456789","type":"text","disabled":true},{"key":"upc","value":null,"type":"text","disabled":true},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 06:36:49 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"variations\": null,\n            \"id\": 1,\n            \"title\": \"Test v1/api \",\n            \"qty\": 30,\n            \"description\": null,\n            \"htmldescription\": \"<p>Description</p>\",\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": \"\",\n            \"productsummary2\": \"\",\n            \"productsummary3\": \"\",\n            \"productsummary4\": \"\",\n            \"productsummary5\": \"\",\n            \"sku\": \"WATCH_SKU\",\n            \"sellingprice\": 14.5,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"123456789\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": \"\",\n            \"department\": null,\n            \"category\": null,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple11.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_647df5c8-7c6c-4be9-94d4-8e91288bc2130.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple12.jpeg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_23236e92-8cc0-4e11-b711-c5e033e84ba11.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple13.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_9d9c01bc-3d35-41f9-96ea-4b8ae94e53142.jpg\"\n            ],\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": [\n                {\n                    \"channel\": \"ebay\",\n                    \"site\": \"UK\",\n                    \"id\": 214,\n                    \"title\": null,\n                    \"parentId\": null,\n                    \"descripion\": null,\n                    \"listingid\": null,\n                    \"price\": 15.95,\n                    \"imageurl\": null,\n                    \"qty\": 30\n                }\n            ]\n        }\n    ],\n    \"message\": null,\n    \"product\": null,\n    \"page\": 0\n}"},{"id":"460b71e8-3498-4efc-898a-3729f10898c7","name":"Get Product by ean code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}product?ean=123456789&secret={{secret}}&key={{key}}","host":["{{base_url}}product"],"query":[{"key":"id","value":"1","disabled":true},{"key":"sku","value":"WATCH_SKU","type":"text","disabled":true},{"key":"ean","value":"123456789","type":"text"},{"key":"upc","value":null,"type":"text","disabled":true},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 06:37:49 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"variations\": null,\n            \"id\": 1,\n            \"title\": \"Test v1/api \",\n            \"qty\": 30,\n            \"description\": null,\n            \"htmldescription\": \"<p>Description</p>\",\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": \"\",\n            \"productsummary2\": \"\",\n            \"productsummary3\": \"\",\n            \"productsummary4\": \"\",\n            \"productsummary5\": \"\",\n            \"sku\": \"WATCH_SKU\",\n            \"sellingprice\": 14.5,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"123456789\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": \"\",\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": [\n                {\n                    \"channel\": \"ebay\",\n                    \"site\": \"UK\",\n                    \"id\": 214,\n                    \"title\": null,\n                    \"parentId\": null,\n                    \"descripion\": null,\n                    \"listingid\": null,\n                    \"price\": 15.95,\n                    \"imageurl\": null,\n                    \"qty\": 30\n                }\n            ]\n        },\n        {\n            \"variations\": null,\n            \"id\": 107,\n            \"title\": \"TEST for bulk actions\",\n            \"qty\": -269,\n            \"description\": null,\n            \"htmldescription\": \"<p>TEST for bulk actions</p>\",\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": \"\",\n            \"productsummary2\": \"\",\n            \"productsummary3\": \"\",\n            \"productsummary4\": \"\",\n            \"productsummary5\": \"\",\n            \"sku\": \"TEST for bulk actions\",\n            \"sellingprice\": 29.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": \"123456789\",\n            \"upc\": \"\",\n            \"taxcode\": null,\n            \"brand\": \"\",\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": [],\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": []\n        }\n    ],\n    \"message\": null,\n    \"product\": null,\n    \"page\": 0\n}"},{"id":"56c5249b-7280-46f8-ab43-572f21bb41c0","name":"Get Product by upc code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}product?upc=3434343434&secret={{secret}}&key={{key}}","host":["{{base_url}}product"],"query":[{"key":"id","value":"1","disabled":true},{"key":"sku","value":"WATCH_SKU","type":"text","disabled":true},{"key":"ean","value":"123456789","type":"text","disabled":true},{"key":"upc","value":"3434343434"},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 06:38:58 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"variations\": null,\n            \"id\": 25,\n            \"title\": \"Test Variant Product\",\n            \"qty\": 102,\n            \"description\": null,\n            \"htmldescription\": \"Description\",\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"123var-2\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": 10,\n            \"ean\": null,\n            \"upc\": \"3434343434\",\n            \"taxcode\": null,\n            \"brand\": \"Vendor Name\",\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": 29,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": []\n        }\n    ],\n    \"message\": null,\n    \"product\": null,\n    \"page\": 0\n}"},{"id":"cd20e734-bb9c-479a-b3f4-0fb8f7ac038b","name":"Not found product","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}product?secret={{secret}}&key={{key}}","host":["{{base_url}}product"],"query":[{"key":"id","value":"1","disabled":true},{"key":"sku","value":"WATCH_SKU","type":"text","disabled":true},{"key":"ean","value":"123456789","type":"text","disabled":true},{"key":"upc","value":null,"type":"text","disabled":true},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 06:33:47 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [],\n    \"message\": null,\n    \"product\": null,\n    \"page\": 0\n}"}],"_postman_id":"a664265e-8b10-4216-8520-a15f0d1cffc5"},{"name":"Create Product","id":"0c988e77-1cc7-4ea2-bd09-3580249ee493","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Test Product 1\",\r\n    \"description\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\",\r\n    \"shortdescription\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\r\n    \"productsummary1\": \"Summary1 - Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\r\n    \"productsummary2\": \"Summary2 - Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\r\n    \"productsummary3\": \"Summary3 - Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\r\n    \"productsummary4\": \"Summary4 - Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\r\n    \"productsummary5\": \"Summary5 - Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\r\n    \"sku\": \"test-111\",\r\n    \"sellingprice\": \"111\",\r\n    \"rrpprice\": \"111\",\r\n    \"costprice\": \"111\",\r\n    \"ean\": \"1234567890032\",\r\n    \"upc\": \"123456789003\",\r\n    \"department\": \"Test department 1\",\r\n    \"brand\": \"Test brand 1\",\r\n    \"images\":[\"https://test.com/image1.jpg\",\"https://test.com/image2.jpg\",https://test.com/image3.jpg]    \r\n}"},"url":"{{base_url}}product?secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}product"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"0c988e77-1cc7-4ea2-bd09-3580249ee493"},{"name":"Update Product","id":"8e7edb7e-bbb9-4720-97cf-ce0681256c0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"Test v1/api \",\r\n\t\"qty\": 10,\r\n\t\"description\":\"Description\",\r\n\t\"sellingprice\":14.5,\r\n    \"brand\": \"selro\",\r\n    \"manufacturer\": \"abc\",\r\n\t\"images\":[\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple11.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_647df5c8-7c6c-4be9-94d4-8e91288bc2130.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple12.jpeg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_23236e92-8cc0-4e11-b711-c5e033e84ba11.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple13.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_9d9c01bc-3d35-41f9-96ea-4b8ae94e53142.jpg\"\r\n    ],\r\n\t\"sku\":\"WATCH_SKU\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}products/1?secret={{secret}}&key={{key}}","urlObject":{"path":["1"],"host":["{{base_url}}products"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[{"id":"71c424de-19e8-4666-8bb2-0e003fe0e691","name":"Sucess","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"Test v1/api \",\r\n\t\"qty\": 10,\r\n\t\"description\":\"Description\",\r\n\t\"sellingprice\":14.5,\r\n\t\"images\":[\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple11.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_647df5c8-7c6c-4be9-94d4-8e91288bc2130.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple12.jpeg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_23236e92-8cc0-4e11-b711-c5e033e84ba11.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple13.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_9d9c01bc-3d35-41f9-96ea-4b8ae94e53142.jpg\"\r\n    ],\r\n\t\"sku\":\"WATCH_SKU\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}products/1?secret={{secret}}&key={{key}}","host":["{{base_url}}products"],"path":["1"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 07:04:36 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"variations\": null,\n        \"id\": 1,\n        \"title\": \"Test v1/api \",\n        \"qty\": 10,\n        \"description\": null,\n        \"htmldescription\": \"Description\",\n        \"shortdecription\": null,\n        \"shortdescription\": null,\n        \"productsummary1\": null,\n        \"productsummary2\": null,\n        \"productsummary3\": null,\n        \"productsummary4\": null,\n        \"productsummary5\": null,\n        \"sku\": \"WATCH_SKU\",\n        \"sellingprice\": 14.5,\n        \"costprice\": null,\n        \"rrpprice\": null,\n        \"ean\": null,\n        \"upc\": null,\n        \"taxcode\": null,\n        \"brand\": null,\n        \"department\": null,\n        \"category\": null,\n        \"images\": null,\n        \"attributes\": null,\n        \"parentId\": null,\n        \"variationvalues\": null,\n        \"variationThemes\": null,\n        \"listings\": null\n    },\n    \"message\": null,\n    \"warehouseLocations\": null,\n    \"products\": null\n}"},{"id":"48cac9b5-df28-4edd-8378-8d0cec5ac136","name":"Wrong Product id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"Test v1/api \",\r\n\t\"qty\": 10,\r\n\t\"description\":\"Description\",\r\n\t\"sellingprice\":14.5,\r\n\t\"images\":[\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple11.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_647df5c8-7c6c-4be9-94d4-8e91288bc2130.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple12.jpeg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_23236e92-8cc0-4e11-b711-c5e033e84ba11.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple13.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_9d9c01bc-3d35-41f9-96ea-4b8ae94e53142.jpg\"\r\n    ],\r\n\t\"sku\":\"WATCH_SKU\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}products/1123456?secret={{secret}}&key={{key}}","host":["{{base_url}}products"],"path":["1123456"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 07:05:18 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": null,\n    \"message\": \"There is another product product with the SKU WATCH_SKU : Test v1/api \",\n    \"warehouseLocations\": null,\n    \"products\": null\n}"},{"id":"d675484d-6d26-4149-8da4-eaf96c0be898","name":"SKU Required","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"Test v1/api \",\r\n\t\"qty\": 10,\r\n\t\"description\":\"Description\",\r\n\t\"sellingprice\":14.5,\r\n\t\"images\":[\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple11.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_647df5c8-7c6c-4be9-94d4-8e91288bc2130.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple12.jpeg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_23236e92-8cc0-4e11-b711-c5e033e84ba11.jpg\",\r\n        \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple13.jpg\",\r\n        \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/85_9d9c01bc-3d35-41f9-96ea-4b8ae94e53142.jpg\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}products/1123456?secret={{secret}}&key={{key}}","host":["{{base_url}}products"],"path":["1123456"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 07:05:59 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": null,\n    \"message\": \"SKU can not be empty\",\n    \"warehouseLocations\": null,\n    \"products\": null\n}"}],"_postman_id":"8e7edb7e-bbb9-4720-97cf-ce0681256c0c"},{"name":"Remove Product","id":"0ce7f682-6dd1-4cb1-9512-9196fe46676f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}products?id=1&secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}products"],"query":[{"key":"id","value":"1"},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"0ce7f682-6dd1-4cb1-9512-9196fe46676f"}],"id":"c88b61bc-61fa-4cbb-aaa7-9f3441642920","_postman_id":"c88b61bc-61fa-4cbb-aaa7-9f3441642920","description":""},{"name":"Order","item":[{"name":"All Orders","id":"0214b797-f55a-485a-aa7e-f4f6f506f52a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20","urlObject":{"host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of orders per page. By default upto 100 orders will be returned</p>\n","type":"text/plain"},"key":"pagesize","value":"20"},{"disabled":true,"description":{"content":"<p>This is the channel Order Id. e.g eBay /Amazon</p>\n","type":"text/plain"},"key":"id","value":"eBay"},{"disabled":true,"description":{"content":"<p>This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed</p>\n","type":"text/plain"},"key":"status","value":"Shipped"},{"disabled":true,"description":{"content":"<p>This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01</p>\n","type":"text/plain"},"key":"from_date","value":"2022-05-12"},{"disabled":true,"description":{"content":"<p>This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"to_date","value":"2022-05-15"},{"disabled":true,"description":{"content":"<p>This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01</p>\n","type":"text/plain"},"key":"from_created_date","value":"2022-05-12"},{"disabled":true,"description":{"content":"<p>This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"to_created_date","value":"2022-05-15"},{"disabled":true,"description":{"content":"<p>This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01</p>\n","type":"text/plain"},"key":"from_lastmodified_date","value":"2022-05-12"},{"disabled":true,"description":{"content":"<p>This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"to_lastmodified_date","value":"2022-05-15"},{"disabled":true,"description":{"content":"<p>This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned</p>\n","type":"text/plain"},"key":"fulfilment_warehouse_id","value":"3"},{"disabled":true,"description":{"content":"<p>This is the sales channel id to retrieve orders for a given sales channel. </p>\n","type":"text/plain"},"key":"channel_id","value":"23145"},{"disabled":true,"description":{"content":"<p>Folder Id</p>\n","type":"text/plain"},"key":"folder_id","value":"123"}],"variable":[]}},"response":[{"id":"f2c17fb6-6205-4ff8-8d32-16bf3d639f92","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":null,"description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:36:31 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"4365ac8b-d261-4b3c-9138-b114963ad37e","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=5&id=eBay&status=Shipped&from_date=2022-05-12&to_date=2022-05-15&fulfilment_warehouse_id=-2","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"5","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon"},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed"},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01"},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned"},{"key":"channel_id","value":null,"description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:37:57 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"d134dc38-0347-421e-9c47-480ec4e03378","name":"filter by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&id=eBay","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon"},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:48:36 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"04485e2b-f012-4f29-af04-d3cfec59ee78","name":"filter by status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&status=Shipped","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed"},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:49:54 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 251,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"166\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666789901000,\n            \"dispatchDate\": 1666742400000,\n            \"lastUpdateDate\": 1666789911000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"123456789\",\n            \"carrierName\": \"royal mail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 285,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 251,\n                    \"orderId\": \"166\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"red shirt\",\n                    \"inventorysku\": \"red shirt\",\n                    \"upc\": null,\n                    \"ean\": null,\n                    \"orderItemId\": \"24885\",\n                    \"carrierName\": \"royal mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666789901000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1666742400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"123456789\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"18\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"red shirt\",\n                            \"qty\": 18\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"166\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"red shirt\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Oct 26, 2022 1:12:28 PM\\\",\\\"courier\\\":\\\"royal mail\\\",\\\"tracking\\\":\\\"123456789\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"123456789\",\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1666742400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royal mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"7b540813-8202-4dc6-8158-5b3d308a7fc1","name":"filter by purchase start and end","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&from_date=2022-05-12&to_date=2022-05-15","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01"},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:50:27 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"3aecb43e-ecb6-4418-ae53-66b0c4afb39d","name":"filter by selro created start and end date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&from_created_date=2022-05-12&to_created_date=2022-05-15","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01"},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:51:54 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"aa75c8af-6352-4473-9e40-39f49a6b2f8d","name":"filter selro last updated start and end date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&from_lastmodified_date=2022-05-12&to_lastmodified_date=2022-05-15","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text"},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text"},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:53:35 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"7522bad9-a48f-4352-8325-1f49e545172a","name":"filter by channel id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&channel_id=23145","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"3","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"23145","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 09:12:23 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"}],"_postman_id":"0214b797-f55a-485a-aa7e-f4f6f506f52a"},{"name":"All Orders for Warehouse","id":"a63c576f-88a6-4454-b317-7fde48c44b83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}ordersbywarehouse?secret={{secret}}&key={{key}}&page=1&pagesize=20&warehouseid=3","urlObject":{"host":["{{base_url}}ordersbywarehouse"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of orders per page. By default upto 100 orders will be returned</p>\n","type":"text/plain"},"key":"pagesize","value":"20"},{"disabled":true,"description":{"content":"<p>This is the channel Order Id. e.g eBay /Amazon</p>\n","type":"text/plain"},"key":"id","value":"eBay"},{"disabled":true,"description":{"content":"<p>This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed</p>\n","type":"text/plain"},"key":"status","value":"Shipped"},{"disabled":true,"description":{"content":"<p>This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01</p>\n","type":"text/plain"},"key":"from_date","value":"2022-05-12"},{"disabled":true,"description":{"content":"<p>This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"to_date","value":"2022-05-15"},{"disabled":true,"description":{"content":"<p>This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01</p>\n","type":"text/plain"},"key":"from_created_date","value":"2022-05-12"},{"disabled":true,"description":{"content":"<p>This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"to_created_date","value":"2022-05-15"},{"disabled":true,"description":{"content":"<p>This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01</p>\n","type":"text/plain"},"key":"from_lastmodified_date","value":"2022-05-12"},{"disabled":true,"description":{"content":"<p>This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28</p>\n","type":"text/plain"},"key":"to_lastmodified_date","value":"2022-05-15"},{"disabled":true,"description":{"content":"<p>This is the sales channel id to retrieve orders for a given sales channel. </p>\n","type":"text/plain"},"key":"channel_id","value":""},{"key":"warehouseid","value":"3"}],"variable":[]}},"response":[{"id":"b2d507d7-dcf4-4b61-ac57-17966b3e1084","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":null,"description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:36:31 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"184e15d1-a350-44b1-a249-32fe653a5438","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=5&id=eBay&status=Shipped&from_date=2022-05-12&to_date=2022-05-15&fulfilment_warehouse_id=-2","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"5","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon"},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed"},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01"},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned"},{"key":"channel_id","value":null,"description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:37:57 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"00d1fe1e-6197-46d4-846e-d474a935d5a6","name":"filter by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&id=eBay","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon"},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:48:36 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"2b0c01d6-f02d-4d23-88ec-7bdca68dd924","name":"filter by status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&status=Shipped","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed"},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:49:54 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 251,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"166\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666789901000,\n            \"dispatchDate\": 1666742400000,\n            \"lastUpdateDate\": 1666789911000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"123456789\",\n            \"carrierName\": \"royal mail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 285,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 251,\n                    \"orderId\": \"166\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"red shirt\",\n                    \"inventorysku\": \"red shirt\",\n                    \"upc\": null,\n                    \"ean\": null,\n                    \"orderItemId\": \"24885\",\n                    \"carrierName\": \"royal mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666789901000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1666742400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"123456789\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"18\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"red shirt\",\n                            \"qty\": 18\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"166\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"red shirt\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Oct 26, 2022 1:12:28 PM\\\",\\\"courier\\\":\\\"royal mail\\\",\\\"tracking\\\":\\\"123456789\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"123456789\",\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1666742400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royal mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"d580eb8f-47f8-401b-ac0c-34f77b5dcbbc","name":"filter by purchase start and end","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&from_date=2022-05-12&to_date=2022-05-15","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01"},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:50:27 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"3363401c-9bf7-4de8-abb2-2603e40616d8","name":"filter by selro created start and end date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&from_created_date=2022-05-12&to_created_date=2022-05-15","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01"},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28"},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:51:54 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"eddc0021-8851-4953-a2c4-00e1ce324e6b","name":"filter selro last updated start and end date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&from_lastmodified_date=2022-05-12&to_lastmodified_date=2022-05-15","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text"},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text"},{"key":"fulfilment_warehouse_id","value":"-2","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 08:53:35 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 152,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24873,\n            \"orderId\": \"1234567\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151743000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"shopify\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 163,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24873,\n                    \"channelOrderId\": 152,\n                    \"orderId\": \"1234567\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"shopify\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151743000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1234567\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:15:44 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151743000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": null,\n            \"id\": 153,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24889,\n            \"orderId\": \"12345678\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1660151783000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"woocommerce\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"dxdelivery/8\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 164,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24889,\n                    \"channelOrderId\": 153,\n                    \"orderId\": \"12345678\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"\",\n                    \"channel\": \"woocommerce\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"dxdelivery/8\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660151783000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"Invalid delivery address. \",\n                    \"field2\": \"1\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345678\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Invalid delivery address. \",\n            \"field2\": \"1\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:16:24 PM\\\",\\\"courier\\\":\\\"dxdelivery/8\\\",\\\"shippingmethod\\\":\\\"BPR1\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1660151783000,\n                    \"barcode\": \"123456789\",\n                    \"carrierName\": \"dxdelivery/8\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 29.99,\n            \"ioss\": null,\n            \"id\": 125,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 24982,\n            \"orderId\": \"1650354001317\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1650354004000,\n            \"dispatchDate\": 1652313600000,\n            \"lastUpdateDate\": 1650354011000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ecwid\",\n            \"site\": null,\n            \"totalPrice\": 29.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 29.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Test User\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 131,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 24982,\n                    \"channelOrderId\": 125,\n                    \"orderId\": \"1650354001317\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ecwid\",\n                    \"title\": \"Sample Product Three  Title\",\n                    \"asin\": null,\n                    \"sku\": \"SHOE_SKU\",\n                    \"inventorysku\": \"SHOE_SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"3\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"g\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 29.99,\n                    \"subTotal\": 29.99,\n                    \"totalPrice\": 29.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1650354004000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1652313600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test User\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"200\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SHOE_SKU\",\n                            \"qty\": 200\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test User UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 29.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Product Three  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Product Three  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1650354001317\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"SHOE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Product Three  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"May 12, 2022 11:31:13 AM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"shippingmethod\\\":\\\"TRACKED 48 SIGNATURE/TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"450 Brook Drive\\\",\\\"billingAddressLine2\\\":\\\"Green Park\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Reading\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"450 Brook Drive\",\n            \"billingAddressLine2\": \"Green Park\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Reading\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplesimple31.jpg\"\n            ],\n            \"customValue\": 29.99,\n            \"shippingAddress\": \"Test User 450 Brook Drive Reading RG2 6UU UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1652313600000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 3297,\n            \"ioss\": null,\n            \"id\": 185,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"141\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1656954420000,\n            \"dispatchDate\": 1657584000000,\n            \"lastUpdateDate\": 1656954429000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 3297,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 3297,\n            \"trackingNumber\": \"12345678\",\n            \"carrierName\": \"Amz\",\n            \"shippingMethod\": \"BPL1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"Unit 29 Bloomfield Centre\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Bangor\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 195,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 185,\n                    \"orderId\": \"141\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"Amz\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 30,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 300,\n                    \"daysPassPromise\": 1,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 3297,\n                    \"totalPrice\": 3297,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1656954420000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1657584000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": \"12345678\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPL1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": \"Green Jumper\",\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"120\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": true,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"fulfilmentAction\\\":\\\"Ship\\\",\\\"labelsJobdetails\\\":{},\\\"fulfilmentChannelId\\\":2086,\\\"orderComments\\\":[],\\\"fulfilmentError\\\":\\\"null\\\",\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 3297,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"141\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPL1\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 30000,\n                    \"weightPerItem\": 0.1\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/47_af77d6b0-30ca-4f83-95bb-5bf4f1cadd0c0.jpg\"\n            ],\n            \"customValue\": 3297,\n            \"shippingAddress\": \"mary Unit 29 Bloomfield Centre Bangor BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"12345678\",\n                    \"shippingMethod\": \"BPL1\",\n                    \"shippedDate\": 1657584000000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Amz\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 30,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"BPL1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 27,\n            \"ioss\": null,\n            \"id\": 189,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"149\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1658932430000,\n            \"dispatchDate\": 1660089600000,\n            \"lastUpdateDate\": 1658932463000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 27,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 27,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BT33 0HN\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 200,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 189,\n                    \"orderId\": \"149\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Product Tile\",\n                    \"asin\": null,\n                    \"sku\": \"123\",\n                    \"inventorysku\": \"123\",\n                    \"upc\": \"\",\n                    \"ean\": \"0730082000\",\n                    \"orderItemId\": \"113\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 27,\n                    \"subTotal\": 27,\n                    \"totalPrice\": 27,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1658932430000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"8\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"56.0,34.0,12.0\",\n                    \"field7\": \"98\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"123\",\n                            \"qty\": 98\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 27,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Product Tile\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Product Tile\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"149\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"0730082000\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"123\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Product Tile\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 10, 2022 5:17:01 PM\\\",\\\"courier\\\":\\\"royalmail\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"ebaydn2v3q4\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BT33 0HN\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"ebaydn2v3q4\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BT33 0HN\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/150_97855ae3-9dc1-4376-adb2-7ff28b592cd60.png\"\n            ],\n            \"customValue\": 27,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BT33 0HN UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": 1660089600000,\n                    \"barcode\": \"0730082000\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 190,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"151\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659081028000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": \"\",\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 201,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 190,\n                    \"orderId\": \"151\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659081028000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"151\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": null,\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 192,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"154\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659352943000,\n            \"dispatchDate\": 1662377259000,\n            \"lastUpdateDate\": 1659352969000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 203,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 192,\n                    \"orderId\": \"154\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659352943000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1661875478000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"1 2 3 4\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"23\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"1 2 3 4\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"154\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 30, 2022 4:04:38 PM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1661875478000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": null,\n            \"id\": 193,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"155\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659353368000,\n            \"dispatchDate\": 1660045405000,\n            \"lastUpdateDate\": 1659353379000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": \"parcel2go/11\",\n            \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Saphryn Oconnor\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"07743592978\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Oconnor\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 204,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 193,\n                    \"orderId\": \"155\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": \"PHONE_CASE_SKU\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"parcel2go/11\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659353368000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660045405000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Oconnor\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"A B C D\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": \"1\",\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"1023\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 3,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"A B C D\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Oconnor UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"155\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": \"1\",\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 9, 2022 11:43:25 AM\\\",\\\"courier\\\":\\\"parcel2go/11\\\",\\\"shippingmethod\\\":\\\"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": null,\n            \"shippingAddress\": \"Saphryn Oconnor 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"collect-plus-drop-off-service-(ni)/collect-plus-drop-off-service-(ni)\",\n                    \"shippedDate\": 1660045405000,\n                    \"barcode\": null,\n                    \"carrierName\": \"parcel2go/11\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Oconnor\"\n            ],\n            \"shippingMethodShort\": \"collect-plus-drop-off-service-(ni)/colle...\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 61.98,\n            \"ioss\": null,\n            \"id\": 213,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"157\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1659953546000,\n            \"dispatchDate\": 1660549065000,\n            \"lastUpdateDate\": 1659953588000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": -1,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 61.98,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 61.98,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail/39\",\n            \"shippingMethod\": \"TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": \"\",\n            \"shipName\": \"Saphryn Griffin\",\n            \"shipAddress1\": \"44 Northmere Road\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"POOLE\",\n            \"shipPostalCode\": \"BH12 4DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"saphconnor@hotmail.com\",\n            \"buyerName\": \"Saphryn Griffin\",\n            \"buyerPhoneNumber\": \"\",\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 234,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": -1,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": null,\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": null,\n                    \"totalPrice\": null,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": null,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 235,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper\",\n                    \"asin\": null,\n                    \"sku\": \"Green Jumper\",\n                    \"inventorysku\": \"Green Jumper\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"47\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 10.99,\n                    \"subTotal\": 10.99,\n                    \"totalPrice\": 10.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"12\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 10.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Green Jumper\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 100,\n                    \"weightPerItem\": 0.1\n                },\n                {\n                    \"id\": 236,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 213,\n                    \"orderId\": \"157\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Bundle Jumper \",\n                    \"asin\": null,\n                    \"sku\": \"Bundle SKU\",\n                    \"inventorysku\": \"Bundle SKU\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"130\",\n                    \"carrierName\": \"royalmail/39\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.067,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 50.99,\n                    \"subTotal\": 50.99,\n                    \"totalPrice\": 50.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1659953546000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1660549065000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Saphryn Griffin\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"44 Northmere Road\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": \"\",\n                    \"shipCity\": \"POOLE\",\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": \"\",\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"BH12 4DY\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n                    \"field2\": null,\n                    \"field3\": \"L\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"81\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"Bundle SKU\",\n                            \"qty\": 81\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 22,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": -1,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 50.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Bundle Jumper \",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Bundle Jumper \",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"157\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TPSS\",\n                    \"inventoryskuvalue\": \"Bundle SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Bundle Jumper \",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Letter\",\n                    \"weightInGrams\": 67,\n                    \"weightPerItem\": 0.067\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"Error deserializing XML message. Check your XML complies with the API documentation<br/>\",\n            \"field2\": null,\n            \"field3\": \"L\",\n            \"field4\": null,\n            \"field5\": \"0.1,0.1,0.1\",\n            \"field6\": \"0.067\",\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 22,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"},{\\\"date\\\":\\\"Aug 15, 2022 7:37:45 AM\\\",\\\"courier\\\":\\\"royalmail/39\\\",\\\"shippingmethod\\\":\\\"TPSS\\\",\\\"orderstatus\\\":\\\"Shipped\\\",\\\"action\\\":\\\"ORDER_FULFILLMENT_SUBMITTED\\\"}],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"44 Northmere Road\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"POOLE\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH12 4DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"44 Northmere Road\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"POOLE\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH12 4DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/122_8d16f721-a9ac-456a-a1fb-9c9e0a151dc10.jpg\"\n            ],\n            \"customValue\": 61.98,\n            \"shippingAddress\": \"Saphryn Griffin 44 Northmere Road POOLE BH12 4DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 3,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": null,\n                    \"carrierName\": \"royalmail/39\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TPSS\",\n                    \"shippedDate\": 1660549065000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail/39\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.267,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Saphryn\",\n                \"Griffin\"\n            ],\n            \"shippingMethodShort\": \"TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 214,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"158\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1661512138000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1661512156000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"IRELAND\",\n            \"shipCountryCode\": \"IE\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 237,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 214,\n                    \"orderId\": \"158\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1661512138000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"158\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": \"Packing\",\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"IRELAND\\\",\\\"billingAddressCountryCode\\\":\\\"IE\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"IRELAND\",\n            \"billingAddressCountryCode\": \"IE\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY IRELAND \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": true,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": true,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 215,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"160\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629645000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629645000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 238,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 215,\n                    \"orderId\": \"160\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629645000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"160\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 429.99,\n            \"ioss\": null,\n            \"id\": 216,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"161\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1662629661000,\n            \"dispatchDate\": 1662595200000,\n            \"lastUpdateDate\": 1662629661000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 429.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 429.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"DHL\",\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 239,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 216,\n                    \"orderId\": \"161\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1662629661000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": \"\",\n                    \"field3\": \"\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"161\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": \"\",\n            \"field3\": \"\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\"\n            ],\n            \"customValue\": 429.99,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 50,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 217,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"162\",\n            \"combinedOrderId\": 248,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664365181000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1664365190000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 240,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": \"SIL-427596\",\n                    \"upc\": \"\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1664365181000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \"0.1,0.1,0.1\",\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 0,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 241,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 217,\n                    \"orderId\": \"162\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": null,\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": null,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 248,\n                    \"groupId\": null,\n                    \"customerId\": null,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"162\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": \"ERROR\",\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"13 Shanslieve Drive\\\",\\\"billingAddressLine2\\\":\\\"\\\",\\\"billingAddressLine3\\\":\\\"\\\",\\\"billingAddressCity\\\":\\\"Newcastle\\\",\\\"billingAddressState\\\":\\\"\\\",\\\"billingAddressPostalCode\\\":\\\"BH124DY\\\",\\\"billingAddressCountry\\\":\\\"UNITED KINGDOM\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":true,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"13 Shanslieve Drive\",\n            \"billingAddressLine2\": \"\",\n            \"billingAddressLine3\": \"\",\n            \"billingAddressCity\": \"Newcastle\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"BH124DY\",\n            \"billingAddressCountry\": \"UNITED KINGDOM\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"5055058145161\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 19.99,\n            \"ioss\": null,\n            \"id\": 218,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"123456789\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1665497038000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 30,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 30,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test User\",\n            \"shipAddress1\": \"450 Brook Drive\",\n            \"shipAddress2\": \"Green Park\",\n            \"shipAddress3\": null,\n            \"shipState\": \"Berkshire\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Reading\",\n            \"shipPostalCode\": \"RG2 6UU\",\n            \"shipCountry\": \"UK\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"support@selro.com\",\n            \"buyerName\": \"Selro Ltd\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 242,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 218,\n                    \"orderId\": \"123456789\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Test Item Title\",\n                    \"asin\": null,\n                    \"sku\": \"abc\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"1234\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 1,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 20,\n                    \"subTotal\": 19.99,\n                    \"totalPrice\": 30,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1665497038000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"support@selro.com\",\n                    \"buyerName\": \"Selro Ltd\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"450 Brook Drive\",\n                    \"shipAddress2\": \"Green Park\",\n                    \"shipAddress3\": null,\n                    \"shipState\": \"Berkshire\",\n                    \"shipCity\": \"Reading\",\n                    \"shipCountry\": \"UK\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"RG2 6UU\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": true,\n                    \"invoicePrinted\": null,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": null,\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 2,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 30,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Test Item Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Test Item Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"123456789\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"abc\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Test Item Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 1\n                }\n            ],\n            \"labelPrinted\": true,\n            \"invoicePrinted\": null,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 2,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[\\\"https://selrostatic.s3.amazonaws.com/web/selroroyalmailtestlabel.png\\\"],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Billing Address Line 1\\\",\\\"billingAddressLine2\\\":\\\"Billing Address Line 2\\\",\\\"billingAddressLine3\\\":\\\"Billing Address Line 3\\\",\\\"billingAddressCity\\\":\\\"Billing City\\\",\\\"billingAddressState\\\":\\\"Berkshire\\\",\\\"billingAddressPostalCode\\\":\\\"RG2 6UU\\\",\\\"billingAddressCountry\\\":\\\"United Kingdom\\\",\\\"billingAddressCountryCode\\\":\\\"GB\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Billing Address Line 1\",\n            \"billingAddressLine2\": \"Billing Address Line 2\",\n            \"billingAddressLine3\": \"Billing Address Line 3\",\n            \"billingAddressCity\": \"Billing City\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"RG2 6UU\",\n            \"billingAddressCountry\": \"United Kingdom\",\n            \"billingAddressCountryCode\": \"GB\",\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/emptyimage.jpeg\"\n            ],\n            \"customValue\": 30,\n            \"shippingAddress\": \"Selro Ltd 450 Brook Drive Green Park Reading RG2 6UU Berkshire UK \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 1,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"User\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 22.35,\n            \"ioss\": null,\n            \"id\": 247,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"165\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011650000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 22.35,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 22.35,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 261,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 262,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 247,\n                    \"orderId\": \"165\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011650000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"165\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 22.35,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 2,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1334.67,\n            \"ioss\": null,\n            \"id\": 248,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011666139\",\n            \"combinedOrderId\": 250,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011666000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1659081038000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1334.67,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1334.67,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 263,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 264,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 265,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 266,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"DHL\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 267,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 268,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 248,\n                    \"orderId\": \"1666011666139\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": null,\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011666000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": null,\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": 250,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011666139\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": null,\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1334.67,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 6,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 48 SIGNATURE/TPSS\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"DHL\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": null,\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": null\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"TRACKED 48 SIGNATURE/TPSS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1357.02,\n            \"ioss\": null,\n            \"id\": 250,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 25344,\n            \"orderId\": \"1666011820351\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1666011820000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": 1666011650000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Unshipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"telesale\",\n            \"site\": null,\n            \"totalPrice\": 1357.02,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1357.02,\n            \"trackingNumber\": null,\n            \"carrierName\": \"amazonsellerfulfilledprime\",\n            \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": \"telesale\",\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"mary\",\n            \"shipAddress1\": \"13 Shanslieve Drive\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \"Newcastle\",\n            \"shipPostalCode\": \"BH124DY\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"asjdghasil@ghaksjdh\",\n            \"buyerName\": \"mary\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 277,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 278,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 279,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": \"\",\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 280,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"IRELAND\",\n                    \"shipCountryCode\": \"IE\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": \"Packing\",\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary IRELAND \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": true,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 281,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 282,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Sample Variation Product One  Title\",\n                    \"asin\": null,\n                    \"sku\": \"PHONE_CASE_SKU\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"4\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 50,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 429.99,\n                    \"subTotal\": 429.99,\n                    \"totalPrice\": 429.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1662595200000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": \"1\",\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"0\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"PHONE_CASE_SKU\",\n                            \"qty\": 38\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 429.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Sample Variation Product One  Title\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Sample Variation Product One  Title\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"PHONE_CASE_SKU\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Sample Variation Product One  Title\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": 50000,\n                    \"weightPerItem\": 50\n                },\n                {\n                    \"id\": 283,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"asin\": null,\n                    \"sku\": \"SIL-427596\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"5055058145161\",\n                    \"orderItemId\": \"1013\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 22.35,\n                    \"subTotal\": 22.35,\n                    \"totalPrice\": 22.35,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"mary\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": \"11 22 33 44\",\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"8\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": \"\",\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SIL-427596\",\n                            \"qty\": 8\n                        }\n                    ],\n                    \"warehouseId\": 1,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": \"11 22 33 44\",\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"mary UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 22.35,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"5055058145161\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"SIL-427596\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Silverline Air Line Filter Regulator Compressor Water Trap Pressure Tool 150ml\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                },\n                {\n                    \"id\": 284,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 25344,\n                    \"channelOrderId\": 250,\n                    \"orderId\": \"1666011820351\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                    \"site\": null,\n                    \"channel\": \"telesale\",\n                    \"title\": \"Green Jumper duplicate\",\n                    \"asin\": null,\n                    \"sku\": \"341989\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"-1\",\n                    \"orderItemId\": \"24874\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Unshipped\",\n                    \"weight\": 0,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 0,\n                    \"subTotal\": 0,\n                    \"totalPrice\": 0,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1666011820000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": null,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": null,\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": null,\n                    \"shipCountryCode\": null,\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": null,\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"field1\": null,\n                    \"field2\": null,\n                    \"field3\": null,\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"11\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"341989\",\n                            \"qty\": 11\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 1,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 0,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper duplicate\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper duplicate\",\n                    \"taxCode\": null,\n                    \"ioss\": null,\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"1666011820351\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"-1\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"inventoryskuvalue\": \"341989\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper duplicate\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": null,\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 1,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7364/7392_13b2024a-0935-4473-a3d7-048565f81c0a0.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3.amazonaws.com/selrostatic/web/selrosamplevariation1.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24875_6a6042d7-7f78-4338-ac67-f8a9192f07430.jpg\",\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/24874_ac664f07-1105-4334-b484-60e73be79e980.jpg\"\n            ],\n            \"customValue\": 1357.02,\n            \"shippingAddress\": \"mary 13 Shanslieve Drive Newcastle BH124DY UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 8,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": false,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": \"\",\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": 1662595200000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                },\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n                    \"shippedDate\": null,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"amazonsellerfulfilledprime\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 150,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"mary\",\n                \"\"\n            ],\n            \"shippingMethodShort\": \"HERMES_UK_MFN_TWODAY_DROPOFF\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"a51f5c66-28ac-4922-aed1-38c389ebfa91","name":"filter by channel id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}orders?secret={{secret}}&key={{key}}&page=1&pagesize=20&channel_id=23145","host":["{{base_url}}orders"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"page","value":"1","description":"Page number"},{"key":"pagesize","value":"20","description":"Number of orders per page. By default upto 100 orders will be returned"},{"key":"id","value":"eBay","description":"This is the channel Order Id. e.g eBay /Amazon","disabled":true},{"key":"status","value":"Shipped","description":"This is the order status. Status: Shipped, Canceled, Pending, Unshipped, Draft, Processing, Unconfirmed","disabled":true},{"key":"from_date","value":"2022-05-12","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","disabled":true},{"key":"to_date","value":"2022-05-15","description":"This is the order purchase date. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","disabled":true},{"key":"from_created_date","value":"2022-05-12","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_created_date","value":"2022-05-15","description":"This is the order created date in Selro. Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"from_lastmodified_date","value":"2022-05-12","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-01","type":"text","disabled":true},{"key":"to_lastmodified_date","value":"2022-05-15","description":"This is the order last updated time in Selro.Date format yyyy-MM-dd'T'HH:mm:ss e.g 2018-01-28","type":"text","disabled":true},{"key":"fulfilment_warehouse_id","value":"3","description":"This is the fulfilment warehouse id (e.g Huboo warehouse id). Orders assigned to this fulfilment centre will be returned","disabled":true},{"key":"channel_id","value":"23145","description":"This is the sales channel id to retrieve orders for a given sales channel. ","type":"text"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 09:12:23 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"TEST for bulk actions\",\n                            \"qty\": -269\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": null,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 177,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"126\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1664964844000,\n            \"dispatchDate\": null,\n            \"lastUpdateDate\": null,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Draft\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": null,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": null,\n            \"trackingNumber\": null,\n            \"carrierName\": null,\n            \"shippingMethod\": null,\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": null,\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": null,\n            \"shipCountryCode\": null,\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": null,\n            \"field2\": null,\n            \"field3\": null,\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": \"{\\\"sentOrderConfirmationEmail\\\":false,\\\"sentOrderDispatchEmail\\\":false,\\\"addStockBack\\\":false,\\\"labelPdfs\\\":[],\\\"integratedLabels\\\":[],\\\"orderAuditLogs\\\":[],\\\"labelPng\\\":[],\\\"attachments\\\":[],\\\"oldlabels\\\":[],\\\"weightsmodifiedbytheuser\\\":false,\\\"addedstockbackfromcancelorders\\\":false,\\\"shutterstockfeeApplied\\\":false,\\\"labelsJobdetails\\\":{},\\\"billingAddressLine1\\\":\\\"Address line 1\\\",\\\"billingAddressCity\\\":\\\" City Address\\\",\\\"billingAddressPostalCode\\\":\\\"AB1 2CD\\\",\\\"orderComments\\\":[],\\\"orderModifiedByUser\\\":false,\\\"ekmOrderId\\\":0,\\\"clickAndDropOrderId\\\":0}\",\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": \"Address line 1\",\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": \"City Address\",\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": \"AB1 2CD\",\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": [],\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [],\n            \"customValue\": null,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 0,\n            \"editable\": true,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": null,\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        },\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 25.99,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 178,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"128\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1655983114000,\n            \"dispatchDate\": 1656374400000,\n            \"lastUpdateDate\": 1655983123000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": true,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 25.99,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 25.99,\n            \"trackingNumber\": null,\n            \"carrierName\": \"Royal Mail\",\n            \"shippingMethod\": \"BPR1\",\n            \"shippingPrice\": null,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"Test Name \",\n            \"shipAddress1\": \"Address line 1\",\n            \"shipAddress2\": null,\n            \"shipAddress3\": null,\n            \"shipState\": \"\",\n            \"shipDistrict\": null,\n            \"shipCity\": \" City Address\",\n            \"shipPostalCode\": \"AB1 2CD\",\n            \"shipCountry\": \"UNITED KINGDOM\",\n            \"shipCountryCode\": \"GB\",\n            \"shipPhoneNumber\": \"\",\n            \"buyerEmail\": \"test@gmail.com\",\n            \"buyerName\": \"Test Name \",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 187,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 178,\n                    \"orderId\": \"128\",\n                    \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\",\n                    \"site\": null,\n                    \"channel\": \"ebay\",\n                    \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"asin\": null,\n                    \"sku\": \"SKU A\",\n                    \"inventorysku\": \"SKU A\",\n                    \"upc\": \"\",\n                    \"ean\": \"\",\n                    \"orderItemId\": \"132\",\n                    \"carrierName\": \"Royal Mail\",\n                    \"fraud\": null,\n                    \"weightUnit\": \"kg\",\n                    \"shippingapplied\": true,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 25.99,\n                    \"subTotal\": 25.99,\n                    \"totalPrice\": 25.99,\n                    \"shippingPrice\": null,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": 0,\n                    \"commision\": null,\n                    \"purchaseDate\": 1655983114000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1656374400000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": null,\n                    \"buyerName\": \"Test Name \",\n                    \"recipientName\": null,\n                    \"shipAddress1\": null,\n                    \"shipAddress2\": null,\n                    \"shipAddress3\": null,\n                    \"shipState\": null,\n                    \"shipCity\": null,\n                    \"shipCountry\": \"UNITED KINGDOM\",\n                    \"shipCountryCode\": \"GB\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": null,\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": null,\n                    \"paymentsTransactionId\": null,\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": false,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"field1\": \"\",\n                    \"field2\": \"1\",\n                    \"field3\": \"Letter\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": \",,\",\n                    \"field7\": \"3096\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": [\n                        {\n                            \"sku\": \"SKU A\",\n                            \"qty\": 3096\n                        }\n                    ],\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": false,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 17,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"Test Name  UNITED KINGDOM \",\n                    \"order\": null,\n                    \"product\": null,\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 25.99,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"128\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": null,\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"BPR1\",\n                    \"inventoryskuvalue\": \"SKU A\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"Green Jumper Master  PARENT PRODUCT\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Letter\",\n                    \"weightInGrams\": 23,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": false,\n            \"labelText\": null,\n            \"field1\": \"\",\n            \"field2\": \"1\",\n            \"field3\": \"Letter\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 17,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://s3-us-west-2.amazonaws.com/selroclientsprod1/7986/132_c098144c-c380-401a-a07d-e58d43546d370.jpg\"\n            ],\n            \"customValue\": 25.99,\n            \"shippingAddress\": \"Test Name  Address line 1  City Address AB1 2CD UNITED KINGDOM \",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"BPR1\",\n                    \"shippedDate\": 1656374400000,\n                    \"barcode\": null,\n                    \"carrierName\": \"Royal Mail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": [\n                \"Test\",\n                \"Name\"\n            ],\n            \"shippingMethodShort\": \"BPR1\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"}],"_postman_id":"a63c576f-88a6-4454-b317-7fde48c44b83"},{"name":"Get Order","id":"010882ae-d207-4f49-b92d-e920390472e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}order?secret={{secret}}&key={{key}}&order_id=11111","urlObject":{"host":["{{base_url}}order"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"description":{"content":"<p>Channel order id</p>\n","type":"text/plain"},"key":"order_id","value":"11111"},{"disabled":true,"description":{"content":"<p>Selro Internal Order id</p>\n","type":"text/plain"},"key":"id","value":"7986"}],"variable":[]}},"response":[{"id":"5d21fe92-65da-4ac2-9fc4-dedb71d73921","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}order?secret={{secret}}&key={{key}}&order_id=12345","host":["{{base_url}}order"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"order_id","value":"12345","description":"Channel order id"},{"key":"id","value":"7986","description":"Selro Internal Order id","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 09:27:55 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"channelUser\": null,\n            \"totalDiscounts\": null,\n            \"subTotal\": 1,\n            \"ioss\": \"IM2760000742\",\n            \"id\": 150,\n            \"selroUserId\": 7986,\n            \"channelUserId\": 23145,\n            \"orderId\": \"12345\",\n            \"combinedOrderId\": null,\n            \"numberoflineitems\": null,\n            \"totalnumberofitems\": null,\n            \"customerVatNumber\": null,\n            \"ppiUrl\": null,\n            \"deliveryexperience\": null,\n            \"numberoflines\": null,\n            \"purchaseDate\": 1652358369000,\n            \"dispatchDate\": 1658448000000,\n            \"lastUpdateDate\": 1652358369000,\n            \"paymentsDate\": null,\n            \"labelPrintedDate\": null,\n            \"invoicePrintedDate\": null,\n            \"selroChannelName\": null,\n            \"shippingapplied\": null,\n            \"orderfolder\": null,\n            \"externalInvoicePaymentId\": null,\n            \"weightunit\": null,\n            \"latestShipDate\": null,\n            \"deliveryStartDate\": null,\n            \"deliveryEndDate\": null,\n            \"channelUsername\": null,\n            \"paymentsStatus\": null,\n            \"shipStatus\": null,\n            \"orderStatus\": \"Shipped\",\n            \"numberOfItemsShipped\": null,\n            \"numberOfItemsUnshipped\": null,\n            \"channel\": \"ebay\",\n            \"site\": null,\n            \"totalPrice\": 1,\n            \"taxAmount\": null,\n            \"currencyCode\": \"GBP\",\n            \"paymentMethod\": null,\n            \"paymentsTransactionId\": null,\n            \"totalPriceNet\": 1,\n            \"trackingNumber\": null,\n            \"carrierName\": \"royalmail\",\n            \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"shippingPrice\": 0,\n            \"fulfilementId\": null,\n            \"fulfillmentChannel\": null,\n            \"shipmentServiceLevelCategory\": null,\n            \"shippingTax\": null,\n            \"shipServiceLevel\": null,\n            \"deliveryTimeZone\": null,\n            \"deliveryInstructions\": null,\n            \"primeServicesUnavailable\": null,\n            \"recipientName\": null,\n            \"shipName\": \"\",\n            \"shipAddress1\": \"\",\n            \"shipAddress2\": \"\",\n            \"shipAddress3\": \"\",\n            \"shipState\": null,\n            \"shipDistrict\": null,\n            \"shipCity\": \"\",\n            \"shipPostalCode\": \"\",\n            \"shipCountry\": \"\",\n            \"shipCountryCode\": \"\",\n            \"shipPhoneNumber\": null,\n            \"buyerEmail\": \"\",\n            \"buyerName\": \"\",\n            \"buyerPhoneNumber\": null,\n            \"checkoutMessage\": null,\n            \"channelSales\": [\n                {\n                    \"id\": 161,\n                    \"selroUserId\": 7986,\n                    \"channelUserId\": 23145,\n                    \"channelOrderId\": 150,\n                    \"orderId\": \"12345\",\n                    \"imageUrl\": \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\",\n                    \"site\": \"UK\",\n                    \"channel\": \"ebay\",\n                    \"title\": \"TEST for bulk actions\",\n                    \"asin\": null,\n                    \"sku\": \"TEST for bulk actions\",\n                    \"inventorysku\": null,\n                    \"upc\": \"-1\",\n                    \"ean\": \"123456789\",\n                    \"orderItemId\": \"\",\n                    \"carrierName\": \"royalmail\",\n                    \"fraud\": null,\n                    \"weightUnit\": null,\n                    \"shippingapplied\": null,\n                    \"orderStatus\": \"Shipped\",\n                    \"weight\": 0.023,\n                    \"productTaxCode\": null,\n                    \"quantityPurchased\": 1,\n                    \"daysPassPromise\": 0,\n                    \"eori\": null,\n                    \"itemPrice\": 1,\n                    \"subTotal\": 1,\n                    \"totalPrice\": 1,\n                    \"shippingPrice\": 0,\n                    \"shippingTax\": null,\n                    \"shippingDiscount\": null,\n                    \"itemTax\": null,\n                    \"commision\": null,\n                    \"purchaseDate\": 1652358369000,\n                    \"purchaseDay\": null,\n                    \"paymentsDate\": null,\n                    \"shippedDate\": 1658448000000,\n                    \"labelPrintedDate\": null,\n                    \"invoicePrintedDate\": null,\n                    \"promiseDate\": null,\n                    \"numberoflineitems\": null,\n                    \"totalnumberofitems\": null,\n                    \"buyerEmail\": \"\",\n                    \"buyerName\": \"\",\n                    \"recipientName\": null,\n                    \"shipAddress1\": \"\",\n                    \"shipAddress2\": \"\",\n                    \"shipAddress3\": \"\",\n                    \"shipState\": null,\n                    \"shipCity\": \"\",\n                    \"shipCountry\": \"\",\n                    \"shipCountryCode\": \"\",\n                    \"shipServiceLevel\": null,\n                    \"shipPhoneNumber\": null,\n                    \"deliveryTimeZone\": null,\n                    \"deliveryInstructions\": null,\n                    \"trackingNumber\": null,\n                    \"shipPostalCode\": \"\",\n                    \"deliveryStartDate\": null,\n                    \"deliveryEndDate\": null,\n                    \"fulfilementId\": null,\n                    \"quantityShipped\": null,\n                    \"quantityToShipped\": null,\n                    \"numberoflines\": null,\n                    \"customfield\": null,\n                    \"currencyCode\": \"GBP\",\n                    \"paymentsStatus\": \"\",\n                    \"paymentsTransactionId\": \"\",\n                    \"labelPrinted\": false,\n                    \"invoicePrinted\": true,\n                    \"giftMessage\": null,\n                    \"buyerPhoneNumber\": null,\n                    \"fulfillmentChannel\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"field1\": \"Access Denied (check credentials)\",\n                    \"field2\": \"1\",\n                    \"field3\": \"P\",\n                    \"field4\": null,\n                    \"field5\": null,\n                    \"field6\": null,\n                    \"field7\": \"30\",\n                    \"field8\": null,\n                    \"field9\": null,\n                    \"field10\": null,\n                    \"field12\": null,\n                    \"field14\": null,\n                    \"field15\": null,\n                    \"field16\": null,\n                    \"field17\": null,\n                    \"field18\": null,\n                    \"field19\": null,\n                    \"field20\": null,\n                    \"bundleskus\": null,\n                    \"warehouseId\": -2,\n                    \"crmexport\": null,\n                    \"accountingexport\": null,\n                    \"fbaexported\": null,\n                    \"picked\": true,\n                    \"packed\": false,\n                    \"previousOrderId\": null,\n                    \"combinedOrderId\": null,\n                    \"groupId\": null,\n                    \"customerId\": 18,\n                    \"labelPdfUrl\": null,\n                    \"channelUsername\": null,\n                    \"orderDetails\": null,\n                    \"ids\": null,\n                    \"excludeIds\": null,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"labelPdfs\": null,\n                    \"fulfilmentSku\": null,\n                    \"fulfilmentAction\": null,\n                    \"model\": null,\n                    \"manufacturer\": null,\n                    \"mpn\": null,\n                    \"variation\": null,\n                    \"warehouse\": null,\n                    \"location\": null,\n                    \"orderDetailsJson\": null,\n                    \"shippingAddress\": \"\",\n                    \"order\": null,\n                    \"product\": {\n                        \"variations\": null,\n                        \"id\": null,\n                        \"title\": null,\n                        \"qty\": 0,\n                        \"description\": null,\n                        \"htmldescription\": null,\n                        \"shortdecription\": null,\n                        \"shortdescription\": null,\n                        \"productsummary1\": null,\n                        \"productsummary2\": null,\n                        \"productsummary3\": null,\n                        \"productsummary4\": null,\n                        \"productsummary5\": null,\n                        \"sku\": null,\n                        \"sellingprice\": null,\n                        \"costprice\": null,\n                        \"rrpprice\": null,\n                        \"ean\": \"123456789\",\n                        \"upc\": \"-1\",\n                        \"taxcode\": null,\n                        \"brand\": null,\n                        \"department\": null,\n                        \"category\": null,\n                        \"images\": null,\n                        \"attributes\": [],\n                        \"parentId\": null,\n                        \"variationvalues\": null,\n                        \"variationThemes\": null,\n                        \"listings\": null\n                    },\n                    \"labelPngs\": null,\n                    \"shipmentBatchId\": null,\n                    \"ageverified\": null,\n                    \"foldername\": null,\n                    \"backorder\": null,\n                    \"orderfolder\": null,\n                    \"selroChannelName\": null,\n                    \"shutterstockImageId\": null,\n                    \"productCustomFields\": {},\n                    \"primeOrder\": false,\n                    \"itemStatus\": null,\n                    \"lastShipDate\": null,\n                    \"salesChannel\": null,\n                    \"shipServiceName\": null,\n                    \"customisedUrl\": null,\n                    \"totalPriceNet\": 1,\n                    \"hscode\": null,\n                    \"hscodeimport\": null,\n                    \"customItemTitle\": \"TEST for bulk actions\",\n                    \"manufactureCountry\": null,\n                    \"customValue\": null,\n                    \"bundleComponents\": null,\n                    \"billingtypeid\": null,\n                    \"collectiontypeid\": null,\n                    \"inventoryTitle\": \"TEST for bulk actions\",\n                    \"taxCode\": null,\n                    \"ioss\": \"IM2760000742\",\n                    \"buyerFirstName\": null,\n                    \"buyerLastName\": null,\n                    \"weightLb\": null,\n                    \"weightOz\": null,\n                    \"weightGrams\": null,\n                    \"weightKg\": null,\n                    \"productLevelShippingRules\": null,\n                    \"orderIdList\": [\n                        \"12345\"\n                    ],\n                    \"printOrderBarcode\": false,\n                    \"dimensionsApplied\": false,\n                    \"barcode\": \"123456789\",\n                    \"generatedLabel\": null,\n                    \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"inventoryskuvalue\": \"TEST for bulk actions\",\n                    \"internationalOrder\": false,\n                    \"shortTitle\": \"TEST for bulk actions\",\n                    \"globalEbayShipping\": false,\n                    \"goshippoShipmentRates\": null,\n                    \"serviceformatName\": \"Inland Parcel/International Letter\",\n                    \"weightInGrams\": null,\n                    \"weightPerItem\": 0.023\n                }\n            ],\n            \"labelPrinted\": false,\n            \"invoicePrinted\": true,\n            \"labelText\": null,\n            \"field1\": \"Access Denied (check credentials)\",\n            \"field2\": \"1\",\n            \"field3\": \"P\",\n            \"field4\": null,\n            \"field5\": null,\n            \"field6\": null,\n            \"field7\": null,\n            \"field8\": null,\n            \"field9\": null,\n            \"field10\": null,\n            \"crmexport\": null,\n            \"fbaexported\": null,\n            \"archived\": null,\n            \"field12\": null,\n            \"groupId\": null,\n            \"field14\": null,\n            \"field15\": null,\n            \"field16\": null,\n            \"field17\": null,\n            \"field18\": null,\n            \"field19\": null,\n            \"field20\": null,\n            \"warehouseId\": null,\n            \"cnurl\": null,\n            \"ebayoderrecordnumberforshipping\": false,\n            \"ageverified\": null,\n            \"customerId\": 18,\n            \"orderDetails\": null,\n            \"externalInvoiceId\": null,\n            \"commenttext\": null,\n            \"orderDetailsJson\": null,\n            \"removeEbayTrackingFromAddressLine\": false,\n            \"billingCompanyName\": null,\n            \"billingAddressLine1\": null,\n            \"billingAddressLine2\": null,\n            \"billingAddressLine3\": null,\n            \"billingAddressCity\": null,\n            \"billingAddressState\": null,\n            \"billingAddressPostcode\": null,\n            \"billingAddressCountry\": null,\n            \"billingAddressCountryCode\": null,\n            \"billingAddressPhone\": null,\n            \"billingShipname\": null,\n            \"labelPdfs\": null,\n            \"integratedLabels\": null,\n            \"checkedRates\": false,\n            \"dateformat\": \"yyyy-MM-dd\",\n            \"orderComments\": null,\n            \"labelGeneratedAlready\": false,\n            \"primeServices\": null,\n            \"labelPngs\": null,\n            \"orderError\": null,\n            \"picked\": null,\n            \"packed\": null,\n            \"backorder\": null,\n            \"foldername\": null,\n            \"weight\": null,\n            \"ruleResponse\": null,\n            \"previousLabels\": [],\n            \"fraud\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"previousOrderStatus\": null,\n            \"primeorder\": false,\n            \"productLevelShippingApplied\": false,\n            \"dispatchNoteSaleLineItemHeight\": null,\n            \"primeServicesNotAcceptedCarriers\": null,\n            \"amazonshippingservicecodes\": null,\n            \"awburl\": null,\n            \"primeServicesNew\": null,\n            \"canddorderId\": 0,\n            \"carrierShipmentId\": null,\n            \"carrierShipmentStatus\": null,\n            \"orderCommentTable\": null,\n            \"dimensionsApplied\": false,\n            \"images\": [\n                \"https://media.nastygal.com/i/nastygal/aqq00482_red_xl?qlt=80\"\n            ],\n            \"customValue\": 1,\n            \"shippingAddress\": \"\",\n            \"orderCommentsStr\": \"\",\n            \"numberOfItems\": 1,\n            \"editable\": false,\n            \"nonUKCurrency\": false,\n            \"euDestination\": false,\n            \"guernseyOrder\": false,\n            \"iossApplicable\": true,\n            \"shippingDetails\": [\n                {\n                    \"trackingNumber\": null,\n                    \"shippingMethod\": \"TRACKED 24 SIGNATURE/TPNS\",\n                    \"shippedDate\": 1658448000000,\n                    \"barcode\": \"-1\",\n                    \"carrierName\": \"royalmail\"\n                }\n            ],\n            \"generatedLabel\": null,\n            \"totalWeight\": 0.023,\n            \"pidrequired\": false,\n            \"firstLastName\": null,\n            \"shippingMethodShort\": \"TRACKED 24 SIGNATURE/TPNS\",\n            \"field17l\": null,\n            \"addStockByCancellingOrder\": false,\n            \"internationalOrder\": false,\n            \"attachments\": [],\n            \"currencyName\": \"£\"\n        }\n    ],\n    \"message\": null,\n    \"order\": null\n}"},{"id":"851c7414-9043-4312-98b7-1ede7ca422d0","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}order?secret={{secret}}&key={{key}}&order_id=1234566666","host":["{{base_url}}order"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"order_id","value":"1234566666","description":"Channel order id"},{"key":"id","value":"7986","description":"Selro Internal Order id","disabled":true}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 09:28:51 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [],\n    \"message\": null,\n    \"order\": null\n}"}],"_postman_id":"010882ae-d207-4f49-b92d-e920390472e3"},{"name":"Create Order","id":"cd1dbd69-014c-4b4f-876c-fe1e1d0f8f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"11111\",\r\n\t\"status\": \"Shipped\", \r\n    \"buyername\":\"John Smith\",\r\n    \"purchaseDate\": \"yyyy-MM-dd\"\r\n\t\"shipPostalCode\":\"RG2 6UU\",\r\n\t\"shipAddress1\":\"450 Richborough Close\",\r\n    \"tax\": 12.00\r\n    \"subTotal\": 36.30\r\n    \"total\":40.00\r\n    \"discount\": 32.23\r\n    \"shipping\":2.50\r\n    \"currencyCode\":\"GB\"\r\n    \"trackingNumber\":\"323232332\"\r\n    \"carrierName\": \"DHL\"\r\n    \"shippingMethod\":\"First Class\"\r\n    \"shippingPrice\":2.50\r\n\t\"shipCity\":\"London\",\r\n\t\"shipCountry\":\"UK\",\r\n    \"recipientName\":\"John Smith\"\r\n    \"shipPhoneNumber\": \"07809032232\"\r\n\t\"shipCountryCode\":\"GB\",\r\n\t\"channelSales\":[\r\n\t\t{\r\n\t\t\t\"qty\":1,\r\n\t\t\t\"title\":\"Test\",\r\n\t\t\t\"sku\":\"PHONE_CASE_SKU\",\r\n\t\t\t\"price\":23.39,\r\n\t\t\t\"totalprice\":34.56,\r\n\t\t\t\"taxamount\":12.33\r\n\t\t}\r\n\t],\r\n\t\"channelId\":27146\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}order?secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}order"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[{"id":"0d3e43be-5826-4787-9f79-125fa16e3f7f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"11111\",\r\n\t\"status\": \"Shipped\", \r\n    \"buyername\":\"John Smith\",\r\n    \"purchaseDate\": \"yyyy-MM-dd\"\r\n\t\"shipPostalCode\":\"RG2 6UU\",\r\n\t\"shipAddress1\":\"450 Richborough Close\",\r\n    \"tax\": 12.00\r\n    \"subTotal\": 36.30\r\n    \"total\":40.00\r\n    \"discount\": 32.23\r\n    \"shipping\":2.50\r\n    \"currencyCode\":\"GB\"\r\n    \"trackingNumber\":\"323232332\"\r\n    \"carrierName\": \"DHL\"\r\n    \"shippingMethod\":\"First Class\"\r\n    \"shippingPrice\":2.50\r\n\t\"shipCity\":\"London\",\r\n\t\"shipCountry\":\"UK\",\r\n    \"recipientName\":\"John Smith\"\r\n    \"shipPhoneNumber\": \"07809032232\"\r\n\t\"shipCountryCode\":\"GB\",\r\n\t\"channelSales\":[\r\n\t\t{\r\n\t\t\t\"qty\":1,\r\n\t\t\t\"title\":\"Test\",\r\n\t\t\t\"sku\":\"PHONE_CASE_SKU\",\r\n\t\t\t\"price\":23.39,\r\n\t\t\t\"totalprice\":34.56,\r\n\t\t\t\"taxamount\":12.33\r\n\t\t}\r\n\t],\r\n\t\"channelId\":27146\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}order?secret={{secret}}&key={{key}}","host":["{{base_url}}order"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 09:40:53 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"errors\": null\n}"},{"id":"708e2d1f-dba9-42da-afe7-460fed767104","name":"Not create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\":\"\",\r\n\t\"status\": \"Shipped\", \r\n\t\"shipPostalCode\":\"RG2 6UU\",\r\n\t\"shipAddress1\":\"450 Richborough Close\",\r\n\t\"shipCity\":\"London\",\r\n\t\"shipCountry\":\"UK\",\r\n\t\"shipCountryCode\":\"GB\",\r\n\t\"channelSales\":[\r\n\t\t{\r\n\t\t\t\"qty\":1,\r\n\t\t\t\"title\":\"Test\",\r\n\t\t\t\"sku\":\"PHONE_CASE_SKU\",\r\n\t\t\t\"price\":23.39,\r\n\t\t\t\"totalprice\":34.56,\r\n\t\t\t\"taxamount\":12.33\r\n\t\t}\r\n\t],\r\n\t\"channelId\":27146\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}order?secret={{secret}}&key={{key}}","host":["{{base_url}}order"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 09:43:03 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Please enter a valid order id\",\n    \"errors\": null\n}"}],"_postman_id":"cd1dbd69-014c-4b4f-876c-fe1e1d0f8f1b"},{"name":"Update Order","id":"edef3b2d-f4f9-4c36-ac54-81dab81ce785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \n    \"status\":\"Cancelled\",\n    \"carrier\":\"royalmail\",\n    \"shipping_method\":\"TRACKED 48 SIGNATURE/TPSS\",\n    \"tracking_number\":\"AD3232323232\",\n    \"shipment_date\":\"2022-03-24\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}order?order_id=11111&secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}order"],"query":[{"key":"order_id","value":"11111"},{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"edef3b2d-f4f9-4c36-ac54-81dab81ce785"},{"name":"Move Order to Folder","id":"73f528b2-f5bd-438b-ae0a-d4fc8cb6a9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}moveordertofolder?secret={{secret}}&key={{key}}&selro_order_id=11111&foldername=Selro Test","urlObject":{"host":["{{base_url}}moveordertofolder"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"selro_order_id","value":"11111"},{"key":"foldername","value":"Selro Test"}],"variable":[]}},"response":[{"id":"65c269e5-0a26-43e7-8909-50a5c7bb4e29","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}moveordertofolder?secret={{secret}}&key={{key}}&selro_order_id=11111&foldername=Selro Test","host":["{{base_url}}moveordertofolder"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"selro_order_id","value":"11111"},{"key":"foldername","value":"Selro Test"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 09:53:40 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"errors\": null,\n    \"error\": null\n}"}],"_postman_id":"73f528b2-f5bd-438b-ae0a-d4fc8cb6a9f9"}],"id":"afe9256b-f235-4425-a6a9-a2cb913072be","_postman_id":"afe9256b-f235-4425-a6a9-a2cb913072be","description":""},{"name":"Stock","item":[{"name":"Update Stock","id":"9a8e3da2-f89c-4337-8c5d-8161116e40b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}stock?secret={{secret}}&key={{key}}&qty=20&sku=123","urlObject":{"host":["{{base_url}}stock"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"description":{"content":"<p>Quantity</p>\n","type":"text/plain"},"key":"qty","value":"20"},{"description":{"content":"<p>Product SKU - Stock Keeping Unit. Must be present if the supplier_sku is empty. This must be the inventory SKU.  For supplier SKU please use supplier_sku</p>\n","type":"text/plain"},"key":"sku","value":"123"},{"disabled":true,"description":{"content":"<p>Warehouse Id. You can find the warehouse id from Warehouse setting. This is optional and if the warehouse id is specified, the stock will be allocated for that warehouse/SKU. If there is not location allocated for the SKU, the new location will be created. If there more than one location available for the SKU, the stock will be allocated to the first location. Qty specified must be the full qty available for that location as the given qty will be applied for the warehouse/location.</p>\n","type":"text/plain"},"key":"warehouseid","value":""},{"disabled":true,"description":{"content":"<p>Listing Qty. If this is empty full qty will be sent to channels. Please note that listing Qty value will apply for all channels</p>\n","type":"text/plain"},"key":"listingqty","value":""},{"disabled":true,"description":{"content":"<p>This is the fulfilment centre id. This will update the stock levels for products assign to a fulfilment centre e.g Huboo</p>\n","type":"text/plain"},"key":"fulfilment_centre_id","value":""},{"disabled":true,"description":{"content":"<p>This is the supplier SKU.  This is mandatory if the inventory SKU is not supplied</p>\n","type":"text/plain"},"key":"supplier_sku","value":"145"}],"variable":[]}},"response":[{"id":"22fb2a98-f88b-4808-8a42-6ced82479d59","name":"Update Stock","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}stock?secret={{secret}}&key={{key}}&qty=20&sku=WATCH_SKU","host":["{{base_url}}stock"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"qty","value":"20"},{"key":"sku","value":"WATCH_SKU"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 10:11:50 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"page\": 0,\n    \"products\": null\n}"}],"_postman_id":"9a8e3da2-f89c-4337-8c5d-8161116e40b6"},{"name":"Update Bulk Stock","id":"61ec5c7b-c275-4f16-a9c1-1307f6053087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stockupdates\": [\r\n        {\r\n            \"sku\": \"\",\r\n            \"qty\": \"5\",\r\n            \"supplier_sku\": \"SUPPLIER SKU\",\r\n            \"warehouseId\": 123\r\n        },\r\n        {\r\n            \"sku\": \"DRESS_SKU\",\r\n            \"qty\": \"15\"\r\n        }\r\n    ]\r\n}"},"url":"{{base_url}}stocks?secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}stocks"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"61ec5c7b-c275-4f16-a9c1-1307f6053087"},{"name":"Get All Stock","id":"beba3ca7-4299-49fd-be01-ad167dd58376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}stock?secret={{secret}}&key={{key}}&pagesize&page","urlObject":{"host":["{{base_url}}stock"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"description":{"content":"<p>Number of results to return</p>\n","type":"text/plain"},"key":"pagesize","value":null},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"c73f7f68-39a3-49bf-977e-668e0b2d5b7b","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}stock?secret={{secret}}&key={{key}}","host":["{{base_url}}stock"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 11:41:56 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": null,\n    \"message\": null,\n    \"warehouseLocations\": null,\n    \"products\": [\n        {\n            \"variations\": null,\n            \"id\": 1,\n            \"title\": \"Test v1/api \",\n            \"qty\": 20,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"WATCH_SKU\",\n            \"sellingprice\": 14.5,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 2,\n            \"title\": \"Sample Product Two  Title\",\n            \"qty\": 512,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRESS_SKU\",\n            \"sellingprice\": 69.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 3,\n            \"title\": \"Sample Product Three  Title\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SHOE_SKU\",\n            \"sellingprice\": 29.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 4,\n            \"title\": \"Sample Variation Product One  Title\",\n            \"qty\": 38,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"PHONE_CASE_SKU\",\n            \"sellingprice\": 429.99,\n            \"costprice\": 20,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 5,\n            \"title\": \"Sample Variation Product One  Title\",\n            \"qty\": 86,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"PHONE_CASE_SKU_CHILD_1\",\n            \"sellingprice\": 429.99,\n            \"costprice\": 50000,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 6,\n            \"title\": \"Sample Variation Product One  Title\",\n            \"qty\": 47,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"PHONE_CASE_SKU_CHILD_2\",\n            \"sellingprice\": 429.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 7,\n            \"title\": \"Test Item Please dont buy\",\n            \"qty\": 25,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"abc123\",\n            \"sellingprice\": 10,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 17,\n            \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n            \"qty\": -1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"0H-GPHN-KRYN-1\",\n            \"sellingprice\": 12.49,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 18,\n            \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"0H-GPHN-KRYN-2\",\n            \"sellingprice\": 12.49,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 20,\n            \"title\": \"Test product 2 for images\",\n            \"qty\": 28,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"32\",\n            \"sellingprice\": 4,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 21,\n            \"title\": \"Test product for EKMPowerShop V2\",\n            \"qty\": 12,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"8\",\n            \"sellingprice\": 55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 23,\n            \"title\": \"Test Product Tile\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"124\",\n            \"sellingprice\": 40.8,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 24,\n            \"title\": \"Test Variant Product\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"123var-1\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 25,\n            \"title\": \"Test Variant Product\",\n            \"qty\": 102,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"123var-2\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 27,\n            \"title\": \"Studio Collection Sketching Set 10 Tin Set\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1644146059981\",\n            \"sellingprice\": 12.49,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 28,\n            \"title\": \"Test Simple Product variations\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1644146060121\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 29,\n            \"title\": \"Test Variant Product\",\n            \"qty\": 112,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1644146060343\",\n            \"sellingprice\": 12.23,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 30,\n            \"title\": \"Books test 2 \",\n            \"qty\": 17,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"case_1_variation_2\",\n            \"sellingprice\": 10.99,\n            \"costprice\": 0,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 42,\n            \"title\": \"Jumpers\",\n            \"qty\": 70,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Jumpers\",\n            \"sellingprice\": 1.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 43,\n            \"title\": \"Pink Jumper\",\n            \"qty\": 20,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Pink Jumper\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 44,\n            \"title\": \"Grey Jumper\",\n            \"qty\": 45,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Grey Jumper\",\n            \"sellingprice\": 16.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 45,\n            \"title\": \"White Jumper\",\n            \"qty\": 25,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"White Jumper\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 46,\n            \"title\": \"Blue Jumper\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Blue Jumper\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 47,\n            \"title\": \"Green Jumper\",\n            \"qty\": 15,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"case_1_variation_1\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 49,\n            \"title\": \"Born 1988 Green Socks. Green Birthday Celebration Cotton Novelty Socks\",\n            \"qty\": 197,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Green Sock\",\n            \"sellingprice\": 5.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 50,\n            \"title\": \"(Boys Girls Stripe Ankle Socks Children Kids Multicoloured Design Socks) Boys Multicoloured Design Socks\",\n            \"qty\": 98,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Coloured Socks\",\n            \"sellingprice\": 5.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 89,\n            \"title\": \"Test Import Product\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Test SKU\",\n            \"sellingprice\": 5.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 97,\n            \"title\": \"Books test 2\",\n            \"qty\": 4994,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"140989\",\n            \"sellingprice\": 25,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 102,\n            \"title\": \"Disney Stitch Plush Lilo Stitch Medium 15\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1430359\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 103,\n            \"title\": \"Bundle Product \",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Bundle Product\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 107,\n            \"title\": \"TEST for bulk actions\",\n            \"qty\": -269,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"TEST for bulk actions\",\n            \"sellingprice\": 29.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 108,\n            \"title\": \"456\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"456\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 109,\n            \"title\": \"789\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"789\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 110,\n            \"title\": \"1011\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1011\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 111,\n            \"title\": \"1011\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1213\",\n            \"sellingprice\": 1,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 113,\n            \"title\": \"Test Product Tile\",\n            \"qty\": 98,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"123\",\n            \"sellingprice\": 27,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 115,\n            \"title\": \"Purple Bear\",\n            \"qty\": 11,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"125\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 116,\n            \"title\": \"Pink Bear Pack of 2\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"144331\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 117,\n            \"title\": \"Purple Bear pack of 5\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"90552\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 118,\n            \"title\": \"Disney Stitch pack of 3\",\n            \"qty\": 13,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"183330\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 119,\n            \"title\": \"Toys Bundle\",\n            \"qty\": 11,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"439584\",\n            \"sellingprice\": 12.6,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 120,\n            \"title\": \"Parent Product Toys \",\n            \"qty\": 36,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Parent Product Toys\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 121,\n            \"title\": \"Blue Jumper Master\",\n            \"qty\": 20,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"801422\",\n            \"sellingprice\": 10.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 123,\n            \"title\": \"Master SKU Product \",\n            \"qty\": 499,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Master SKU Product\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 124,\n            \"title\": \"Bundle Pack of 2\",\n            \"qty\": 249,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"790243\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 125,\n            \"title\": \"Bundle pack of 10\",\n            \"qty\": 49,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"695176\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 126,\n            \"title\": \"Disney Stitch Plush Lilo Stitch Medium 15\",\n            \"qty\": 407,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Disney Stitch Master\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 127,\n            \"title\": \"AWS Certified Solutions Architect Official Study Guide: Associate Exam - 1st Edition (eBook) \",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Test Book\",\n            \"sellingprice\": 1000,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 130,\n            \"title\": \"Bundle Jumper \",\n            \"qty\": 81,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Bundle SKU\",\n            \"sellingprice\": 50.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 132,\n            \"title\": \"Green Jumper Master  PARENT PRODUCT\",\n            \"qty\": 3096,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SKU A\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 135,\n            \"title\": \"SUMMIT Saszetka Na Szyj SENTINEL RFID PROTECTED NECK\",\n            \"qty\": 98,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1234\",\n            \"sellingprice\": 1234,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 137,\n            \"title\": \"Blue -Shirt medium \",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Blue t-shirt\",\n            \"sellingprice\": 25,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 138,\n            \"title\": \"Blue -Shirt medium Butterfly\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"908198\",\n            \"sellingprice\": 25,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 139,\n            \"title\": \"July Test Lightbulb\",\n            \"qty\": 99,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"217188\",\n            \"sellingprice\": 29.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 140,\n            \"title\": \"July Test Lampshade\",\n            \"qty\": 101,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"227188\",\n            \"sellingprice\": 17.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 141,\n            \"title\": \"July Test Fairylight\",\n            \"qty\": 102,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"237188\",\n            \"sellingprice\": 13.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 143,\n            \"title\": \"TOGAF 9 Foundation Study Guide - 3rd Edition: Preparation for the TOGAF 9 Part 1 Examination (TOGAF Series) [Paperback] Harrison, Rachel\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"9087537417\",\n            \"sellingprice\": 25.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 144,\n            \"title\": \"Title\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1684578\",\n            \"sellingprice\": null,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 145,\n            \"title\": \"SUMMIT Saszetka Na Szyj SENTINEL RFID PROTECTED NECK\",\n            \"qty\": 99,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"asjdnlaskdj\",\n            \"sellingprice\": 12.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 146,\n            \"title\": \"Jumper Red Small\",\n            \"qty\": 50,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"Jumper Red Small\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 147,\n            \"title\": \"Jumper Red Medium\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"508085\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 148,\n            \"title\": \"Jumper Red Large\",\n            \"qty\": 200,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"8248\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 149,\n            \"title\": \"Jumper Red Parent\",\n            \"qty\": 450,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"557589\",\n            \"sellingprice\": 20.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 152,\n            \"title\": \"Test Product Tile\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"CHARLIE 22\",\n            \"sellingprice\": 40.8,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 155,\n            \"title\": \"New Cat Kitten Play WIND UP MOUSE Clockwork Joke Mice Rat Fun Furry Toy Kitty\",\n            \"qty\": 113,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.42281E+11\",\n            \"sellingprice\": 5.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 156,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 19,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonServingLadle\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 157,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 17,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonServingSpoon\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 158,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonSlottedTurner\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 159,\n            \"title\": \"New Essential KITCHEN UTENSILS Cooking Tool NYLON SET Bright Coloured Handle UK\",\n            \"qty\": 17,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281062041-NylonSlottedSpoon\",\n            \"sellingprice\": 4.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 160,\n            \"title\": \"Silverline 11 Pcs Precision JEWELLERS SCREWDRIVER SET Mini Watch Glasses Philips\",\n            \"qty\": 9,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-633602\",\n            \"sellingprice\": 4.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 161,\n            \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281069234-Red-Small\",\n            \"sellingprice\": 2.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 162,\n            \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281069234-Red-Large\",\n            \"sellingprice\": 2.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 163,\n            \"title\": \"New Sparkly Dog Collar Assorted Design White Blue Red Grey LARGE SMALL SIZE UK\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142281069234-Blue-Large\",\n            \"sellingprice\": 2.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 164,\n            \"title\": \"Silverline 11pcs OFFSET RATCHET SCREWDRIVER BIT SET Pozi Philips Torx Flat Bits\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-404706\",\n            \"sellingprice\": 4.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 165,\n            \"title\": \"Silverline TOOL POUCH BELT 5 POCKET 220 x 260mm Lightweight Adjustable 245046\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-245046\",\n            \"sellingprice\": 8.4,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 166,\n            \"title\": \"Silverline GRILLE WHEEL BRUSH 370mm Car Van Cleaning Alloy Wheel Brush 250318\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-250318\",\n            \"sellingprice\": 6.85,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 167,\n            \"title\": \"Silverline Car Exhaust SPRING HOOK Puller Removal Installation Tool Brake 416746\",\n            \"qty\": 24,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-416746\",\n            \"sellingprice\": 4.45,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 168,\n            \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n            \"qty\": 8,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.43742E+11\",\n            \"sellingprice\": 11.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 169,\n            \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-671027 - Diamond\",\n            \"sellingprice\": 12.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 170,\n            \"title\": \"Silverline Replacement GARAGE DOOR LOCKING HANDLE Square Diamond 75mm Spindle\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-471742 - Square\",\n            \"sellingprice\": 12.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 171,\n            \"title\": \"Silverline COMPASS CUTTER 10 - 150mm Paper Card Cutting Art Hobby Crafts 782341\",\n            \"qty\": 10,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-782341\",\n            \"sellingprice\": 4.25,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 172,\n            \"title\": \"Silverline MULTI TOOL ADAPTOR 28 x 3mm Fits Bosch Fein Worx Dremel Cutter 646651\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-646651\",\n            \"sellingprice\": 4.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 173,\n            \"title\": \"GREASE GUN DELIVERY TUBE 300mm Flexible Threaded Chrome Plate Nozzle Greasing\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-633868\",\n            \"sellingprice\": 5.65,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 174,\n            \"title\": \"New BOUNCING PUTTY Mould Stretch Bounce Shape Kids Fun Toy Gift Idea Party Bag\",\n            \"qty\": 0,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.42693E+11\",\n            \"sellingprice\": 4.95,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 175,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 20,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"1.42282E+11\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 176,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 4,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-FindingDory\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 177,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-TheSecretLifeofPets\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 178,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-ThomasandFriends\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 179,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 5,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-MyLittlePony\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 180,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-Frozen\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 181,\n            \"title\": \"New Official Licensed COLOURING SET SHEETS Pencils Stickers Disney Dory Thomas\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"142282017918-DisneyPrincess\",\n            \"sellingprice\": 2.55,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 182,\n            \"title\": \"Draper Expert 14 Piece Female Torx TRX TX STAR SOCKET SET E4 - E24 + Rail 34415\",\n            \"qty\": 5,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-34415\",\n            \"sellingprice\": 33.62,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 183,\n            \"title\": \"Draper Expert 16623 1/2'' Square Drive 6 Point Metric SOCKET - 36mm\",\n            \"qty\": 5,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-16623\",\n            \"sellingprice\": 19.41,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 184,\n            \"title\": \"Draper 82405 60 Piece 1/4'' 25mm COLOURED SCREWDRIVER BIT SET Magnetic Holder\",\n            \"qty\": 1,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-82405\",\n            \"sellingprice\": 24.42,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 185,\n            \"title\": \"Draper 16287 8 Piece 150mm 6'' Long Hex/Allen Key End 3/8'' Sq Dr SOCKET BIT SET\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-16287\",\n            \"sellingprice\": 23.21,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 186,\n            \"title\": \"Draper 65138 COMPOSITE REVERSIBLE KEYLESS AIR DRILL 10mm Chuck 1/4'' BSP\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-65138\",\n            \"sellingprice\": 40.32,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 187,\n            \"title\": \"Draper 63638 Heavy Duty STAPLE GUN TACKER\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-63638\",\n            \"sellingprice\": 39.28,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 188,\n            \"title\": \"Draper Expert 8 Piece ENGINEERS SCREWDRIVER SET Pozi Phillips Slot 43940\",\n            \"qty\": 2,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-43940\",\n            \"sellingprice\": 27.99,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 189,\n            \"title\": \"New Silverline Ice Scraper Window Windscreen Van Car Winter Snow Frost UK\",\n            \"qty\": 19,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"SIL-236769\",\n            \"sellingprice\": 2.47,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        },\n        {\n            \"variations\": null,\n            \"id\": 190,\n            \"title\": \"Draper 50mm 2'' MINI AIR SANDER Lightweight Hook & Loop 1/4'' BSP 65059\",\n            \"qty\": 3,\n            \"description\": null,\n            \"htmldescription\": null,\n            \"shortdecription\": null,\n            \"shortdescription\": null,\n            \"productsummary1\": null,\n            \"productsummary2\": null,\n            \"productsummary3\": null,\n            \"productsummary4\": null,\n            \"productsummary5\": null,\n            \"sku\": \"DRA-65059\",\n            \"sellingprice\": 44.16,\n            \"costprice\": null,\n            \"rrpprice\": null,\n            \"ean\": null,\n            \"upc\": null,\n            \"taxcode\": null,\n            \"brand\": null,\n            \"department\": null,\n            \"category\": null,\n            \"images\": null,\n            \"attributes\": null,\n            \"parentId\": null,\n            \"variationvalues\": null,\n            \"variationThemes\": null,\n            \"listings\": null\n        }\n    ]\n}"}],"_postman_id":"beba3ca7-4299-49fd-be01-ad167dd58376"},{"name":"Get Stock","id":"1a7c3cdb-a783-49c3-8beb-b47748b183da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}stock?secret={{secret}}&key={{key}}&warehouseid=1","urlObject":{"host":["{{base_url}}stock"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"disabled":true,"key":"sku","value":""},{"key":"warehouseid","value":"1"}],"variable":[]}},"response":[{"id":"a6302e51-d328-4ee4-a56c-4e55473d74ab","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}stock?secret={{secret}}&key={{key}}&sku=DRESS_SKU","host":["{{base_url}}stock"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"sku","value":"DRESS_SKU"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 11:45:01 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"variations\": null,\n        \"id\": 2,\n        \"title\": \"Sample Product Two  Title\",\n        \"qty\": 512,\n        \"description\": null,\n        \"htmldescription\": null,\n        \"shortdecription\": null,\n        \"shortdescription\": null,\n        \"productsummary1\": null,\n        \"productsummary2\": null,\n        \"productsummary3\": null,\n        \"productsummary4\": null,\n        \"productsummary5\": null,\n        \"sku\": \"DRESS_SKU\",\n        \"sellingprice\": 69.99,\n        \"costprice\": null,\n        \"rrpprice\": null,\n        \"ean\": null,\n        \"upc\": null,\n        \"taxcode\": null,\n        \"brand\": null,\n        \"department\": null,\n        \"category\": null,\n        \"images\": null,\n        \"attributes\": null,\n        \"parentId\": null,\n        \"variationvalues\": null,\n        \"variationThemes\": null,\n        \"listings\": null\n    },\n    \"message\": null,\n    \"warehouseLocations\": null,\n    \"products\": null\n}"}],"_postman_id":"1a7c3cdb-a783-49c3-8beb-b47748b183da"}],"id":"11c31285-585c-46be-8b08-31e8802d1eaa","_postman_id":"11c31285-585c-46be-8b08-31e8802d1eaa","description":""},{"name":"Price","item":[{"name":"Update Price","id":"8f375e2c-113c-44be-9246-2bf09faebf8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}price?secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}price"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[{"id":"17217e81-9e05-48cf-8482-70b41537603b","name":"Update Price","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}price?secret={{secret}}&key={{key}}","host":["{{base_url}}price"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"priceUpdates\":[{\"sku\":\"abc\",\"price\":22.12,\"channelPrice\":[{\"sku\":\"cde\",\"channel\":\"ebay\",\"site\":\"uk\",\"listingPrice\":23.34}]}]}"}],"_postman_id":"8f375e2c-113c-44be-9246-2bf09faebf8f"}],"id":"603a50d5-b4fc-4d6d-a518-5c3296685e30","description":"<p>The API end point to bulk update prices. For each sales channel, please use the channel name and site(optional). The valid values for the channel names and site is shown in the below documentation.</p>\n<p><a href=\"https://help.selro.com/en/articles/8625800-update-selling-prices\">https://help.selro.com/en/articles/8625800-update-selling-prices</a></p>\n","_postman_id":"603a50d5-b4fc-4d6d-a518-5c3296685e30"},{"name":"Category","item":[{"name":"Get all categories","id":"8ef6eaa9-0029-4f16-b4b1-94031ce40bb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}categories?secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}categories"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[{"id":"a71987fd-8703-4365-8568-f68450f0614c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}categories?secret={{secret}}&key={{key}}","host":["{{base_url}}categories"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 11:53:03 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"errors\": null,\n    \"categories\": [\n        {\n            \"id\": 13,\n            \"name\": \"1 abc def\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 11,\n            \"name\": \"abc test 1\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Car Diagnostics\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 15,\n            \"name\": \"cat. 1\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Main Category test\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Sub category test\",\n            \"parentId\": 18\n        },\n        {\n            \"id\": 8,\n            \"name\": \"test\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 14,\n            \"name\": \"test 2\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 1,\n            \"name\": \"TEST CAtegory\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 16,\n            \"name\": \"test category nest\",\n            \"parentId\": null\n        },\n        {\n            \"id\": 17,\n            \"name\": \"sub category nest\",\n            \"parentId\": 16\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Test from prod url\",\n            \"parentId\": 1\n        }\n    ]\n}"}],"_postman_id":"8ef6eaa9-0029-4f16-b4b1-94031ce40bb8"},{"name":"Add Category","id":"e6d61839-c13f-49ff-a3bf-7724e84a0682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"1 abc def Child\",\n    \"parentId\": 13\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}category?secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}category"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"e6d61839-c13f-49ff-a3bf-7724e84a0682"},{"name":"Delete Category","id":"6c09e587-11c7-431e-967e-6d34695f94b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}category?secret={{secret}}&key={{key}}&id=9","urlObject":{"host":["{{base_url}}category"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"id","value":"9"}],"variable":[]}},"response":[{"id":"7aae2406-9274-4918-b223-d74d4bffd93a","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}category?secret={{secret}}&key={{key}}&id=9","host":["{{base_url}}category"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"},{"key":"id","value":"9"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 12:02:44 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"errors\": null,\n    \"categories\": null\n}"}],"_postman_id":"6c09e587-11c7-431e-967e-6d34695f94b2"}],"id":"edb4a3f1-c9ec-4eb6-b656-947df6f92ed3","_postman_id":"edb4a3f1-c9ec-4eb6-b656-947df6f92ed3","description":""},{"name":"Channel","item":[{"name":"Get Channels","id":"ce64ed13-862d-4251-a344-68c4f8ffba1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}channels?secret={{secret}}&key={{key}}","urlObject":{"host":["{{base_url}}channels"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}],"variable":[]}},"response":[{"id":"3435aa3e-86c0-4933-b0c9-a1b07b8f4760","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}channels?secret={{secret}}&key={{key}}","host":["{{base_url}}channels"],"query":[{"key":"secret","value":"{{secret}}"},{"key":"key","value":"{{key}}"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Oct 2022 12:05:39 GMT"},{"key":"Server","value":"Apache/2.4.54 () OpenSSL/1.0.2k-fips"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": null,\n    \"channels\": [\n        {\n            \"id\": 27146,\n            \"name\": \"amazon\",\n            \"enable\": true,\n            \"downloadCatalogue\": null,\n            \"downloadOrders\": null,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1666249560000\n        },\n        {\n            \"id\": 24958,\n            \"name\": \"BigCommerce Channel\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044080000\n        },\n        {\n            \"id\": 25000,\n            \"name\": \"Bluepark\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1647171910000\n        },\n        {\n            \"id\": 24992,\n            \"name\": \"booklocker\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1644841080000\n        },\n        {\n            \"id\": 25528,\n            \"name\": \"cDiscount\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044084000\n        },\n        {\n            \"id\": 25949,\n            \"name\": \"Discogs\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044806000\n        },\n        {\n            \"id\": 23145,\n            \"name\": \"maryev-11\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1666960389000,\n            \"lastOrderDownloadTime\": 1667043612000\n        },\n        {\n            \"id\": 26519,\n            \"name\": \"per_954361\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1666870271000,\n            \"lastOrderDownloadTime\": 1667043617000\n        },\n        {\n            \"id\": 24982,\n            \"name\": \"ecwid\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1644928919000,\n            \"lastOrderDownloadTime\": 1644756844000\n        },\n        {\n            \"id\": 25207,\n            \"name\": \"EKMPowershop\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044849000\n        },\n        {\n            \"id\": 25006,\n            \"name\": \"ePOSnow\",\n            \"enable\": true,\n            \"downloadCatalogue\": null,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1644941880000\n        },\n        {\n            \"id\": 25944,\n            \"name\": \"Etsy Account\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044843000\n        },\n        {\n            \"id\": 24646,\n            \"name\": \"Facebook Shop\",\n            \"enable\": false,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1641900960000\n        },\n        {\n            \"id\": 26889,\n            \"name\": \"Fruugo Account\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": false,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1664350560000\n        },\n        {\n            \"id\": 25005,\n            \"name\": \"Fruugo Account\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044447000\n        },\n        {\n            \"id\": 25436,\n            \"name\": \"Magento\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1648973160000\n        },\n        {\n            \"id\": 25454,\n            \"name\": \"Magento2\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044817000\n        },\n        {\n            \"id\": 24930,\n            \"name\": \"NOTHS\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044814000\n        },\n        {\n            \"id\": 26123,\n            \"name\": \"OnBuy\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1667040574000,\n            \"lastOrderDownloadTime\": 1667043019000\n        },\n        {\n            \"id\": 25663,\n            \"name\": \"Opencart\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1667002491000,\n            \"lastOrderDownloadTime\": 1667044821000\n        },\n        {\n            \"id\": 24951,\n            \"name\": \"Rakuten\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044821000\n        },\n        {\n            \"id\": 24109,\n            \"name\": \"Real\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1666916880000,\n            \"lastOrderDownloadTime\": 1667044858000\n        },\n        {\n            \"id\": 24940,\n            \"name\": \"Sears\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1644685207000,\n            \"lastOrderDownloadTime\": 1667043721000\n        },\n        {\n            \"id\": 24873,\n            \"name\": \"Shopify\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1667045133000,\n            \"lastOrderDownloadTime\": 1667041274000\n        },\n        {\n            \"id\": 26817,\n            \"name\": \"Shopify\",\n            \"enable\": true,\n            \"downloadCatalogue\": true,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": 1667041479000,\n            \"lastOrderDownloadTime\": 1667041307000\n        },\n        {\n            \"id\": 26474,\n            \"name\": \"Shopwired - test\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": false,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1659522600000\n        },\n        {\n            \"id\": 25344,\n            \"name\": \"PO Orders\",\n            \"enable\": true,\n            \"downloadCatalogue\": null,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1648039800000\n        },\n        {\n            \"id\": 27073,\n            \"name\": \"Test order combine\",\n            \"enable\": true,\n            \"downloadCatalogue\": null,\n            \"downloadOrders\": null,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1665839160000\n        },\n        {\n            \"id\": 24955,\n            \"name\": \"Trademe\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1644668280000\n        },\n        {\n            \"id\": 24999,\n            \"name\": \"VisualSoft\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044828000\n        },\n        {\n            \"id\": 24960,\n            \"name\": \"Volusion Account\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044829000\n        },\n        {\n            \"id\": 25345,\n            \"name\": \"PO Orders test 1\",\n            \"enable\": true,\n            \"downloadCatalogue\": null,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1648040040000\n        },\n        {\n            \"id\": 24952,\n            \"name\": \"WISH\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1661672041000\n        },\n        {\n            \"id\": 24889,\n            \"name\": \"WoocommerceAccount\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044138000\n        },\n        {\n            \"id\": 24932,\n            \"name\": \"Wowcher\",\n            \"enable\": true,\n            \"downloadCatalogue\": false,\n            \"downloadOrders\": true,\n            \"lastCatalogueDownloadTime\": null,\n            \"lastOrderDownloadTime\": 1667044833000\n        }\n    ]\n}"}],"_postman_id":"ce64ed13-862d-4251-a344-68c4f8ffba1d"}],"id":"d31ebd52-1882-4b56-a41a-00eb892c0f33","_postman_id":"d31ebd52-1882-4b56-a41a-00eb892c0f33","description":""},{"name":"Inventory","item":[{"name":"Get all inventories","id":"05579a2b-9f9e-43bc-be01-2d8ad441ad68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"v1/inventories?key=your_api_key&secret=your_secret&pagesize=number&page=number","description":"<p>This will return stock levels for each SKUs in the inventory including bundles</p>\n","urlObject":{"path":["inventories"],"host":["v1"],"query":[{"key":"key","value":"your_api_key"},{"key":"secret","value":"your_secret"},{"description":{"content":"<p>Page size by default this will be 50. Maximum value 100</p>\n","type":"text/plain"},"key":"pagesize","value":"number"},{"description":{"content":"<p>Page number </p>\n","type":"text/plain"},"key":"page","value":"number"}],"variable":[]}},"response":[{"id":"b3b3eb95-a56f-4981-bfb3-45664b71f71a","name":"Get all Inventories","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/v1/inventories?key=eec14ae6-015c-43a6-bbdf-5b5029390dd3&secret=eb7d22f9-3ebd-43d7-82a9-3cd78d61cedb","protocol":"http","host":["localhost"],"port":"8080","path":["v1","inventories"],"query":[{"key":"key","value":"eec14ae6-015c-43a6-bbdf-5b5029390dd3"},{"key":"secret","value":"eb7d22f9-3ebd-43d7-82a9-3cd78d61cedb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Mar 2022 14:35:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"inventoryList\": [\n        {\n            \"sku\": null,\n            \"id\": 1,\n            \"price\": \"Test v1/api \",\n            \"qty\": 5,\n            \"title\": null\n        },\n        {\n            \"sku\": null,\n            \"id\": 1,\n            \"price\": \"Test v1/api \",\n            \"qty\": 5,\n            \"title\": null\n        }\n        \n    ]\n}"}],"_postman_id":"05579a2b-9f9e-43bc-be01-2d8ad441ad68"},{"name":"Get Inventory By Sku","id":"3065876b-d845-43a7-b030-208bfee98cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/v1/inventory/?sku=sku&key=your_api_key&secret=your_secret","urlObject":{"path":["v1","inventory",""],"query":[{"key":"sku","value":"sku"},{"key":"key","value":"your_api_key"},{"key":"secret","value":"your_secret"}],"variable":[]}},"response":[{"id":"08a7e3a2-148c-4719-bb6f-5a7bd2f97095","name":"Get Inventory By Sku","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/v1/inventory/DRESS_SKU?key=eec14ae6-015c-43a6-bbdf-5b5029390dd3&secret=eb7d22f9-3ebd-43d7-82a9-3cd78d61cedb","protocol":"http","host":["localhost"],"port":"8080","path":["v1","inventory","DRESS_SKU"],"query":[{"key":"key","value":"eec14ae6-015c-43a6-bbdf-5b5029390dd3"},{"key":"secret","value":"eb7d22f9-3ebd-43d7-82a9-3cd78d61cedb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Mar 2022 14:38:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"inventoryList\": [\n        {\n            \"sku\": null,\n            \"id\": 1,\n            \"price\": \"Test v1/api \",\n            \"qty\": 5,\n            \"title\": null\n        },\n        {\n            \"sku\": null,\n            \"id\": 1,\n            \"price\": \"Test v1/api \",\n            \"qty\": 5,\n            \"title\": null\n        }\n        \n    ]\n}"}],"_postman_id":"3065876b-d845-43a7-b030-208bfee98cf4"}],"id":"152018c3-93d1-41cb-9a80-c04d2cda6338","_postman_id":"152018c3-93d1-41cb-9a80-c04d2cda6338","description":""},{"name":"Customer","item":[{"name":"Get Customer","id":"34825e70-d98e-4855-b643-4d0b1d451a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/v1/customer/{customerId}?key=your_key&secret=your_secret","urlObject":{"path":["v1","customer","{customerId}"],"query":[{"key":"key","value":"your_key"},{"key":"secret","value":"your_secret"}],"variable":[]}},"response":[{"id":"8e9f657e-11e0-4ebc-bb98-bfa2f3dabe2e","name":"Get Customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/v1/customer/6242ce115b345cd52204cf41?key=app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382&secret=app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c","protocol":"http","host":["localhost"],"port":"8080","path":["v1","customer","6242ce115b345cd52204cf41"],"query":[{"key":"key","value":"app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382"},{"key":"secret","value":"app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c"},{"key":"email","value":"joe.doe@selro.com","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Mar 2022 19:41:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customers\": [\n        {\n            \"_id\": \"6242ce115b345cd52204cf41\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 26,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"addressline3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        }\n    ]\n}"}],"_postman_id":"34825e70-d98e-4855-b643-4d0b1d451a46"},{"name":"Update Customer","id":"65339cc5-dd1c-444f-b763-d4fe8ace563c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"addressline3\" : \"addressline3\"\n}","options":{"raw":{"language":"json"}}},"url":"/v1/customer/{customerId}?key=your_key&secret=your_secret","urlObject":{"path":["v1","customer","{customerId}"],"query":[{"key":"key","value":"your_key"},{"key":"secret","value":"your_secret"}],"variable":[]}},"response":[{"id":"0a66ae48-ceaa-4615-b7a3-aec2b1f385d8","name":"Update Customer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"addressline3\" : \"addressline3\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/v1/customer/6242ce115b345cd52204cf41?key=app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382&secret=app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c&email=joe.doe@selro.com","protocol":"http","host":["localhost"],"port":"8080","path":["v1","customer","6242ce115b345cd52204cf41"],"query":[{"key":"key","value":"app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382"},{"key":"secret","value":"app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c"},{"key":"email","value":"joe.doe@selro.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Mar 2022 19:41:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"matchedCount\": 1,\n    \"modifiedCount\": 1\n}"}],"_postman_id":"65339cc5-dd1c-444f-b763-d4fe8ace563c"},{"name":"Delete Customer","id":"0c9e470a-3a30-4588-9bf3-0c39dc2d89b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/v1/customer/{customerId}?key=your_key&secret=your_secret","urlObject":{"path":["v1","customer","{customerId}"],"query":[{"key":"key","value":"your_key"},{"key":"secret","value":"your_secret"}],"variable":[]}},"response":[{"id":"016c76d1-bf19-42db-b1d8-5533465614eb","name":"Delete Customer","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/v1/customer/6242cdf096f2619fd6b7bd39?key=app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382&secret=app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c","protocol":"http","host":["localhost"],"port":"8080","path":["v1","customer","6242cdf096f2619fd6b7bd39"],"query":[{"key":"key","value":"app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382"},{"key":"secret","value":"app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Mar 2022 19:24:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"0c9e470a-3a30-4588-9bf3-0c39dc2d89b9"},{"name":"Search Customers","id":"b6d6e968-44f5-4ec5-9136-c45bf8406e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/v1/customers?key=your_key&secret=your_secret&email=example_email&page&pagesize","urlObject":{"path":["v1","customers"],"query":[{"key":"key","value":"your_key"},{"key":"secret","value":"your_secret"},{"description":{"content":"<p>Optional If email is not included all customers shall be returned for the given page number</p>\n","type":"text/plain"},"key":"email","value":"example_email"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>page size  defautl 100 results per page</p>\n","type":"text/plain"},"key":"pagesize","value":null}],"variable":[]}},"response":[{"id":"4ea6a19b-45ce-4353-8a4c-9bfe0644718a","name":"Get Customer By Email","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/v1/customer?key=app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382&secret=app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c&email=joe.doe@selro.com","protocol":"http","host":["localhost"],"port":"8080","path":["v1","customer"],"query":[{"key":"key","value":"app6_key4ca0992d-3505-47cd-ba92-4369a3fe7382"},{"key":"secret","value":"app6_secret2daac86d-a076-4ee8-a19d-dd6ef863884c"},{"key":"email","value":"joe.doe@selro.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Mar 2022 19:46:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customers\": [\n        {\n            \"_id\": \"624203b0714968f69972768d\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 27,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"addressline3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": {\n                \"timestamp\": null\n            },\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        },\n        {\n            \"_id\": \"6242ce115b345cd52204cf41\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 26,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"addressline3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        },\n        {\n            \"_id\": \"6242ce1276bce77fbd8ce626\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 26,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"line 3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        },\n        {\n            \"_id\": \"62435b32c344fc640c2b6d1c\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 7986,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"line 3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        },\n        {\n            \"_id\": \"62435b9572c7749a38f255c0\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 7986,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"line 3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        },\n        {\n            \"_id\": \"62435b99a84e73d2305dc0db\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 7986,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"line 3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        },\n        {\n            \"_id\": \"62435b9bb4a0817f3efe6f49\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 7986,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"line 3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        },\n        {\n            \"_id\": \"62435b9d72c7749a38f25b9f\",\n            \"email\": \"joe.doe@selro.com\",\n            \"selrouserid\": 7986,\n            \"addressline1\": \"450 Brook Drive\",\n            \"addressline2\": \"Green Park\",\n            \"addressline3\": \"line 3\",\n            \"billingaddress1\": null,\n            \"billingaddress2\": null,\n            \"billingaddress3\": null,\n            \"billingcity\": null,\n            \"billingcountry\": null,\n            \"billingcountrycode\": null,\n            \"billingpostcode\": null,\n            \"city\": \"Reading\",\n            \"country\": \"GB\",\n            \"countrycode\": \"GB\",\n            \"firstname\": \"Joe\",\n            \"lastUpdated\": null,\n            \"lastname\": null,\n            \"postcode\": \"RG2 6UU\",\n            \"state\": \"Berkshire\"\n        }\n    ]\n}"}],"_postman_id":"b6d6e968-44f5-4ec5-9136-c45bf8406e9b"}],"id":"919da08c-a6cb-4fd3-b8cf-d41f57eba36e","_postman_id":"919da08c-a6cb-4fd3-b8cf-d41f57eba36e","description":""}],"event":[{"listen":"prerequest","script":{"id":"377ac3e0-64c9-4186-a109-ca40fd7356e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83dcca57-de6b-466c-96a2-795b8e5b8e9d","type":"text/javascript","exec":[""]}}]}