{"info":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","description":"<html><head></head><body><p>Use these APIs to create and manage orders, products, ASNs, and more across Sprint's logistics platform.</p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>Our API provides a robust suite of tools designed to help merchants seamlessly integrate their e-commerce platforms with our logistics engine.</p>\n<p>By using this API, you can automate your supply chain—from product creation and inventory management to real-time order processing and shipment tracking.</p>\n<h2 id=\"core-capabilities\">Core Capabilities</h2>\n<ul>\n<li><p><strong>Order Management</strong>: Programmatically create and retrieve order details.</p>\n</li>\n<li><p><strong>Product Catalog</strong>: Synchronize your product list and manage item specifications.</p>\n</li>\n<li><p><strong>Shipment Tracking</strong>: Access real-time tracking information and delivery statuses via our shipment endpoints.</p>\n</li>\n</ul>\n<p>We provide two distinct environments. We strongly recommend completing your development and testing in the <strong>Staging</strong> environment before moving to Production.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>Base URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging</td>\n<td><code>https://api-staging.sprintlogistics.com</code></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><code>https://api-v2.sprintlogistics.com</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The Sprint Logistics API uses <strong>Basic Authentication</strong>. To authenticate your requests, you must provide your unique <code>API Key</code> and <code>Password</code> in the request header.</p>\n<p><strong>Header Example:</strong><code>Authorization: Basic</code></p>\n<p><em>If you do not have your API credentials yet, please contact your Sprint Logistics account manager.</em></p>\n<h2 id=\"standard-patterns\">Standard Patterns</h2>\n<ol>\n<li><p><strong>Protocol</strong>: All requests must be made over <strong>HTTPS.</strong></p>\n</li>\n<li><p><strong>Format</strong>: The API accepts and returns data in <strong>JSON</strong> format.</p>\n</li>\n<li><p><strong>Timezones</strong>: All timestamps are returned in <strong>UTC</strong> unless otherwise specified.</p>\n</li>\n</ol>\n<p><strong>Variables you'll see:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Example (Staging)</th>\n<th>Example (Prod)</th>\n<th>Purpose</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>URL</code></td>\n<td><code>https://api-staging.sprintlogistics.com</code></td>\n<td><code>https://api-v2.sprintlogistics.com</code></td>\n<td>Base API host</td>\n</tr>\n<tr>\n<td><code>api_key</code></td>\n<td>(secret)</td>\n<td>(secret)</td>\n<td>Basic auth username</td>\n</tr>\n<tr>\n<td><code>api_password</code></td>\n<td>(secret)</td>\n<td>(secret)</td>\n<td>Basic auth password</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"environments\">Environments</h2>\n<p>We offer two environments: <strong>Staging</strong>, for development and feature testing, and <strong>Production</strong>, for live operational use. Always validate your integration in Staging before moving to Production.</p>\n<ul>\n<li><p><strong>Staging</strong>: <code>https://api-staging.sprintlogistics.com</code></p>\n</li>\n<li><p><strong>Production</strong>: <code>https://api-v2.sprintlogistics.com</code></p>\n</li>\n</ul>\n<hr>\n<h2 id=\"standard-response-format\">Standard Response Format</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>boolean</td>\n<td>Indicates if the request was successful (true) or encountered an error (false).</td>\n</tr>\n<tr>\n<td>Message</td>\n<td>string</td>\n<td>A human-readable description of the result or specific error details.</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>integer</td>\n<td>The number of records returned in the Result field (useful for lists).</td>\n</tr>\n<tr>\n<td>Result</td>\n<td>object/array</td>\n<td>The actual data payload. The structure of this object varies by endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"handling-errors\">Handling Errors</h3>\n<p>When <code>Status</code> is <code>false</code>, the <code>Result</code> field may be <code>null</code>, and the <code>Message</code> field will contain specific information to help you troubleshoot the issue (e.g., \"Invalid API Key\" or \"Product Code not found\").</p>\n<h2 id=\"example-template\">Example Template</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": bool,\n  \"Message\": \"string\",\n  \"Count\": int,\n  \"Result\": { ... }\n}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Authentication","slug":"authentication"}],"owner":"25659992","collectionId":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","publishedId":"2sB3HopewF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"FFFFFF","highlight":"FFFFFF"},"publishDate":"2026-03-18T10:59:27.000Z"},"item":[{"name":"Advanced Shipment Notice (ASN)","item":[{"name":"CreateASN","event":[{"listen":"test","script":{"id":"a22c7171-7a21-4602-bf2d-f5ec04ec7b53","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Attribute</th>\r","        <th>Value</th>\r","    </tr>\r","    <tr>\r","        <td>Goods In ID</td>\r","        <td>{{response.Result.GoodsInId}}</td>\r","    </tr>\r","    <tr>\r","        <td>Customer PO Ref</td>\r","        <td>{{response.Result.CustomerPoRef}}</td>\r","    </tr>\r","    <tr>\r","        <td>Arrival Date</td>\r","        <td>{{response.Result.ArrivalDate}}</td>\r","    </tr>\r","    <tr>\r","        <td>Notes</td>\r","        <td>{{response.Result.Notes}}</td>\r","    </tr>\r","    <tr>\r","        <td>Quantity</td>\r","        <td>{{response.Result.Quantity}}</td>\r","    </tr>\r","    <tr>\r","        <td>Created Date</td>\r","        <td>{{response.Result.CreatedDate}}</td>\r","    </tr>\r","    <tr>\r","        <td>Courier Company</td>\r","        <td>{{response.Result.CourierCompany}}</td>\r","    </tr>\r","    <tr>\r","        <td>Warehouse ID</td>\r","        <td>{{response.Result.WarehouseId}}</td>\r","    </tr>\r","    <tr>\r","        <td>Total Pallet</td>\r","        <td>{{response.Result.TotalPallet}}</td>\r","    </tr>\r","    <tr>\r","        <td>Total Product</td>\r","        <td>{{response.Result.TotalProduct}}</td>\r","    </tr>\r","    <tr>\r","        <td>Total Box</td>\r","        <td>{{response.Result.TotalBox}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return { response: pm.response.json() };\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d7cf79a5-907b-4e08-83a4-58835f2e8f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/asn","description":"<p>Creates a new Advanced Shipping Notice (ASN) in the Sprint Logistics system.</p>\n<p>This endpoint accepts shipment header information and a list of item lines, and returns an ASN / Goods In identifier and related summary data if successful.</p>\n<h4 id=\"purpose\">Purpose</h4>\n<p>Use this endpoint to pre‑advise Sprint Logistics of inbound goods. It records the customer PO reference, expected arrival date, carrier details, and the items (SKUs, quantities, batches, expiries) that will be received into the specified warehouse.</p>\n<p>High‑level workflow:</p>\n<ol>\n<li><p>Client system prepares ASN data (PO reference, dates, carrier, warehouse, and item lines).</p>\n</li>\n<li><p>Client calls this endpoint with a JSON body (see fields below).</p>\n</li>\n<li><p>If the payload is valid, the API creates the ASN / Goods In record and returns details such as <code>GoodsInId</code>, totals, and echo of key fields.</p>\n</li>\n<li><p>If required data is missing or invalid, the API returns an error with a message describing the problem.</p>\n</li>\n</ol>\n<h2 id=\"request\">Request</h2>\n<p><strong>Method</strong>: <code>POST</code></p>\n<h5 id=\"body-json\">Body (JSON)</h5>\n<p>Top‑level object properties details:-</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CustomerPoRef</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Customer purchase order reference that this ASN relates to. Used to match inbound goods against the originating order.</td>\n</tr>\n<tr>\n<td><code>ArrivalDate</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Expected arrival date of the shipment (e.g. ISO 8601 date or date‑time string). Example Format - 2026-02-02T11:32:12.867Z</td>\n</tr>\n<tr>\n<td><code>Notes</code></td>\n<td>string</td>\n<td>No</td>\n<td>Free‑text notes about the shipment or handling instructions.</td>\n</tr>\n<tr>\n<td><code>Quantity</code></td>\n<td>int</td>\n<td>Yes</td>\n<td>Total quantity of items expected on the ASN (may be the sum of all <code>ListItems[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*].TotalQuantity</code>).</td>\n</tr>\n<tr>\n<td><code>CreatedDate</code></td>\n<td>string</td>\n<td>No</td>\n<td>Timestamp when the ASN was created on the client side (ISO 8601 date‑time string). Example Format - 2026-02-02T11:32:12.867Z</td>\n</tr>\n<tr>\n<td><code>CourierCompany</code></td>\n<td>string</td>\n<td>No</td>\n<td>Name of the courier or transport company carrying the shipment.</td>\n</tr>\n<tr>\n<td><code>CourierOrTransportRef</code></td>\n<td>string</td>\n<td>No</td>\n<td>Courier consignment number or transport reference for tracking.</td>\n</tr>\n<tr>\n<td><code>WarehouseId</code></td>\n<td>GuidId</td>\n<td>Yes</td>\n<td>Identifier of the warehouse where goods will be received.</td>\n</tr>\n<tr>\n<td><code>ListItems</code></td>\n<td>array</td>\n<td>Yes</td>\n<td>Array of line items included in this ASN. Each entry describes a SKU/batch to be received. If it's a new product and is not existing in the Sprint system, it will be created on the runtime.</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>ListItems</code> item properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Sku</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>SKU code of the product to be received.</td>\n</tr>\n<tr>\n<td><code>TotalQuantity</code></td>\n<td>int</td>\n<td>Yes</td>\n<td>Quantity of this SKU / batch expected on the ASN.</td>\n</tr>\n<tr>\n<td><code>BatchCode</code></td>\n<td>string</td>\n<td>No</td>\n<td>Batch / lot number for the product.</td>\n</tr>\n<tr>\n<td><code>ExpiryDate</code></td>\n<td>string</td>\n<td>No</td>\n<td>Expiry date for the batch (e.g. ISO 8601 date string).</td>\n</tr>\n<tr>\n<td><em>(Item description)</em></td>\n<td>string</td>\n<td>Yes</td>\n<td>Logical field inferred from validation. Must describe the item; if omitted, the API may respond with a 400 error stating that the item description is missing. The exact property name may vary depending on the upstream model.</td>\n</tr>\n<tr>\n<td>Item2Id</td>\n<td>GuidId</td>\n<td>No</td>\n<td>Item2Id is a new bolt product id.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Use this table together with your domain model to ensure all required fields (including any item‑level description field that your implementation expects) are sent.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body is JSON with the following main fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"CustomerPoRef\": \"string\",\n  \"ArrivalDate\": \"string\", // ISO 8601 date-time with timezone offset (e.g. 2025-12-25T10:25:46.224538+01:00)\n  \"Notes\": \"string\",\n  \"Quantity\": int, \n  \"CreatedDate\": \"string\", // ISO 8601 date-time with timezone offset (e.g. 2024-08-15T10:25:46.224538+01:00)\n  \"CourierCompany\": \"string\",\n  \"CourierOrTransportRef\": \"string\",\n  \"WarehouseId\": \"string\", // GUID/UUID (e.g. 9F9BFBF6-412C-41C3-8ABE-C8166DBF0CC5)\n  \"ListItems\": [\n    {\n      \"Sku\": \"string\",\n      \"Description\": \"string\",\n      \"TotalQuantity\": int,\n      \"BatchCode\": \"string\",\n      \"ExpiryDate\": \"string\" // ISO 8601 date (YYYY-MM-DD), e.g. 2025-09-30\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h3 id=\"successful-response\">Successful Response</h3>\n<p>On success (HTTP <code>200</code>), the API returns a structure similar to:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": bool,\n  \"Message\": \"string\",\n  \"Count\": int,\n  \"Result\": {\n    \"GoodsInId\": \"string\", // GUID/UUID (e.g. 1e670cdd-908d-47f8-bca2-b3e0d45bf30a)\n    \"CustomerPoRef\": \"string\",\n    \"ArrivalDate\": \"string\", // ISO 8601 date-time with timezone offset (e.g. 2025-12-25T09:25:46.224538+00:00)\n    \"Notes\": \"string\",\n    \"Quantity\": int,\n    \"CreatedDate\": \"string\", // ISO 8601 date-time with timezone offset (e.g. 2024-08-15T10:25:46.224538+01:00)\n    \"CourierCompany\": \"string\",\n    \"CourierOrTransportRef\": \"string\",\n    \"TotalPallet\": int,\n    \"TotalProduct\": int,\n    \"TotalBox\": int,\n    \"WarehouseId\": \"string\", // GUID/UUID (e.g. 9f9bfbf6-412c-41c3-8abe-c8166dbf0cc5)\n    \"ListItems\": [\n      {\n        \"Sku\": \"string\",\n        \"Item2Id\": \"string\", // GUID/UUID (e.g. 8dc062d3-2fd4-4ba0-ba55-349fdf00b320)\n        \"Description\": \"string\",\n        \"TotalQuantity\": int,\n        \"BatchCode\": \"string\",\n        \"ExpiryDate\": \"string\", // ISO 8601 date-time (e.g. 2025-09-30T00:00:00) OR date-only (YYYY-MM-DD) if you standardise it\n        \"SerialNumberRequired\": bool\n      }\n    ]\n  }\n}                 \n\n</code></pre>\n<h3 id=\"error-handling\">Error handling</h3>\n<p>If required fields are missing or invalid, the API returns a <code>400 Bad Request</code> with a JSON error body.</p>\n<p>Example observed 400 response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": bool\n  \"Message\": \"string\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","asn"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"77b41407-04f5-49ca-a5af-fff23e338ca2","name":"CreateASN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerPoRef\": \"SP_API-9865817_QTY_12006_NEW\",\r\n    \"ArrivalDate\": \"2025-12-20T10:25:46.224538+01:00\",\r\n    \"Notes\": \"these are asn notes\",\r\n    \"Quantity\": 100,\r\n    \"CreatedDate\": \"2024-12-18T10:25:46.224538+01:00\",\r\n    \"CourierCompany\": \"Test Zeeshan Company\",\r\n    \"CourierOrTransportRef\": \"TestCourierTransportReferecneNumber\",\r\n    \"WarehouseId\": \"9F9BFBF6-412C-41C3-8ABE-C8166DBF0CC5\",\r\n    \"ListItems\": [\r\n        {\r\n            \"Sku\": \"12006\",\r\n            \"TotalQuantity\": 10,\r\n            \"BatchCode\":\"9876543\",\r\n            \"ExpiryDate\" :\"2025-09-30\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/asn"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Status\": true,\r\n    \"Message\": \"ASN Generated Successfully\",\r\n    \"Count\": 0,\r\n    \"Result\": {\r\n        \"GoodsInId\": \"96cd38da-18a2-4aff-9b69-019b9465a90a\",\r\n        \"CustomerPoRef\": \"SP_API-9865817_QTY_12006_NEW\",\r\n        \"ArrivalDate\": \"2025-12-25T09:25:46.224538+00:00\",\r\n        \"Notes\": \"these are asn notes\",\r\n        \"Quantity\": 100,\r\n        \"CreatedDate\": \"2024-12-18T09:25:46.224538+00:00\",\r\n        \"CourierCompany\": \"Test Zeeshan Company\",\r\n        \"ContainerOrTrailer\": null,\r\n        \"CourierOrTransportRef\": \"TestCourierTransportReferecneNumber\",\r\n        \"TotalPallet\": null,\r\n        \"TotalProduct\": null,\r\n        \"TotalBox\": null,\r\n        \"WarehouseId\": \"9f9bfbf6-412c-41c3-8abe-c8166dbf0cc5\",\r\n        \"DamageDetail\": null,\r\n        \"QueryDetail\": null,\r\n        \"PalletisedOrIndividual\": null,\r\n        \"MixedOrSingleSKU\": null,\r\n        \"ListItems\": [\r\n            {\r\n                \"Sku\": \"12006\",\r\n                \"ItemId\": null,\r\n                \"Item2Id\": null,\r\n                \"Description\": null,\r\n                \"NUmberOfPiece\": null,\r\n                \"SerialNumberRequired\": false,\r\n                \"width\": null,\r\n                \"Height\": null,\r\n                \"Depth\": null,\r\n                \"VolumetricSize\": null,\r\n                \"Weight\": null,\r\n                \"WeightUnit\": null,\r\n                \"TotalQuantity\": 10,\r\n                \"BoxQuantity\": null,\r\n                \"BatchCode\": \"9876543\",\r\n                \"ExpiryDate\": \"2025-09-30T00:00:00\",\r\n                \"ParcelOrBoxes\": null,\r\n                \"CheckOrVerifyService\": null,\r\n                \"SpecialHandling\": null,\r\n                \"SequenceNo\": null,\r\n                \"StorageType\": null,\r\n                \"Barcode\": null\r\n            }\r\n        ],\r\n        \"JobType\": null\r\n    }\r\n}"}],"_postman_id":"d7cf79a5-907b-4e08-83a4-58835f2e8f16"},{"name":"GetASN's","id":"3e374fce-73c9-4810-bc3f-f7932a78de4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/asn","description":"<p>Retrieves a paginated list of ASNs (Advanced Shipping Notices) with optional filters.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><code>GET /api/asn</code></p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><strong><code>pageNumber</code></strong> (integer, optional)</p>\n<ul>\n<li><p><strong>Description:</strong> The page index to retrieve for the ASN list.</p>\n</li>\n<li><p><strong>Usage:</strong> Used for pagination in combination with <code>pageSize</code>.</p>\n</li>\n<li><p><strong>Example:</strong> <code>1</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>pageSize</code></strong> (integer, optional)</p>\n<ul>\n<li><p><strong>Description:</strong> The number of ASNs to return per page.</p>\n</li>\n<li><p><strong>Usage:</strong> Used for pagination in combination with <code>pageNumber</code>.</p>\n</li>\n<li><p><strong>Known examples (from similar</strong> <strong><code>GetASN's</code></strong> <strong>requests in the Sprint Logistics REST API collection):</strong> <code>1</code>, <code>10</code>, <code>50</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>goodsInId</code></strong> (string, optional)</p>\n<ul>\n<li><p><strong>Description:</strong> Filters the ASNs by a specific Goods In record identifier.</p>\n</li>\n<li><p><strong>Type:</strong> GUID/UUID string or numeric identifier (based on known usage in similar <code>GetASN's</code> requests).</p>\n</li>\n<li><p><strong>Known examples:</strong></p>\n<ul>\n<li><p><code>5dcf9b63-82fe-49a6-857b-806f9dc7b301</code></p>\n</li>\n<li><p><code>1</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong><code>status</code></strong> (string, optional)</p>\n<ul>\n<li><p><strong>Description:</strong> Filters the ASNs by their processing status.</p>\n</li>\n<li><p><strong>Known example values (from similar</strong> <strong><code>GetASN's</code></strong> <strong>requests in the Sprint Logistics REST API collection):</strong></p>\n<ul>\n<li><p><code>Complete</code></p>\n</li>\n<li><p><code>Booked</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<blockquote>\n<p>Known query parameter keys and example values are derived from similar saved requests named <code>GetASN's</code> in the <strong>Sprint Logistics REST API</strong> collection, as well as the last successful 200 OK response for this request. </p>\n</blockquote>\n<h2 id=\"successful-response-200-ok\">Successful Response (200 OK)</h2>\n<p>The response returns a JSON object with the following top-level fields:</p>\n<ul>\n<li><p><strong><code>Status</code></strong> (boolean)</p>\n<ul>\n<li><p>Indicates whether the operation was successful.</p>\n</li>\n<li><p>Example: <code>true</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Message</code></strong> (string)</p>\n<ul>\n<li><p>A human-readable status message.</p>\n</li>\n<li><p>Example: <code>\"Success\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Count</code></strong> (integer)</p>\n<ul>\n<li><p>The number of ASN records returned in the <code>Result</code> array for the current page.</p>\n</li>\n<li><p>Example: <code>1</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Result</code></strong> (array of objects)</p>\n<ul>\n<li>The list of ASNs matching the current query and filters.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"asn-object-elements-of-result\">ASN Object (elements of <code>Result</code>)</h3>\n<p>Each ASN object includes (non-exhaustive):</p>\n<ul>\n<li><p><strong><code>GoodsInId</code></strong> (string)</p>\n<ul>\n<li><p>Unique identifier of the Goods In record.</p>\n</li>\n<li><p>Example: <code>\"fc714f2f-288b-4de4-ab8d-6cf38a1c8a52\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>CustomerPoRef</code></strong> (string)</p>\n<ul>\n<li><p>Customer purchase order reference.</p>\n</li>\n<li><p>Example: <code>\"UK_201025\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>AsnNumber</code></strong> (string)</p>\n<ul>\n<li><p>The ASN reference/number.</p>\n</li>\n<li><p>Example: <code>\"ASN-HES-2911623\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>CreatedDateTime</code></strong> (string, date)</p>\n<ul>\n<li><p>Date the ASN was created.</p>\n</li>\n<li><p>Example: <code>\"2025-10-29\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Status</code></strong> (string)</p>\n<ul>\n<li>Current ASN status (e.g. <code>\"Complete\"</code>).</li>\n</ul>\n</li>\n<li><p><strong><code>Notes</code></strong> (string or null)</p>\n<ul>\n<li>Optional notes associated with the ASN.</li>\n</ul>\n</li>\n<li><p><strong><code>ArrivalDate</code></strong> (string, date)</p>\n<ul>\n<li><p>Expected or actual arrival date.</p>\n</li>\n<li><p>Example: <code>\"2025-10-31\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>TrackingNumber</code></strong> (string)</p>\n<ul>\n<li><p>Carrier tracking number, if available.</p>\n</li>\n<li><p>Example: <code>\"83223\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Items</code></strong> (array of objects)</p>\n<ul>\n<li>Line items included in the ASN.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"asn-item-object-elements-of-items\">ASN Item Object (elements of <code>Items</code>)</h3>\n<p>Each item object within <code>Items</code> includes (non-exhaustive):</p>\n<ul>\n<li><p><strong><code>GoodsInProductId</code></strong> (string)</p>\n<ul>\n<li>Unique identifier of the product within the Goods In record.</li>\n</ul>\n</li>\n<li><p><strong><code>ItemCode</code></strong> (string)</p>\n<ul>\n<li><p>Product code/SKU.</p>\n</li>\n<li><p>Example: <code>\"HAON011ED\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>ItemDescription</code></strong> (string)</p>\n<ul>\n<li><p>Human-readable product description.</p>\n</li>\n<li><p>Example: <code>\"YACHT CORD - GREEN\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>TotalQty</code></strong> (integer)</p>\n<ul>\n<li><p>Total quantity expected for this line.</p>\n</li>\n<li><p>Example: <code>50</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>ReceivedQty</code></strong> (integer)</p>\n<ul>\n<li><p>Quantity received so far for this line.</p>\n</li>\n<li><p>Example: <code>50</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>BatchCode</code></strong> (string or null)</p>\n<ul>\n<li>Optional batch/lot code, if applicable.</li>\n</ul>\n</li>\n<li><p><strong><code>ExpiryDate</code></strong> (string or null)</p>\n<ul>\n<li>Optional expiry date, if applicable.</li>\n</ul>\n</li>\n<li><p><strong><code>BoxQuantity</code></strong> (integer)</p>\n<ul>\n<li><p>Quantity per box or packaging unit.</p>\n</li>\n<li><p>Example: <code>0</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Barcode</code></strong> (string)</p>\n<ul>\n<li><p>Product barcode/UPC/EAN.</p>\n</li>\n<li><p>Example: <code>\"8436603567718\"</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This description is based on the last observed 200 OK response body for this request, combined with known query parameter options from similar <code>GetASN's</code> requests in the <strong>Sprint Logistics REST API</strong> collection.</p>\n<h4 id=\"example-request\">Example Request:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">GET {{URL}}/api/asn?pageNumber=1&amp;pageSize=10&amp;status=Booked&amp;goodsInId=5dcf9b63-82fe-49a6-857b-806f9dc7b301\n\n</code></pre>\n<h4 id=\"example-response\">Example Response:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Status\": bool,\n    \"Message\": \"string\",\n    \"Count\": int,\n    \"Result\": [\n        {\n            \"GoodsInId\": GuidID,\n            \"CustomerPoRef\": \"string\",\n            \"AsnNumber\": \"string\",\n            \"CreatedDateTime\": \"string\"//2025-12-23,\n            \"Status\": \"string\",\n            \"Notes\": \"string\",\n            \"ArrivalDate\": \"string\"//2025-12-25,\n            \"TrackingNumber\": \"string\",\n            \"LastUpdatedOn\": datetime//2025-12-23T11:38:15,\n            \"Items\": [\n                {\n                    \"GoodsInProductId\": GuidId,\n                    \"ItemCode\": \"string\",\n                    \"ItemDescription\": \"string\",\n                    \"TotalQty\": int,\n                    \"ReceivedQty\": int,\n                    \"BatchCode\": \"string\",\n                    \"ExpiryDate\": \"string\"//2025-09-30T00:00:00,\n                    \"BoxQuantity\": int,\n                    \"Barcode\": \"string\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<h4 id=\"additional-notes\">Additional Notes:</h4>\n<ul>\n<li><p>Ensure that the <code>goodsInId</code> provided is valid and corresponds to an existing goods in record.</p>\n</li>\n<li><p>The response may include multiple ASNs depending on the pagination and filtering criteria.</p>\n</li>\n<li><p>If no ASNs match the criteria, the <code>Count</code> will be 0, and the <code>Result</code> array will be empty.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","asn"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c31504e1-a8d6-4aad-b46a-5a9dfc826395","name":"200 — ASN Retrieved Successfully","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{URL}}/api/asn?pageNumber=1&pageSize=50","host":["{{URL}}"],"path":["api","asn"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"50"},{"key":"status","value":"","type":"text","disabled":true},{"key":"goodsInId","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Status\": true,\n  \"Message\": \"Success\",\n  \"Count\": 2,\n  \"Result\": [\n    {\n      \"GoodsInId\": \"fc714f2f-288b-4de4-ab8d-6cf38a1c8a52\",\n      \"CustomerPoRef\": \"UK_201025\",\n      \"AsnNumber\": \"ASN-HES-2911623\",\n      \"CreatedDateTime\": \"2025-10-29\",\n      \"Status\": \"Complete\",\n      \"Notes\": \"Handle with care - fragile items\",\n      \"ArrivalDate\": \"2025-10-31\",\n      \"TrackingNumber\": \"83223\",\n      \"Items\": [\n        {\n          \"GoodsInProductId\": \"a1b2c3d4-5678-90ab-cdef-1234567890ab\",\n          \"ItemCode\": \"HAON011ED\",\n          \"ItemDescription\": \"YACHT CORD - GREEN\",\n          \"TotalQty\": 50,\n          \"ReceivedQty\": 50,\n          \"BatchCode\": \"BATCH-2025-001\",\n          \"ExpiryDate\": \"2026-10-31\",\n          \"BoxQuantity\": 10,\n          \"Barcode\": \"8436603567718\"\n        }\n      ]\n    },\n    {\n      \"GoodsInId\": \"5dcf9b63-82fe-49a6-857b-806f9dc7b301\",\n      \"CustomerPoRef\": \"EU_201126\",\n      \"AsnNumber\": \"ASN-HES-3011624\",\n      \"CreatedDateTime\": \"2025-11-30\",\n      \"Status\": \"Booked\",\n      \"Notes\": null,\n      \"ArrivalDate\": \"2025-12-02\",\n      \"TrackingNumber\": \"84567\",\n      \"Items\": [\n        {\n          \"GoodsInProductId\": \"b2c3d4e5-6789-01bc-def2-234567890bcd\",\n          \"ItemCode\": \"WCPDE321\",\n          \"ItemDescription\": \"WATERPROOF CABLE - BLUE\",\n          \"TotalQty\": 100,\n          \"ReceivedQty\": 0,\n          \"BatchCode\": null,\n          \"ExpiryDate\": null,\n          \"BoxQuantity\": 20,\n          \"Barcode\": \"8436603567725\"\n        },\n        {\n          \"GoodsInProductId\": \"c3d4e5f6-7890-12cd-ef34-34567890cdef\",\n          \"ItemCode\": \"HAON012ED\",\n          \"ItemDescription\": \"YACHT CORD - RED\",\n          \"TotalQty\": 75,\n          \"ReceivedQty\": 0,\n          \"BatchCode\": \"BATCH-2025-002\",\n          \"ExpiryDate\": \"2027-01-15\",\n          \"BoxQuantity\": 15,\n          \"Barcode\": \"8436603567732\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"3e374fce-73c9-4810-bc3f-f7932a78de4e"},{"name":"DeleteASN","id":"b9f4888f-769c-40fa-ac42-8a7f3cc4cefa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/asn/remove","description":"<h3 id=\"overview\">Overview</h3>\n<p>Deletes an existing ASN (Advance Shipping Notice) from the Sprint Logistics system.</p>\n<p><strong>Method:</strong> <code>DELETE</code><br /><strong>URL:</strong> <code>/api/asn/remove</code><br />This operation is irreversible once completed.</p>\n<hr />\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>goodsInId</code> (string, required)</p>\n<ul>\n<li><p>The unique identifier of the ASN / Goods-In record to delete.</p>\n</li>\n<li><p>Example: <code>ada6ad0e-b8c1-40e7-9e8e-d43ca0e4c727</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The request will fail if <code>goodsInId</code> does not exist or has already been removed.</p>\n<hr />\n<h3 id=\"expected-behavior\">Expected Behavior</h3>\n<ul>\n<li><p><strong>200/204</strong> – ASN was successfully deleted (or marked as removed).</p>\n</li>\n<li><p><strong>400</strong> – Invalid or missing <code>goodsInId</code>.</p>\n</li>\n<li><p><strong>401/403</strong> – Authentication or authorization failure.</p>\n</li>\n<li><p><strong>404</strong> – ASN with the specified <code>goodsInId</code> was not found.</p>\n</li>\n</ul>\n<p>Use this endpoint with caution in non-test environments, as it can impact downstream warehouse and logistics processes.</p>\n","urlObject":{"path":["api","asn","remove"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c02f6f06-adbe-46f1-9a6c-2c7b0dd96b09","name":"DeleteAsn","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{URL}}/api/asn/remove?goodsInId=ada6ad0e-b8c1-40e7-9e8e-d43ca0e4c727","host":["{{URL}}"],"path":["api","asn","remove"],"query":[{"key":"goodsInId","value":"ada6ad0e-b8c1-40e7-9e8e-d43ca0e4c727"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b9f4888f-769c-40fa-ac42-8a7f3cc4cefa"}],"id":"d39ca000-d9cd-499e-bc7d-0aade4432564","description":"<p>The ASN (Advanced Shipment Notice) endpoints allow you to create, retrieve, and delete inbound shipment pre‑advice records in Sprint Logistics.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"06d03197-0ec4-4697-8a2c-b2b54da60bd7","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"581872d0-2d3e-403a-a7d2-37c94951650c","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"d39ca000-d9cd-499e-bc7d-0aade4432564"},{"name":"Countries","item":[{"name":"Country List","id":"61e483d3-9346-4f55-8067-1d4b53ec6c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/countries","description":"<p><strong>Purpose</strong><br />Retrieve a paginated list of available countries from the Sprint Logistics API.</p>\n<p><strong>Method &amp; URL</strong><br /><code>GET /api/countries?page={{page}}</code></p>\n<p><strong>Query Parameters</strong></p>\n<ul>\n<li><code>page</code> (integer, required): Zero-based index of the results page to retrieve. Example: <code>0</code> for the first page.</li>\n</ul>\n<p><strong>Responses</strong></p>\n<ul>\n<li><p><code>200 OK</code>: Returns a JSON array or paginated object containing country records.</p>\n</li>\n<li><p><code>400 Bad Request</code>: The <code>page</code> value is invalid (e.g., negative or non-numeric).</p>\n</li>\n<li><p><code>401 Unauthorized</code> / <code>403 Forbidden</code>: Missing or invalid Basic auth credentials.</p>\n</li>\n<li><p><code>5xx Server Error</code>: An unexpected error occurred on the server.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7156dba8-c74d-41dc-82f4-256a6104c665","id":"7156dba8-c74d-41dc-82f4-256a6104c665","name":"Countries","type":"folder"}},"urlObject":{"path":["api","countries"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"0f8105cd-84c2-4d07-9eb1-d5d1901f08c8","name":"Country List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"Authorization","value":"Basic asdfasfasdfa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/api/countries","host":["{{URL}}"],"path":["api","countries"],"query":[{"key":"page","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/countries"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 13 Jan 2026 14:35:04 GMT"},{"key":"Content-Length","value":"4555"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 100,\n    \"Result\": [\n        {\n            \"ID\": 1,\n            \"Name\": \"AFGHANISTAN\",\n            \"ISOCode\": \"AF\"\n        },\n        {\n            \"ID\": 262,\n            \"Name\": \"ALAND ISLANDS\",\n            \"ISOCode\": \"AX\"\n        },\n        {\n            \"ID\": 2,\n            \"Name\": \"ALBANIA\",\n            \"ISOCode\": \"AL\"\n        },\n        {\n            \"ID\": 272,\n            \"Name\": \"ALDERNEY\",\n            \"ISOCode\": \"GB\"\n        },\n        {\n            \"ID\": 3,\n            \"Name\": \"ALGERIA\",\n            \"ISOCode\": \"DZ\"\n        },\n        {\n            \"ID\": 5,\n            \"Name\": \"ANDORRA\",\n            \"ISOCode\": \"AD\"\n        },\n        {\n            \"ID\": 6,\n            \"Name\": \"ANGOLA\",\n            \"ISOCode\": \"AO\"\n        },\n        {\n            \"ID\": 7,\n            \"Name\": \"ANGUILLA\",\n            \"ISOCode\": \"AI\"\n        },\n        {\n            \"ID\": 8,\n            \"Name\": \"ANTARCTICA\",\n            \"ISOCode\": \"AQ\"\n        },\n        {\n            \"ID\": 9,\n            \"Name\": \"ANTIGUA\",\n            \"ISOCode\": \"AG\"\n        },\n        {\n            \"ID\": 10,\n            \"Name\": \"ARGENTINA\",\n            \"ISOCode\": \"AR\"\n        },\n        {\n            \"ID\": 11,\n            \"Name\": \"ARMENIA\",\n            \"ISOCode\": \"AM\"\n        },\n        {\n            \"ID\": 12,\n            \"Name\": \"ARUBA\",\n            \"ISOCode\": \"AW\"\n        },\n        {\n            \"ID\": 13,\n            \"Name\": \"AUSTRALIA\",\n            \"ISOCode\": \"AU\"\n        },\n        {\n            \"ID\": 14,\n            \"Name\": \"AUSTRIA\",\n            \"ISOCode\": \"AT\"\n        },\n        {\n            \"ID\": 15,\n            \"Name\": \"AZERBAIJAN\",\n            \"ISOCode\": \"AZ\"\n        },\n        {\n            \"ID\": 16,\n            \"Name\": \"BAHAMAS\",\n            \"ISOCode\": \"BS\"\n        },\n        {\n            \"ID\": 17,\n            \"Name\": \"BAHRAIN\",\n            \"ISOCode\": \"BH\"\n        },\n        {\n            \"ID\": 273,\n            \"Name\": \"BALEARIC ISLANDS\",\n            \"ISOCode\": \"ES\"\n        },\n        {\n            \"ID\": 18,\n            \"Name\": \"BANGLADESH\",\n            \"ISOCode\": \"BD\"\n        },\n        {\n            \"ID\": 19,\n            \"Name\": \"BARBADOS\",\n            \"ISOCode\": \"BB\"\n        },\n        {\n            \"ID\": 20,\n            \"Name\": \"BELARUS\",\n            \"ISOCode\": \"BY\"\n        },\n        {\n            \"ID\": 21,\n            \"Name\": \"BELGIUM\",\n            \"ISOCode\": \"BE\"\n        },\n        {\n            \"ID\": 22,\n            \"Name\": \"BELIZE\",\n            \"ISOCode\": \"BZ\"\n        },\n        {\n            \"ID\": 23,\n            \"Name\": \"BENIN\",\n            \"ISOCode\": \"BJ\"\n        },\n        {\n            \"ID\": 24,\n            \"Name\": \"BERMUDA\",\n            \"ISOCode\": \"BM\"\n        },\n        {\n            \"ID\": 25,\n            \"Name\": \"BHUTAN\",\n            \"ISOCode\": \"BT\"\n        },\n        {\n            \"ID\": 26,\n            \"Name\": \"BOLIVIA\",\n            \"ISOCode\": \"BO\"\n        },\n        {\n            \"ID\": 241,\n            \"Name\": \"BONAIRE\",\n            \"ISOCode\": \"BQ\"\n        },\n        {\n            \"ID\": 274,\n            \"Name\": \"BOPHUTHATSWANA\",\n            \"ISOCode\": \"ZA\"\n        },\n        {\n            \"ID\": 27,\n            \"Name\": \"BOSNIA HERZEGOVINA\",\n            \"ISOCode\": \"BA\"\n        },\n        {\n            \"ID\": 28,\n            \"Name\": \"BOTSWANA\",\n            \"ISOCode\": \"BW\"\n        },\n        {\n            \"ID\": 29,\n            \"Name\": \"BOUVET ISLAND\",\n            \"ISOCode\": \"BV\"\n        },\n        {\n            \"ID\": 30,\n            \"Name\": \"BRAZIL\",\n            \"ISOCode\": \"BR\"\n        },\n        {\n            \"ID\": 31,\n            \"Name\": \"BRITISH INDIAN OCEAN TERRITORY\",\n            \"ISOCode\": \"IO\"\n        },\n        {\n            \"ID\": 32,\n            \"Name\": \"BRUNEI\",\n            \"ISOCode\": \"BN\"\n        },\n        {\n            \"ID\": 33,\n            \"Name\": \"BULGARIA\",\n            \"ISOCode\": \"BG\"\n        },\n        {\n            \"ID\": 34,\n            \"Name\": \"BURKINA FASO\",\n            \"ISOCode\": \"BF\"\n        },\n        {\n            \"ID\": 35,\n            \"Name\": \"BURUNDI\",\n            \"ISOCode\": \"BI\"\n        },\n        {\n            \"ID\": 36,\n            \"Name\": \"CAMBODIA\",\n            \"ISOCode\": \"KH\"\n        },\n        {\n            \"ID\": 37,\n            \"Name\": \"CAMEROON\",\n            \"ISOCode\": \"CM\"\n        },\n        {\n            \"ID\": 38,\n            \"Name\": \"CANADA\",\n            \"ISOCode\": \"CA\"\n        },\n        {\n            \"ID\": 242,\n            \"Name\": \"CANARY ISLANDS\",\n            \"ISOCode\": \"ES\"\n        },\n        {\n            \"ID\": 39,\n            \"Name\": \"CAPE VERDE ISLANDS\",\n            \"ISOCode\": \"CV\"\n        },\n        {\n            \"ID\": 40,\n            \"Name\": \"CAYMAN ISLANDS\",\n            \"ISOCode\": \"KY\"\n        },\n        {\n            \"ID\": 41,\n            \"Name\": \"CENTRAL AFRICAN REP\",\n            \"ISOCode\": \"CF\"\n        },\n        {\n            \"ID\": 42,\n            \"Name\": \"CHAD\",\n            \"ISOCode\": \"TD\"\n        },\n        {\n            \"ID\": 240,\n            \"Name\": \"CHANNEL ISLANDS\",\n            \"ISOCode\": \"GB\"\n        },\n        {\n            \"ID\": 43,\n            \"Name\": \"CHILE\",\n            \"ISOCode\": \"CL\"\n        },\n        {\n            \"ID\": 44,\n            \"Name\": \"CHINA, PEOPLES REP\",\n            \"ISOCode\": \"CN\"\n        },\n        {\n            \"ID\": 45,\n            \"Name\": \"CHRISTMAS ISLAND\",\n            \"ISOCode\": \"CX\"\n        },\n        {\n            \"ID\": 46,\n            \"Name\": \"COCOS (KEELING) ISLANDS\",\n            \"ISOCode\": \"CC\"\n        },\n        {\n            \"ID\": 47,\n            \"Name\": \"COLOMBIA\",\n            \"ISOCode\": \"CO\"\n        },\n        {\n            \"ID\": 48,\n            \"Name\": \"COMOROS ISLANDS\",\n            \"ISOCode\": \"KM\"\n        },\n        {\n            \"ID\": 243,\n            \"Name\": \"CONGO\",\n            \"ISOCode\": \"CG\"\n        },\n        {\n            \"ID\": 50,\n            \"Name\": \"COOK ISLANDS\",\n            \"ISOCode\": \"CK\"\n        },\n        {\n            \"ID\": 51,\n            \"Name\": \"COSTA RICA\",\n            \"ISOCode\": \"CR\"\n        },\n        {\n            \"ID\": 52,\n            \"Name\": \"COTE D\\\"IVOIRE\",\n            \"ISOCode\": \"CI\"\n        },\n        {\n            \"ID\": 53,\n            \"Name\": \"CROATIA\",\n            \"ISOCode\": \"HR\"\n        },\n        {\n            \"ID\": 54,\n            \"Name\": \"CUBA\",\n            \"ISOCode\": \"CU\"\n        },\n        {\n            \"ID\": 244,\n            \"Name\": \"CURACAO\",\n            \"ISOCode\": \"CW\"\n        },\n        {\n            \"ID\": 55,\n            \"Name\": \"CYPRUS\",\n            \"ISOCode\": \"CY\"\n        },\n        {\n            \"ID\": 56,\n            \"Name\": \"CZECH REPUBLIC\",\n            \"ISOCode\": \"CZ\"\n        },\n        {\n            \"ID\": 49,\n            \"Name\": \"DEMOCRATIC REPUBLIC OF CONGO\",\n            \"ISOCode\": \"CD\"\n        },\n        {\n            \"ID\": 57,\n            \"Name\": \"DENMARK\",\n            \"ISOCode\": \"DK\"\n        },\n        {\n            \"ID\": 58,\n            \"Name\": \"DJIBOUTI\",\n            \"ISOCode\": \"DJ\"\n        },\n        {\n            \"ID\": 59,\n            \"Name\": \"DOMINICA\",\n            \"ISOCode\": \"DM\"\n        },\n        {\n            \"ID\": 60,\n            \"Name\": \"DOMINICAN REP\",\n            \"ISOCode\": \"DO\"\n        },\n        {\n            \"ID\": 61,\n            \"Name\": \"EAST TIMOR\",\n            \"ISOCode\": \"TP\"\n        },\n        {\n            \"ID\": 62,\n            \"Name\": \"ECUADOR\",\n            \"ISOCode\": \"EC\"\n        },\n        {\n            \"ID\": 63,\n            \"Name\": \"EGYPT\",\n            \"ISOCode\": \"EG\"\n        },\n        {\n            \"ID\": 64,\n            \"Name\": \"EL SALVADOR\",\n            \"ISOCode\": \"SV\"\n        },\n        {\n            \"ID\": 65,\n            \"Name\": \"EQUATORIAL GUINEA\",\n            \"ISOCode\": \"GQ\"\n        },\n        {\n            \"ID\": 66,\n            \"Name\": \"ERITREA\",\n            \"ISOCode\": \"ER\"\n        },\n        {\n            \"ID\": 67,\n            \"Name\": \"ESTONIA\",\n            \"ISOCode\": \"EE\"\n        },\n        {\n            \"ID\": 68,\n            \"Name\": \"ETHIOPIA\",\n            \"ISOCode\": \"ET\"\n        },\n        {\n            \"ID\": 69,\n            \"Name\": \"FALKLAND ISLANDS\",\n            \"ISOCode\": \"FK\"\n        },\n        {\n            \"ID\": 70,\n            \"Name\": \"FAROE ISLANDS\",\n            \"ISOCode\": \"FO\"\n        },\n        {\n            \"ID\": 71,\n            \"Name\": \"FIJI\",\n            \"ISOCode\": \"FJ\"\n        },\n        {\n            \"ID\": 72,\n            \"Name\": \"FINLAND\",\n            \"ISOCode\": \"FI\"\n        },\n        {\n            \"ID\": 73,\n            \"Name\": \"FRANCE\",\n            \"ISOCode\": \"FR\"\n        },\n        {\n            \"ID\": 275,\n            \"Name\": \"FRANCE\",\n            \"ISOCode\": \"FR\"\n        },\n        {\n            \"ID\": 258,\n            \"Name\": \"FRANCE\",\n            \"ISOCode\": \"FR\"\n        },\n        {\n            \"ID\": 74,\n            \"Name\": \"FRANCE, METROPOLITAN\",\n            \"ISOCode\": \"FX\"\n        },\n        {\n            \"ID\": 75,\n            \"Name\": \"FRENCH GUIANA\",\n            \"ISOCode\": \"GF\"\n        },\n        {\n            \"ID\": 76,\n            \"Name\": \"FRENCH POLYNESIA\",\n            \"ISOCode\": \"PF\"\n        },\n        {\n            \"ID\": 259,\n            \"Name\": \"FRENCH POLYNESIA\",\n            \"ISOCode\": \"PF\"\n        },\n        {\n            \"ID\": 77,\n            \"Name\": \"FRENCH SOUTHERN TERRITORIES\",\n            \"ISOCode\": \"TF\"\n        },\n        {\n            \"ID\": 78,\n            \"Name\": \"GABON\",\n            \"ISOCode\": \"GA\"\n        },\n        {\n            \"ID\": 79,\n            \"Name\": \"GAMBIA\",\n            \"ISOCode\": \"GM\"\n        },\n        {\n            \"ID\": 80,\n            \"Name\": \"GEORGIA\",\n            \"ISOCode\": \"GE\"\n        },\n        {\n            \"ID\": 81,\n            \"Name\": \"GERMANY\",\n            \"ISOCode\": \"DE\"\n        },\n        {\n            \"ID\": 82,\n            \"Name\": \"GHANA\",\n            \"ISOCode\": \"GH\"\n        },\n        {\n            \"ID\": 83,\n            \"Name\": \"GIBRALTAR\",\n            \"ISOCode\": \"GI\"\n        },\n        {\n            \"ID\": 84,\n            \"Name\": \"GREECE\",\n            \"ISOCode\": \"GR\"\n        },\n        {\n            \"ID\": 85,\n            \"Name\": \"GREENLAND\",\n            \"ISOCode\": \"GL\"\n        },\n        {\n            \"ID\": 86,\n            \"Name\": \"GRENADA\",\n            \"ISOCode\": \"GD\"\n        },\n        {\n            \"ID\": 87,\n            \"Name\": \"GUADELOUPE\",\n            \"ISOCode\": \"GP\"\n        },\n        {\n            \"ID\": 88,\n            \"Name\": \"GUAM\",\n            \"ISOCode\": \"GU\"\n        },\n        {\n            \"ID\": 89,\n            \"Name\": \"GUATEMALA\",\n            \"ISOCode\": \"GT\"\n        }\n    ]\n}"}],"_postman_id":"61e483d3-9346-4f55-8067-1d4b53ec6c4a"}],"id":"7156dba8-c74d-41dc-82f4-256a6104c665","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4c5be2df-8d3d-4cfd-abb7-6e0623b3477e","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"bdc8eca4-a33a-4b54-98b5-229f22da3039","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"7156dba8-c74d-41dc-82f4-256a6104c665","description":""},{"name":"Carrier","item":[{"name":"Carrier List","id":"4e23a878-9b60-4e2d-956e-7d5826dc2e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/carrier/","description":"<p>Retrieves a paginated list of carriers from the Sprint Logistics REST API.</p>\n<h3 id=\"what-this-endpoint-does\">What this endpoint does</h3>\n<ul>\n<li><p>Sends a <strong>GET</strong> request to <code>/api/carrier/</code>.</p>\n</li>\n<li><p>Returns carrier records in <strong>JSON</strong> format.</p>\n</li>\n<li><p>Supports pagination using the <code>page</code> and <code>pageSize</code> query parameters.</p>\n</li>\n</ul>\n<p>Endpoint example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-text\">/api/carrier/?page=0&amp;pageSize=100\n\n</code></pre>\n<h3 id=\"query-parameters\">Query parameters</h3>\n<ul>\n<li><p><code>page</code> (optional, default <code>0</code>)</p>\n<ul>\n<li><p>Type: integer</p>\n</li>\n<li><p>Description: Zero-based page index to retrieve.</p>\n</li>\n</ul>\n</li>\n<li><p><code>pageSize</code> (optional, default <code>100</code>)</p>\n<ul>\n<li><p>Type: integer</p>\n</li>\n<li><p>Description: Maximum number of carrier records to return on a single page.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>To fetch the first 100 carriers, send the request with:</p>\n<ul>\n<li><p><code>page=0</code></p>\n</li>\n<li><p><code>pageSize=100</code></p>\n</li>\n</ul>\n","urlObject":{"path":["api","carrier",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a36d3bbe-cb87-49fa-b853-ad8922f9e382","name":"Carrier List","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/carrier/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/carrier/"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 05 Jan 2026 14:04:53 GMT"},{"key":"Content-Length","value":"650"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 34,\n    \"Result\": [\n        {\n            \"CarrierID\": 206,\n            \"Name\": \"CITY SPRINT - LON\"\n        },\n        {\n            \"CarrierID\": 117,\n            \"Name\": \"D.H.L INTERNATIONAL\"\n        },\n        {\n            \"CarrierID\": 33,\n            \"Name\": \"DHL\"\n        },\n        {\n            \"CarrierID\": 184,\n            \"Name\": \"DPD\"\n        },\n        {\n            \"CarrierID\": 155,\n            \"Name\": \"EUROPA\"\n        },\n        {\n            \"CarrierID\": 253,\n            \"Name\": \"F60\"\n        },\n        {\n            \"CarrierID\": 26,\n            \"Name\": \"FEDEX\"\n        },\n        {\n            \"CarrierID\": 246,\n            \"Name\": \"IFORCE\"\n        },\n        {\n            \"CarrierID\": 23,\n            \"Name\": \"PALLETWAY\"\n        },\n        {\n            \"CarrierID\": 83,\n            \"Name\": \"PARCELFORCE\"\n        },\n        {\n            \"CarrierID\": 56,\n            \"Name\": \"ROYAL MAIL\"\n        },\n        {\n            \"CarrierID\": 37,\n            \"Name\": \"SPEEDMAIL\"\n        },\n        {\n            \"CarrierID\": 148,\n            \"Name\": \"TNT\"\n        },\n        {\n            \"CarrierID\": 248,\n            \"Name\": \"UKMAIL\"\n        },\n        {\n            \"CarrierID\": 17,\n            \"Name\": \"UPS\"\n        },\n        {\n            \"CarrierID\": 245,\n            \"Name\": \"WHISTL\"\n        },\n        {\n            \"CarrierID\": 183,\n            \"Name\": \"YODEL\"\n        }\n    ]\n}"}],"_postman_id":"4e23a878-9b60-4e2d-956e-7d5826dc2e26"}],"id":"2229304e-8c1e-4d63-a65a-ac67b4856931","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9723bdcb-1277-4e34-bae1-a50d3dae995b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7ddeccda-e656-4982-a983-5f5fbb93398e","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"2229304e-8c1e-4d63-a65a-ac67b4856931","description":""},{"name":"Orders","item":[{"name":"OrdersList","id":"ec258063-c0ea-4216-a245-972f1344ce89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/orders","description":"<p>This request retrieves a paginated list of orders from the Sprint Logistics REST API. It is typically used by warehouse, operations, or integration services to fetch current order data, optionally filtered by status, airway bill (AWB) number, or last update timestamp.</p>\n<p><strong>Query parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>int</td>\n<td><code>1</code></td>\n<td>Page number of results to retrieve (1-based index).</td>\n</tr>\n<tr>\n<td><code>pageSize</code></td>\n<td>int</td>\n<td><code>100</code></td>\n<td>Maximum number of orders to return per page.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td><code>RECEIVED</code>, <code>WITH_OPERATIONS</code></td>\n<td>Optional. Filter orders by status. Other known values include <code>with_pickers</code>.</td>\n</tr>\n<tr>\n<td><code>awb</code></td>\n<td>string</td>\n<td><code>9001959</code></td>\n<td>Optional. Filter the list to a specific order by AWB (air waybill) number.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedOn</code></td>\n<td>string (ISO 8601)</td>\n<td><code>2025-07-16T13:40:30</code></td>\n<td>Optional. Return only orders updated on or after this timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET /api/orders?page=1&amp;pageSize=100\n\n</code></pre>\n","urlObject":{"path":["api","orders"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a4577ad7-20a8-4c08-b230-5398406fadcc","name":"OrdersList","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"Authorization","value":"M0Y5M0FEODgtQzEzRi00MjBELUIyMzAtQjREOEMxQzJFQkNGOjI3RTM3MkE3LTlEQUYtNDFGNi1CM0I1LTI3QjcwODc1QkE1Ng==","type":"text","disabled":true}],"url":"{{URL}}/api/orders"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"expires","value":"-1"},{"key":"server","value":"Microsoft-IIS/10.0"},{"key":"link","value":"https://api-staging.sprintlogistics.com/api/orders"},{"key":"x-aspnet-version","value":"4.0.30319"},{"key":"x-powered-by","value":"ASP.NET"},{"key":"date","value":"Fri, 27 Mar 2026 12:09:37 GMT"},{"key":"content-length","value":"117819"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 1402,\n    \"Result\": [\n        {\n            \"AWB\": \"9004934\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Reda37245\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"T#654826\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:42:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-22T08:27:05\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004933\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"TEST ADDRESS\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": null,\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test635426\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"ROYAL MAIL\",\n            \"Tracking\": \"9004933\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:41:16\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2025-06-01T16:06:44\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"5234251126\",\n                    \"Expiry\": \"Nov 26 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 3,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"5234251126\",\n                    \"Expiry\": \"Nov 26 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004932\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Testd\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"You4653\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:36:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:07\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 23,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004931\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test27547\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:35:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-22T08:27:04\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 18,\n                    \"Batch\": \"5229451009\",\n                    \"Expiry\": \"Oct  9 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 18,\n                    \"Batch\": \"5229451009\",\n                    \"Expiry\": \"Oct  9 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004930\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"ARD\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test26357\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"\",\n            \"Tracking\": \"\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:14:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:11\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1015512,\n                    \"ProductID\": \"eb4c839e-73c1-4cfe-a366-3828e6a9889f\",\n                    \"SKU\": \"Smart Radiator Thermostat\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004929\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Testa34980\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ABLA INC\",\n            \"Address1\": \"24 ACTON LANE\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hayes\",\n            \"State\": \"\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test01912837\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:10:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-22T07:40:26\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004928\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TestAbla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test26526\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:08:14\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:10\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GFTRF3736F\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004922\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test AR\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test45\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T12:03:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:09\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 9,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 7,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004883\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test654e\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test09\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-11T14:35:37\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:15\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"WO1651\",\n                    \"Expiry\": \"Aug 16 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004880\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abla#4524324\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"\",\n            \"Tracking\": \"\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-11T14:09:41\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:14\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004782\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"A Redaounia\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#Abla\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-07T10:31:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:19\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 2,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"rt5455rttrr\",\n                    \"Expiry\": \"Oct 17 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 21 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004670\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Hardik Patel\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Fdasgdf434\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T11:04:39\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:16\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004666\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Hardik Patel\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": null,\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Sdfsdf3w4ra\",\n            \"CustomerRef2\": null,\n            \"Carrier\": null,\n            \"Tracking\": null,\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:29:59\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:20\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004665\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test4.2\",\n            \"Telephone\": \"00000000\",\n            \"EmailAddr\": \"test@testemail.com\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Test Address\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Test Town\",\n            \"State\": \"\",\n            \"PostCode\": \"Test Post\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test4.2\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:29:29\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:18\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004664\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test4.1\",\n            \"Telephone\": \"00000000\",\n            \"EmailAddr\": \"test@testemail.com\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Test Address\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Test Town\",\n            \"State\": \"\",\n            \"PostCode\": \"Test Post\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test4.1\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:25:10\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:16\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004662\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Hardik Patel\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": null,\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": null,\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Afdgd34\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"Royal Mail\",\n            \"Tracking\": \"GB23123124123\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:21:25\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-08T10:21:31\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004618\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test3\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test3\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-04T14:48:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:18\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 8,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004617\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"IshaqTest\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"IshaqTest\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-04T14:41:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:20\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 9,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 15,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004515\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Noman Munir\",\n            \"Telephone\": \"07958454906\",\n            \"EmailAddr\": \"nmunir@sprintlogistics.com\",\n            \"CompanyName\": \"Abla Redaounia \",\n            \"Address1\": \"A2 Parkway West, Cranford Lane\",\n            \"Address2\": \"Cranford Lane\",\n            \"Address3\": null,\n            \"City\": \"Heston\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"Tw5 9qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abla \",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"RoyalMail\",\n            \"Tracking\": \"GB74358357638756TR\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-30T18:00:51\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:20\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 12,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004290\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"PETERBOROUGH\",\n            \"State\": null,\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#ABLATEST\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-23T14:52:07\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:14\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 10,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003955\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"123123123\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Sdfsdfsdf345345\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-10T12:39:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-13T08:01:25\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003954\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"3\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Fasdfds223423\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-10T12:38:55\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-13T08:01:26\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003953\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ABLA INC\",\n            \"Address1\": \"24 ACTON LANE\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hayes\",\n            \"State\": \"\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TYRETEIQW423\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-10T12:18:45\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-13T08:01:26\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003939\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BORIS TEST\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"The Logestic Company\",\n            \"Address1\": \"1 new Address\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Paris\",\n            \"State\": null,\n            \"PostCode\": \"75006\",\n            \"CountryID\": \"FRA\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"1123123123123\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"spring\",\n            \"Tracking\": \"LR502537952NL\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-09T15:09:01\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2025-05-16T00:52:14\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"BT34345\",\n                    \"Expiry\": \"Jun 30 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"TEST2024\",\n                    \"Expiry\": \"Jun 12 2028 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003765\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"ABLA REDAOUNIA\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T12:01:07\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1015512,\n                    \"ProductID\": \"eb4c839e-73c1-4cfe-a366-3828e6a9889f\",\n                    \"SKU\": \"Smart Radiator Thermostat\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003764\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"RED3785683ABLA\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T11:59:53\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003762\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST RED\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ABLA INC\",\n            \"Address1\": \"24 ACTON LANE\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hayes\",\n            \"State\": \"\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TEST234523\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T11:21:53\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GFTRF3736F\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 9,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003761\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST ABL REDAOUNIA\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"24762976TEST\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T11:19:44\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 6,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003753\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#8276527\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T10:34:55\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003752\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#398573987Abla\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T10:29:11\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"AP349873864\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003751\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#84765387\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T10:27:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003734\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"7845369210\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QAHEWORKOF\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"5632141\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAHEWORKTE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T13:02:09\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1011769,\n                    \"ProductID\": \"c7e7590a-a9ca-4b69-8b64-98eaedc89ef1\",\n                    \"SKU\": \"LadiesPinkPajamasSM\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003733\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8855221144\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QAWORKTESTHERECOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"456321\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAWORKTESTHERE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T13:00:53\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003730\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8596321470\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"HEWEEKCOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"896523\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"HEWEEK\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:33:28\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003729\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"3366998855\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"HECANCOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"653298\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"HECAN\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:32:15\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003726\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9898986565\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"WISHMOCTE\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"365214\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"WISHMOC\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:20:38\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003762,\n                    \"ProductID\": \"7a9fada0-0e11-45d6-a3dc-c620b7cf8cda\",\n                    \"SKU\": \"Cardboard Box XL\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003725\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9632587410\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"WISHCOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"968574\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"WISH\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:19:25\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003723\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"3289651470\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"OFFMYLAT\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"215632\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"MYOFF\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:06:04\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1003762,\n                    \"ProductID\": \"7a9fada0-0e11-45d6-a3dc-c620b7cf8cda\",\n                    \"SKU\": \"Cardboard Box XL\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003722\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9871236540\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"MYOFI\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"563214\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"MYOFFICE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:56:49\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003720\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2255441163\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Mycompany\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"256314\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTQAFOR\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:31:18\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003719\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2233665544\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"HECOMPANY\",\n            \"Address1\": \"RAJKOT\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"RAJKOT\",\n            \"State\": \"\",\n            \"PostCode\": \"524163\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QATESTSHARE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:22:58\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003718\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2211336644\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"MECOTEST\",\n            \"Address1\": \"AHMEDABAD\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"AHMEDABAD\",\n            \"State\": \"\",\n            \"PostCode\": \"382330\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"METESTQA\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:16:37\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003717\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8956147230\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QATEST\",\n            \"Address1\": \"RAJKOT\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Rajkot\",\n            \"State\": \"\",\n            \"PostCode\": \"112233\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAMETEST\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:59:59\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1102824,\n                    \"ProductID\": \"e841eab0-20ed-4df2-ab05-c5c02ddfa882\",\n                    \"SKU\": \"Small Brown Box \",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1015512,\n                    \"ProductID\": \"eb4c839e-73c1-4cfe-a366-3828e6a9889f\",\n                    \"SKU\": \"Smart Radiator Thermostat\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003716\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"4455663322\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"MECOMPANY\",\n            \"Address1\": \"JAMNAGAR\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"JAMNAGAR\",\n            \"State\": \"\",\n            \"PostCode\": \"965874\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTME\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:58:32\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 1,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003714\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8877445599\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QAVERIFY\",\n            \"Address1\": \"AHMEDABAD\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"AHMEDABAD\",\n            \"State\": \"\",\n            \"PostCode\": \"536214\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAGUIDTEST\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:52:17\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003713\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9874568520\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QATEST CO\",\n            \"Address1\": \"PUNE\",\n            \"Address2\": \"PUNE\",\n            \"Address3\": \"PUNE\",\n            \"City\": \"PUNE\",\n            \"State\": \"\",\n            \"PostCode\": \"556633\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTQAGUID\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:44:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003712\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2255336688\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QA\",\n            \"Address1\": \"SURAT\",\n            \"Address2\": \"SURAT\",\n            \"Address3\": \"SURAT\",\n            \"City\": \"SURAT\",\n            \"State\": \"\",\n            \"PostCode\": \"55221144\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTQAFORGUID\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:41:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1102778,\n                    \"ProductID\": \"dbf96579-0cfd-484c-a569-3f56aadefde7\",\n                    \"SKU\": \"GK420D-ZPL\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003711\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8871234563\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"VISHALCOM\",\n            \"Address1\": \"AHMEDABADA\",\n            \"Address2\": \"CGROAD\",\n            \"Address3\": \"AHMEDABAD\",\n            \"City\": \"AHMEDABAD\",\n            \"State\": \"INDIA\",\n            \"PostCode\": \"382330\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAFORTESTING\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:21:09\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DRF\",\n                    \"Expiry\": \"Aug 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003696\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla REdaounia\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#34253243\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-02T14:04:16\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GFTRF3736F\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 2,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003694\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla Redaounia\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test00012\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-02T14:02:08\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"AP349873864\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003669\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test3542654\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-01T13:46:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003666\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test Abla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test2345\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-01T12:27:03\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003637\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"ABLA REDAOUNIA\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": \"bollo lane\",\n            \"Address3\": null,\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Rteywiowww\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-30T11:11:27\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003558\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"YOUYOU\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"ABLA546\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-25T09:48:14\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 25,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003557\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Noman\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"NOMAN\",\n            \"Address1\": \"2 BOURNE AVENUE\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Reda00098\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-25T09:46:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003511\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Numan\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"Tw59qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abcd321465\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-23T17:28:23\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003508\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Numan\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"Tw59qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abcd123123\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-23T16:55:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003507\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Numan\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"A2\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"Tw59qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Testabcd\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-23T16:50:28\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003414\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test345374SE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-18T09:39:17\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 32,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003413\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"765RED\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": null,\n            \"City\": \"Heston\",\n            \"State\": null,\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"765RED\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-18T09:35:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DRF\",\n                    \"Expiry\": \"Aug 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003311\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JY\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TEST25342\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:50:24\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 10,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1064693,\n                    \"ProductID\": \"3ecef01d-355b-4082-9273-e6824a6d84ed\",\n                    \"SKU\": \"Office Chair\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003310\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"ABLA BOLTTEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TRE263527\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:45:18\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003309\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JY\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TER72426\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:43:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 3,\n                    \"Batch\": \"FG765544\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 20,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 2,\n                    \"Batch\": \"DDDRRTTT\",\n                    \"Expiry\": \"Jun 22 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003308\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"london\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JY\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TEW82734\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:41:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"123432\",\n                    \"Expiry\": \"Sep 20 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003307\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BLT TST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"234523TRW\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:40:28\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 7,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003293\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"8274834RF\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:53:01\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"123432\",\n                    \"Expiry\": \"Sep 20 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 4,\n                    \"Batch\": \"LP001\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"TRF655430\",\n                    \"Expiry\": \"Mar 17 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003289\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"REDA\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"New company\",\n            \"Address1\": \"68 gunnersbury court\",\n            \"Address2\": \"\",\n            \"Address3\": \"Ealing\",\n            \"City\": \"Acton\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8jn\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TRES09887\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:40:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"TRF655430\",\n                    \"Expiry\": \"Mar 17 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003288\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"RED AB\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TER5455\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:37:38\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003287\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"287652TYD\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"8723957PQW\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:36:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 6,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003286\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"287652TYD\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": null,\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Hoensbroek\",\n            \"State\": \"Hoensbrook\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"287652TYD\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:35:30\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"564534ER\",\n                    \"Expiry\": \"Sep 30 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003281\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"84528TER\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"3264528\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T11:40:24\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003280\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"New company\",\n            \"Address1\": \"68 gunnersbury court\",\n            \"Address2\": \"\",\n            \"Address3\": \"Ealing\",\n            \"City\": \"Acton\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8jn\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test26263\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T11:38:51\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003249\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"8732462764re\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-09T09:23:13\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003209\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"New company\",\n            \"Address1\": \"68 gunnersbury court\",\n            \"Address2\": \"\",\n            \"Address3\": \"Ealing\",\n            \"City\": \"Acton\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8jn\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"2765452\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-05T12:22:37\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"2435435\",\n                    \"Expiry\": \"Oct 31 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"TRF655430\",\n                    \"Expiry\": \"Mar 17 2034 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003208\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"198364876\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-05T12:21:30\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003207\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test ABLA\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"87528tr\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-05T12:17:24\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 6,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003178\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test187901\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:23:01\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1064693,\n                    \"ProductID\": \"3ecef01d-355b-4082-9273-e6824a6d84ed\",\n                    \"SKU\": \"Office Chair\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003177\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla Redaounia TEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"The Logestic Company\",\n            \"Address1\": \"1 new Address\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"\",\n            \"PostCode\": \"W6 8PL\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test47247\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:20:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 1,\n                    \"Batch\": \"AP349873864\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003176\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Rew43434\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:17:52\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"2134122143\",\n                    \"Expiry\": \"Jan 28 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003175\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2387462837tre\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"2387462837tre\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:16:54\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003174\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla test274627\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"24235g\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:10:52\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003171\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"456456\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T12:29:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003170\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"75757\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"465868575\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T12:28:50\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"DRF\",\n                    \"Expiry\": \"Aug 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003169\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Tr343\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"45244\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T12:28:05\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003166\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test 28362\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Qwyrwer26\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T11:01:07\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003165\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Tw26156\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"0192873\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T10:56:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003164\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Retr2357\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"12873498375\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T10:55:10\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003163\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Bolt Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"013817391\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T10:53:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002978\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Kumail\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"The Logestic Company\",\n            \"Address1\": \"1 new Address\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"London\",\n            \"State\": null,\n            \"PostCode\": \"W6 8PL\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"UTYEBWK86352\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-21T14:09:00\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1051332,\n                    \"ProductID\": \"62f44ae9-b104-4f6a-94ef-c91b5b949e48\",\n                    \"SKU\": \"5713504000111\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002977\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Kumail\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"SPRINT LOGISTICS\",\n            \"Address1\": \"Sprint Logistics\",\n            \"Address2\": \"CRANFORD LANE\",\n            \"Address3\": \"\",\n            \"City\": \"HESTON\",\n            \"State\": \"\",\n            \"PostCode\": \"Tw5 9qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"KKJUT6758\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-21T14:07:12\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002975\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"CHAR\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"PETERBOROUGH\",\n            \"State\": null,\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"DHDJ763532\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-21T14:05:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BATCH1234\",\n                    \"Expiry\": \"Mar 20 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002667\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"CHARLOTTE\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"WHEN PACKING ORDER PLEASE PACK ON PALLET WITH MAX HEIGHT 1.6m Load 100KG\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"PO456534456474\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-01T14:28:45\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066763,\n                    \"ProductID\": \"265ed03c-bdb4-4731-af1c-8f2a63cd8f17\",\n                    \"SKU\": \"RYVITA\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jul 31 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 1400,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 10,\n                    \"Batch\": \"BATCH90543\",\n                    \"Expiry\": \"Oct  5 2026 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1067317,\n                    \"ProductID\": \"239e3327-3e06-4d74-817e-ba992857af5c\",\n                    \"SKU\": \"1128\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002621\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"FBA\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Peterborough\",\n            \"State\": null,\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"TRANSPORT ARRANGED FOR 03/08/2024 SHIPPING LINES    PICK UP AT 08:30   etc etc \",\n            \"PackingNote\": \"Single SKU Pallets Only \\n\",\n            \"CustomerRef1\": \"FBA1234323\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-30T14:32:46\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 1,\n                    \"Batch\": \"LP001\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1051332,\n                    \"ProductID\": \"62f44ae9-b104-4f6a-94ef-c91b5b949e48\",\n                    \"SKU\": \"5713504000111\",\n                    \"Quantity\": 74,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002402\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BOLTTEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"123TEST123\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-18T10:43:31\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002369\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla redaounia\",\n            \"Telephone\": \"07788216873\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"68 Gunnersbury court\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"London\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test56454\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-17T09:43:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1019496,\n                    \"ProductID\": \"346ec647-6bec-4a06-b557-785aa2076e6c\",\n                    \"SKU\": \"New Bag\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1051136,\n                    \"ProductID\": \"782fa3de-d6c1-4539-8194-96447178df7b\",\n                    \"SKU\": \"SKU123_3\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002358\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Boris Gering\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"boris@eco-ff.com\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Boris01\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-16T20:37:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1100695,\n                    \"ProductID\": \"a1ab1d4f-7774-4da6-92bf-83d642425e76\",\n                    \"SKU\": \"SKUTestBoris001\",\n                    \"Quantity\": 105,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002284\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test red\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": null,\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": null,\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"BOLT364528\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-15T12:04:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987376,\n                    \"ProductID\": \"3e1a6454-bca0-423c-8805-7ead15a68afc\",\n                    \"SKU\": \"Gk240d\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5647655G\",\n                    \"Expiry\": \"Aug 31 2022 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002217\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BOLT TEST\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test000123\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-10T11:20:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null,\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\",\n                    \"HsCode\": null,\n                    \"CountryOfOrigin\": null,\n                    \"SalesValue\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"ec258063-c0ea-4216-a245-972f1344ce89"},{"name":"OrderByRef","id":"f73b85b2-6085-4ef8-b7c6-e10a02ce5539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/orders/ref","description":"<p>Retrieves a single order by its reference identifier.</p>\n<p><strong>HTTP Method</strong>: <code>GET</code></p>\n<p><strong>URL Structure</strong>: <code>/api/orders/ref?ID={orderReference}</code></p>\n<ul>\n<li><p><code>{{URL}}</code> is provided by the active environment (for example, the base URL of the Sprint API).</p>\n</li>\n<li><p><code>/api/orders/ref</code> is the resource path for looking up an order by reference.</p>\n</li>\n</ul>\n<p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><code>ID</code> (string, required): The unique reference for the order. Example values: <code>staging-170982</code>, <code>Yt65653</code>, <code>TYRETEIQW2333</code>. The endpoint returns the order that matches this reference.</li>\n</ul>\n","urlObject":{"path":["api","orders","ref"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f73b85b2-6085-4ef8-b7c6-e10a02ce5539"},{"name":"OrderBySprintID","id":"f037695f-35cf-4b12-8526-9a93a4805d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/orders/","description":"<p>Retrieves order details from Sprint Logistics by customer reference ID.</p>\n<p><strong>URL pattern</strong><br /><code>GET /api/orders/ref?ID={customerRef}</code></p>\n<ul>\n<li><p><code>{{URL}}</code> is the base URL from the active environment (for example, staging or production).</p>\n</li>\n<li><p><code>ID</code> is a required query parameter that represents the customer reference for the order (e.g., <code>Yt65653</code>).</p>\n</li>\n</ul>\n<p><strong>Authentication</strong></p>\n<ul>\n<li><p>Uses HTTP Basic authentication.</p>\n</li>\n<li><p>The <code>Authorization</code> header must contain a valid Base64-encoded API key/secret pair.</p>\n</li>\n<li><p>In this collection, the header is already preconfigured; ensure the active environment has correct credentials.</p>\n</li>\n</ul>\n<p><strong>Query parameters</strong></p>\n<ul>\n<li><p><code>ID</code> (string, required): Customer reference used to look up the order.</p>\n<ul>\n<li>Example values: <code>Yt65653</code>, <code>TYRETEIQW2333</code>, <code>staging-170982</code>.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Successful response (200)</strong><br />On success, the endpoint returns a JSON object with overall status and detailed order information.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": bool,\n  \"Message\": \"string\",\n  \"Count\": int,\n  \"Result\": {\n    \"AWB\": \"string\",\n    \"Status\": \"string\",\n    \"OrderStatus\": \"string\",\n    \"AttnOf\": \"string\",\n    \"Telephone\": \"string\",\n    \"EmailAddr\": \"string\",\n    \"CompanyName\": \"string\",\n    \"Address1\": \"string\",\n    \"Address2\": \"\",\n    \"Address3\": \"\",\n    \"City\": \"string\",\n    \"State\": \"\",\n    \"PostCode\": \"string\",\n    \"CountryID\": null,\n    \"CountryName\": \"string\",\n    \"CountryCode\": \"string\",\n    \"SpecialInstructions\": \"\",\n    \"PackingNote\": \"\",\n    \"CustomerRef1\": \"string\",\n    \"CustomerRef2\": \"\",\n    \"Carrier\": \"\",\n    \"Tracking\": \"\",\n    \"CourierService\": null,\n    \"CreatedDate\": null,\n    \"ExpectedDeliveryDate\": null,\n    \"ExpectedShipmentDate\": null,\n    \"ReturnTracking\": null,\n    \"OrderType\": \"string\",\n    \"BrandName\": \"string\",\n    \"ServiceLevel\": null,\n    \"IOSSNumber\": null,\n    \"IOSSCountryOfOrigin\": null,\n    \"FulfilledDate\": null,\n    \"OrderState\": \"string\",\n    \"TrackingInfo\": null,\n    \"StockOrderItems\": [\n      {\n        \"SKU\": \"string\",\n        \"Quantity\": int,\n        \"Batch\": \"string\",\n        \"Expiry\": \"string\",\n        \"HsCode\": \"string\",\n        \"CountryOfOrigin\": \"string\",\n        \"SalesValue\": \"string\",\n        \"SerialNumbers\": \"string\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["api","orders",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cb745963-b612-43ff-944e-00c5fffd783f","name":"OrderBySprintID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Authorization","value":"Basic M0Y5M0FEODgtQzEzRi00MjBELUIyMzAtQjREOEMxQzJFQkNGOjI3RTM3MkE3LTlEQUYtNDFGNi1CM0I1LTI3QjcwODc1QkE1Ng==","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/api/orders/","host":["{{URL}}"],"path":["api","orders",""],"query":[{"key":"awb","value":"9001959","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/orders/"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Jan 2026 09:33:25 GMT"},{"key":"Content-Length","value":"104373"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 1400,\n    \"Result\": [\n        {\n            \"AWB\": \"9004934\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Reda37245\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"T#654826\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:42:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-22T08:27:05\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004933\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"TEST ADDRESS\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": null,\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test635426\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"ROYAL MAIL\",\n            \"Tracking\": \"9004933\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:41:16\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2025-06-01T16:06:44\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"5234251126\",\n                    \"Expiry\": \"Nov 26 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 3,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"5234251126\",\n                    \"Expiry\": \"Nov 26 2025 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004932\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Testd\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"You4653\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:36:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:07\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 23,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004931\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test27547\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:35:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-22T08:27:04\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 18,\n                    \"Batch\": \"5229451009\",\n                    \"Expiry\": \"Oct  9 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 18,\n                    \"Batch\": \"5229451009\",\n                    \"Expiry\": \"Oct  9 2025 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004930\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"ARD\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test26357\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"\",\n            \"Tracking\": \"\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:14:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:11\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1015512,\n                    \"ProductID\": \"eb4c839e-73c1-4cfe-a366-3828e6a9889f\",\n                    \"SKU\": \"Smart Radiator Thermostat\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004929\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Testa34980\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ABLA INC\",\n            \"Address1\": \"24 ACTON LANE\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hayes\",\n            \"State\": \"\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test01912837\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:10:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-22T07:40:26\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004928\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TestAbla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test26526\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T14:08:14\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:10\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GFTRF3736F\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004922\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test AR\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#test45\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-12T12:03:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:09\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 9,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 7,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004883\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test654e\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test09\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-11T14:35:37\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:15\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"WO1651\",\n                    \"Expiry\": \"Aug 16 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004880\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abla#4524324\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"\",\n            \"Tracking\": \"\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-11T14:09:41\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:14\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004782\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"A Redaounia\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#Abla\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-07T10:31:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:19\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 2,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"rt5455rttrr\",\n                    \"Expiry\": \"Oct 17 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 21 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004670\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Hardik Patel\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Fdasgdf434\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T11:04:39\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:16\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004666\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Hardik Patel\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": null,\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Sdfsdf3w4ra\",\n            \"CustomerRef2\": null,\n            \"Carrier\": null,\n            \"Tracking\": null,\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:29:59\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:20\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004665\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test4.2\",\n            \"Telephone\": \"00000000\",\n            \"EmailAddr\": \"test@testemail.com\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Test Address\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Test Town\",\n            \"State\": \"\",\n            \"PostCode\": \"Test Post\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test4.2\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:29:29\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:18\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004664\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test4.1\",\n            \"Telephone\": \"00000000\",\n            \"EmailAddr\": \"test@testemail.com\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Test Address\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Test Town\",\n            \"State\": \"\",\n            \"PostCode\": \"Test Post\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test4.1\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:25:10\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:16\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004662\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Hardik Patel\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": null,\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": null,\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Afdgd34\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"Royal Mail\",\n            \"Tracking\": \"GB23123124123\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-05T10:21:25\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-08T10:21:31\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004618\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test3\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test3\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-04T14:48:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:18\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 8,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004617\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"IshaqTest\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"IshaqTest\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-11-04T14:41:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:20\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 9,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 15,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004515\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Noman Munir\",\n            \"Telephone\": \"07958454906\",\n            \"EmailAddr\": \"nmunir@sprintlogistics.com\",\n            \"CompanyName\": \"Abla Redaounia \",\n            \"Address1\": \"A2 Parkway West, Cranford Lane\",\n            \"Address2\": \"Cranford Lane\",\n            \"Address3\": null,\n            \"City\": \"Heston\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"Tw5 9qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abla \",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"RoyalMail\",\n            \"Tracking\": \"GB74358357638756TR\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-30T18:00:51\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:20\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 12,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9004290\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"PETERBOROUGH\",\n            \"State\": null,\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#ABLATEST\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"ppp\",\n            \"Tracking\": \"ppp\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-23T14:52:07\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-11-19T07:34:14\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 10,\n                    \"Batch\": \"Noman T\",\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003955\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"123123123\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Sdfsdfsdf345345\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-10T12:39:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-13T08:01:25\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003954\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"3\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Fasdfds223423\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-10T12:38:55\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-13T08:01:26\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003953\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ABLA INC\",\n            \"Address1\": \"24 ACTON LANE\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hayes\",\n            \"State\": \"\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TYRETEIQW423\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"PPPP\",\n            \"Tracking\": \"PPPP\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-10T12:18:45\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-13T08:01:26\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003939\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BORIS TEST\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"The Logestic Company\",\n            \"Address1\": \"1 new Address\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Paris\",\n            \"State\": null,\n            \"PostCode\": \"75006\",\n            \"CountryID\": \"FRA\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"1123123123123\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"spring\",\n            \"Tracking\": \"LR502537952NL\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-09T15:09:01\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2025-05-16T00:52:14\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"BT34345\",\n                    \"Expiry\": \"Jun 30 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"TEST2024\",\n                    \"Expiry\": \"Jun 12 2028 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003765\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"ABLA REDAOUNIA\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T12:01:07\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1015512,\n                    \"ProductID\": \"eb4c839e-73c1-4cfe-a366-3828e6a9889f\",\n                    \"SKU\": \"Smart Radiator Thermostat\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003764\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"RED3785683ABLA\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T11:59:53\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003762\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST RED\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ABLA INC\",\n            \"Address1\": \"24 ACTON LANE\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hayes\",\n            \"State\": \"\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TEST234523\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T11:21:53\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GFTRF3736F\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 9,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003761\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST ABL REDAOUNIA\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"24762976TEST\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T11:19:44\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 6,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003753\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#8276527\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T10:34:55\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003752\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#398573987Abla\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T10:29:11\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"AP349873864\",\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003751\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#84765387\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-04T10:27:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003734\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"7845369210\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QAHEWORKOF\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"5632141\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAHEWORKTE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T13:02:09\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1011769,\n                    \"ProductID\": \"c7e7590a-a9ca-4b69-8b64-98eaedc89ef1\",\n                    \"SKU\": \"LadiesPinkPajamasSM\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003733\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8855221144\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QAWORKTESTHERECOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"456321\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAWORKTESTHERE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T13:00:53\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003730\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8596321470\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"HEWEEKCOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"896523\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"HEWEEK\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:33:28\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003729\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"3366998855\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"HECANCOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"653298\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"HECAN\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:32:15\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003726\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9898986565\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"WISHMOCTE\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"365214\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"WISHMOC\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:20:38\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003762,\n                    \"ProductID\": \"7a9fada0-0e11-45d6-a3dc-c620b7cf8cda\",\n                    \"SKU\": \"Cardboard Box XL\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003725\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9632587410\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"WISHCOM\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"968574\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"WISH\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:19:25\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003723\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"3289651470\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"OFFMYLAT\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"215632\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"MYOFF\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T12:06:04\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1003762,\n                    \"ProductID\": \"7a9fada0-0e11-45d6-a3dc-c620b7cf8cda\",\n                    \"SKU\": \"Cardboard Box XL\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003722\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9871236540\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"MYOFI\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"563214\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"MYOFFICE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:56:49\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003720\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2255441163\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Mycompany\",\n            \"Address1\": \"Pune\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Pune\",\n            \"State\": \"\",\n            \"PostCode\": \"256314\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTQAFOR\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:31:18\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"4634353\",\n                    \"Expiry\": \"Sep 14 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003719\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2233665544\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"HECOMPANY\",\n            \"Address1\": \"RAJKOT\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"RAJKOT\",\n            \"State\": \"\",\n            \"PostCode\": \"524163\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QATESTSHARE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:22:58\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003718\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2211336644\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"MECOTEST\",\n            \"Address1\": \"AHMEDABAD\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"AHMEDABAD\",\n            \"State\": \"\",\n            \"PostCode\": \"382330\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"METESTQA\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T11:16:37\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"YF525252\",\n                    \"Expiry\": \"Aug 26 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003717\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8956147230\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QATEST\",\n            \"Address1\": \"RAJKOT\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Rajkot\",\n            \"State\": \"\",\n            \"PostCode\": \"112233\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAMETEST\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:59:59\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1102824,\n                    \"ProductID\": \"e841eab0-20ed-4df2-ab05-c5c02ddfa882\",\n                    \"SKU\": \"Small Brown Box \",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1015512,\n                    \"ProductID\": \"eb4c839e-73c1-4cfe-a366-3828e6a9889f\",\n                    \"SKU\": \"Smart Radiator Thermostat\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003716\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"4455663322\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"MECOMPANY\",\n            \"Address1\": \"JAMNAGAR\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"JAMNAGAR\",\n            \"State\": \"\",\n            \"PostCode\": \"965874\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTME\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:58:32\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 1,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003714\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8877445599\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QAVERIFY\",\n            \"Address1\": \"AHMEDABAD\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"AHMEDABAD\",\n            \"State\": \"\",\n            \"PostCode\": \"536214\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAGUIDTEST\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:52:17\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003713\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"9874568520\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QATEST CO\",\n            \"Address1\": \"PUNE\",\n            \"Address2\": \"PUNE\",\n            \"Address3\": \"PUNE\",\n            \"City\": \"PUNE\",\n            \"State\": \"\",\n            \"PostCode\": \"556633\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTQAGUID\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:44:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DE54322\",\n                    \"Expiry\": \"Dec 24 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003712\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2255336688\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"QA\",\n            \"Address1\": \"SURAT\",\n            \"Address2\": \"SURAT\",\n            \"Address3\": \"SURAT\",\n            \"City\": \"SURAT\",\n            \"State\": \"\",\n            \"PostCode\": \"55221144\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TESTQAFORGUID\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:41:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1102778,\n                    \"ProductID\": \"dbf96579-0cfd-484c-a569-3f56aadefde7\",\n                    \"SKU\": \"GK420D-ZPL\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003711\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"8871234563\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"VISHALCOM\",\n            \"Address1\": \"AHMEDABADA\",\n            \"Address2\": \"CGROAD\",\n            \"Address3\": \"AHMEDABAD\",\n            \"City\": \"AHMEDABAD\",\n            \"State\": \"INDIA\",\n            \"PostCode\": \"382330\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"QAFORTESTING\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-03T10:21:09\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DRF\",\n                    \"Expiry\": \"Aug 17 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003696\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla REdaounia\",\n            \"Telephone\": \"123123123123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Dawud Inc\",\n            \"Address1\": \"Hampton Road\",\n            \"Address2\": \"Hampton\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"Middx\",\n            \"PostCode\": \"TW13 SVJ\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"#34253243\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-02T14:04:16\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GFTRF3736F\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 2,\n                    \"Batch\": \"LP378463684\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003694\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla Redaounia\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test00012\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-02T14:02:08\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"HA1263\",\n                    \"Expiry\": \"May 22 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 5,\n                    \"Batch\": \"AP349873864\",\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003669\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test3542654\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-01T13:46:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003666\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test Abla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test2345\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-10-01T12:27:03\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003637\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"ABLA REDAOUNIA\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": \"bollo lane\",\n            \"Address3\": null,\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Rteywiowww\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-30T11:11:27\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003558\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"YOUYOU\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"ABLA546\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-25T09:48:14\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 25,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003557\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Noman\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"NOMAN\",\n            \"Address1\": \"2 BOURNE AVENUE\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JT\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Reda00098\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-25T09:46:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"SFP\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"BS543218\",\n                    \"Expiry\": \"Oct 31 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003511\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Numan\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"Tw59qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abcd321465\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-23T17:28:23\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003508\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Numan\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"Tw59qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Abcd123123\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-23T16:55:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003507\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Numan\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"A2\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"Tw59qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Testabcd\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-23T16:50:28\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003414\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test345374SE\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-18T09:39:17\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 32,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003413\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"765RED\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": null,\n            \"City\": \"Heston\",\n            \"State\": null,\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"765RED\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-18T09:35:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"DRF\",\n                    \"Expiry\": \"Aug 17 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003311\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JY\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TEST25342\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:50:24\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 10,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1064693,\n                    \"ProductID\": \"3ecef01d-355b-4082-9273-e6824a6d84ed\",\n                    \"SKU\": \"Office Chair\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003310\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"ABLA BOLTTEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TRE263527\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:45:18\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003309\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Hayes\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JY\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TER72426\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:43:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 3,\n                    \"Batch\": \"FG765544\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 20,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 2,\n                    \"Batch\": \"DDDRRTTT\",\n                    \"Expiry\": \"Jun 22 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003308\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Ishaq Vora\",\n            \"Telephone\": \"07986950148\",\n            \"EmailAddr\": \"ishaq.vora@gmail.com\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"31 Laburnum Road\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"london\",\n            \"State\": \"Middlesex\",\n            \"PostCode\": \"UB3 4JY\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TEW82734\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:41:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"GF8465343\",\n                    \"Expiry\": \"Sep  7 2034 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"123432\",\n                    \"Expiry\": \"Sep 20 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003307\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BLT TST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"234523TRW\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-11T11:40:28\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 7,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003293\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"8274834RF\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:53:01\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"123432\",\n                    \"Expiry\": \"Sep 20 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 4,\n                    \"Batch\": \"LP001\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"TRF655430\",\n                    \"Expiry\": \"Mar 17 2034 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003289\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"REDA\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"New company\",\n            \"Address1\": \"68 gunnersbury court\",\n            \"Address2\": \"\",\n            \"Address3\": \"Ealing\",\n            \"City\": \"Acton\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8jn\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TRES09887\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:40:06\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1005695,\n                    \"ProductID\": \"fb9f4b30-c060-4ebf-ad21-9670df32d6b1\",\n                    \"SKU\": \"Smart Board Screen\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"TRF655430\",\n                    \"Expiry\": \"Mar 17 2034 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003288\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"RED AB\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"TER5455\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:37:38\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003287\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"287652TYD\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"8723957PQW\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:36:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1019495,\n                    \"ProductID\": \"ab9ce8ae-435b-4df4-bcf8-01a411205ffc\",\n                    \"SKU\": \"New iPhone Case \",\n                    \"Quantity\": 6,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003286\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"287652TYD\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": null,\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Hoensbroek\",\n            \"State\": \"Hoensbrook\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"287652TYD\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T14:35:30\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"564534ER\",\n                    \"Expiry\": \"Sep 30 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003281\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"84528TER\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"3264528\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T11:40:24\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003280\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"New company\",\n            \"Address1\": \"68 gunnersbury court\",\n            \"Address2\": \"\",\n            \"Address3\": \"Ealing\",\n            \"City\": \"Acton\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8jn\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test26263\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-10T11:38:51\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003249\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"8732462764re\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-09T09:23:13\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003209\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"New company\",\n            \"Address1\": \"68 gunnersbury court\",\n            \"Address2\": \"\",\n            \"Address3\": \"Ealing\",\n            \"City\": \"Acton\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8jn\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"2765452\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-05T12:22:37\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"2435435\",\n                    \"Expiry\": \"Oct 31 2023 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"TRF655430\",\n                    \"Expiry\": \"Mar 17 2034 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003208\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"TST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"198364876\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-05T12:21:30\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1003761,\n                    \"ProductID\": \"f9e928ba-e1ac-417e-a249-68d8fbf81ee8\",\n                    \"SKU\": \"Laptop Protector cover \",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003207\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test ABLA\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"87528tr\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-05T12:17:24\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 6,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003178\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test187901\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:23:01\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1005710,\n                    \"ProductID\": \"815c37e4-0dfb-4aa1-95a4-ef8f3c9156c5\",\n                    \"SKU\": \"TSQ005\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1064693,\n                    \"ProductID\": \"3ecef01d-355b-4082-9273-e6824a6d84ed\",\n                    \"SKU\": \"Office Chair\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003177\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla Redaounia TEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"The Logestic Company\",\n            \"Address1\": \"1 new Address\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"London\",\n            \"State\": \"\",\n            \"PostCode\": \"W6 8PL\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test47247\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:20:47\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 1,\n                    \"Batch\": \"AP349873864\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"JU6TYRTR\",\n                    \"Expiry\": \"Sep 24 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003176\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Rew43434\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:17:52\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004007,\n                    \"ProductID\": \"600fc43b-b365-4e1c-8823-496e0c8fc421\",\n                    \"SKU\": \"Key Boards\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"tyrt3527\",\n                    \"Expiry\": \"Mar 29 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1013043,\n                    \"ProductID\": \"dd9e198d-8c19-4e73-a340-69bbc266b531\",\n                    \"SKU\": \"Hand Held Scanner\",\n                    \"Quantity\": 3,\n                    \"Batch\": \"2134122143\",\n                    \"Expiry\": \"Jan 28 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003175\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"2387462837tre\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"2387462837tre\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:16:54\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003174\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla test274627\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Test Company\",\n            \"Address1\": \"Unit B2\",\n            \"Address2\": \"Parkway Trading Estate\",\n            \"Address3\": \"\",\n            \"City\": \"Heston\",\n            \"State\": \"\",\n            \"PostCode\": \"TW5 9QA\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"24235g\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T14:10:52\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"D2C\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003171\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"456456\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T12:29:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003170\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"75757\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"465868575\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T12:28:50\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1000483,\n                    \"ProductID\": \"984aadbd-faf1-4864-986d-17fd1a98c5b4\",\n                    \"SKU\": \"Cardboard Box S\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"DRF\",\n                    \"Expiry\": \"Aug 17 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003169\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Tr343\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"45244\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T12:28:05\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003166\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test 28362\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Qwyrwer26\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T11:01:07\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987403,\n                    \"ProductID\": \"43af93d0-650d-4ebc-93d6-d6c975e04f97\",\n                    \"SKU\": \"Charging Cable\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003165\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Tw26156\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"0192873\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T10:56:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003164\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Retr2357\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"12873498375\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T10:55:10\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9003163\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Bolt Test\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Peterborough\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"013817391\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-09-03T10:53:42\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1067981,\n                    \"ProductID\": \"45c9aff1-7c5d-44ca-98f6-960ae956e1a0\",\n                    \"SKU\": \"5713504002818\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jun  5 2025 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002978\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Kumail\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"The Logestic Company\",\n            \"Address1\": \"1 new Address\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"London\",\n            \"State\": null,\n            \"PostCode\": \"W6 8PL\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"UTYEBWK86352\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-21T14:09:00\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1051332,\n                    \"ProductID\": \"62f44ae9-b104-4f6a-94ef-c91b5b949e48\",\n                    \"SKU\": \"5713504000111\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002977\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Kumail\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"SPRINT LOGISTICS\",\n            \"Address1\": \"Sprint Logistics\",\n            \"Address2\": \"CRANFORD LANE\",\n            \"Address3\": \"\",\n            \"City\": \"HESTON\",\n            \"State\": \"\",\n            \"PostCode\": \"Tw5 9qa\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"KKJUT6758\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-21T14:07:12\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 4,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1066198,\n                    \"ProductID\": \"18f9dfd0-f91e-4914-b0e9-9ad299b71f43\",\n                    \"SKU\": \"5713504000118\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002975\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"CHAR\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"PETERBOROUGH\",\n            \"State\": null,\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"DHDJ763532\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-21T14:05:56\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"BATCH1234\",\n                    \"Expiry\": \"Mar 20 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 3,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"ER423214SD\",\n                    \"Expiry\": \"Jul 17 2023 12:00AM\"\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002667\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"CHARLOTTE\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"CHARLOTTES BUSINESS\",\n            \"Address1\": \"MORLEY WAY\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"PETERBOROUGH\",\n            \"State\": \"\",\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"WHEN PACKING ORDER PLEASE PACK ON PALLET WITH MAX HEIGHT 1.6m Load 100KG\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"PO456534456474\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-08-01T14:28:45\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066763,\n                    \"ProductID\": \"265ed03c-bdb4-4731-af1c-8f2a63cd8f17\",\n                    \"SKU\": \"RYVITA\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": \"Jul 31 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 993668,\n                    \"ProductID\": \"57ea664a-e273-42a2-a6b3-645579db0f5b\",\n                    \"SKU\": \"BTD00124\",\n                    \"Quantity\": 1400,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 10,\n                    \"Batch\": \"BATCH90543\",\n                    \"Expiry\": \"Oct  5 2026 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1067317,\n                    \"ProductID\": \"239e3327-3e06-4d74-817e-ba992857af5c\",\n                    \"SKU\": \"1128\",\n                    \"Quantity\": 10,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002621\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"FBA\",\n            \"Telephone\": null,\n            \"EmailAddr\": null,\n            \"CompanyName\": \"Amazon\",\n            \"Address1\": \"Unit C Harrier Park\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"City\": \"Peterborough\",\n            \"State\": null,\n            \"PostCode\": \"PE2 7BW\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"TRANSPORT ARRANGED FOR 03/08/2024 SHIPPING LINES    PICK UP AT 08:30   etc etc \",\n            \"PackingNote\": \"Single SKU Pallets Only \\n\",\n            \"CustomerRef1\": \"FBA1234323\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-30T14:32:46\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1004006,\n                    \"ProductID\": \"6059918c-d925-415c-9ab5-96115ddc41dc\",\n                    \"SKU\": \"Laptop Bag \",\n                    \"Quantity\": 1,\n                    \"Batch\": \"LP001\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1051332,\n                    \"ProductID\": \"62f44ae9-b104-4f6a-94ef-c91b5b949e48\",\n                    \"SKU\": \"5713504000111\",\n                    \"Quantity\": 74,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002402\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BOLTTEST\",\n            \"Telephone\": \"\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"Firham Avenue\",\n            \"Address2\": \"A2 Parkway West\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"Dubai\",\n            \"State\": \"\",\n            \"PostCode\": \"TYEYEIU\",\n            \"CountryID\": \"ARE\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"123TEST123\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-18T10:43:31\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 6,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002369\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Abla redaounia\",\n            \"Telephone\": \"07788216873\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"Neil Holsgrove\",\n            \"Address1\": \"68 Gunnersbury court\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"Cranford Lane\",\n            \"City\": \"London\",\n            \"State\": \"\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test56454\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-17T09:43:36\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 993308,\n                    \"ProductID\": \"8eb6b6c0-0180-4e9e-a83d-fbcca6611164\",\n                    \"SKU\": \"Black Pen\",\n                    \"Quantity\": 2,\n                    \"Batch\": \"5025416330096\",\n                    \"Expiry\": \"Oct 27 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 1019496,\n                    \"ProductID\": \"346ec647-6bec-4a06-b557-785aa2076e6c\",\n                    \"SKU\": \"New Bag\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"\",\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1051136,\n                    \"ProductID\": \"782fa3de-d6c1-4539-8194-96447178df7b\",\n                    \"SKU\": \"SKU123_3\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 1,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002358\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Boris Gering\",\n            \"Telephone\": \"0638503734\",\n            \"EmailAddr\": \"boris@eco-ff.com\",\n            \"CompanyName\": \"ECC Sprint Europe BV\",\n            \"Address1\": \"De Koumen 104\",\n            \"Address2\": \"\",\n            \"Address3\": \"\",\n            \"City\": \"Hoensbroek\",\n            \"State\": \"\",\n            \"PostCode\": \"6433KE\",\n            \"CountryID\": \"NLD\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Boris01\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-16T20:37:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"B2B\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1100695,\n                    \"ProductID\": \"a1ab1d4f-7774-4da6-92bf-83d642425e76\",\n                    \"SKU\": \"SKUTestBoris001\",\n                    \"Quantity\": 105,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002284\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"Test red\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": null,\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": null,\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"BOLT364528\",\n            \"CustomerRef2\": null,\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-15T12:04:43\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 5,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 987376,\n                    \"ProductID\": \"3e1a6454-bca0-423c-8805-7ead15a68afc\",\n                    \"SKU\": \"Gk240d\",\n                    \"Quantity\": 1,\n                    \"Batch\": \"5647655G\",\n                    \"Expiry\": \"Aug 31 2022 12:00AM\"\n                },\n                {\n                    \"ProductKey\": 987377,\n                    \"ProductID\": \"43fdb117-3d98-44e6-a8ec-072ae766ad51\",\n                    \"SKU\": \"GK420D\",\n                    \"Quantity\": 2,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                }\n            ]\n        },\n        {\n            \"AWB\": \"9002217\",\n            \"Status\": \"WITH_OPERATIONS\",\n            \"OrderStatus\": \"COMPLT\",\n            \"AttnOf\": \"BOLT TEST\",\n            \"Telephone\": \"012301231023123\",\n            \"EmailAddr\": \"\",\n            \"CompanyName\": \"BANANA COMPANY\",\n            \"Address1\": \"Vitality House BLD 1\",\n            \"Address2\": \"Bollo lane\",\n            \"Address3\": \"\",\n            \"City\": \"Burton-on-Trent\",\n            \"State\": \"MIDDLESEX\",\n            \"PostCode\": \"W3 8JN\",\n            \"CountryID\": \"GBR\",\n            \"SpecialInstructions\": \"\",\n            \"PackingNote\": null,\n            \"CustomerRef1\": \"Test000123\",\n            \"CustomerRef2\": \"\",\n            \"Carrier\": \"EVRI\",\n            \"Tracking\": \"H5262527262TEST\",\n            \"ServiceLevel\": null,\n            \"CreatedDate\": \"2024-07-10T11:20:40\",\n            \"ExpectedDelivery\": null,\n            \"ExpectedShipment\": null,\n            \"OrderType\": \"FBM\",\n            \"IOSSNumber\": null,\n            \"IOSSCountryOfOrigin\": null,\n            \"FullfilledDate\": null,\n            \"LastUpdatedOn\": \"2024-10-08T13:47:47\",\n            \"OrderState\": \"normal\",\n            \"StockOrderItems\": [\n                {\n                    \"ProductKey\": 1012622,\n                    \"ProductID\": \"dc2522eb-e3e8-40cd-a4e2-f0d0c0b48483\",\n                    \"SKU\": \"BOTTLE\",\n                    \"Quantity\": 4,\n                    \"Batch\": null,\n                    \"Expiry\": null\n                },\n                {\n                    \"ProductKey\": 1066184,\n                    \"ProductID\": \"b26f928a-fa64-4b24-ad59-e5dcd0458e47\",\n                    \"SKU\": \"AIR FRESHNER\",\n                    \"Quantity\": 5,\n                    \"Batch\": \"rest\",\n                    \"Expiry\": \"Jun 27 2024 12:00AM\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f037695f-35cf-4b12-8526-9a93a4805d62"},{"name":"CreateUniqueOrder","id":"6bb8a8a7-7078-4198-abf9-fd77c74cc784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"AttnOf\": \"Zeeshan Fiaz\",\n  \"Telephone\": \"+447990065190\",\n  \"EmailAddr\": \"zfiaz@sprintlogistics.com\",\n  \"CompanyName\": \"\",\n  \"Address1\": \"Sprint Logistics\",\n  \"Address2\": null,\n  \"Address3\": \"\",\n  \"City\": \"London\",\n  \"State\": \"London\",\n  \"PostCode\": \"11111\",\n  \"CountryID\": null,\n  \"CountryCode\": \"GB\",\n  \"SpecialInstructions\": \"\",\n  \"PackingNote\": \"\",\n  \"CustomerRef1\": \"Test-Zeeshan\",\n  \"CustomerRef2\": \"\",\n  \"CustomerRef3\": \"\",\n  \"ExpectedDelivery\": null,\n  \"ExpectedShipment\": null,\n  \"WarehouseId\": \"\",\n  \"OrderType\": 0,\n  \"BrandId\": \"\",\n  \"ServiceLevel\": \"\",\n  \"IOSSNumber\": \"\",\n  \"CurrencyCode\": \"\",\n  \"IOSSCountryOfOrigin\": \"\",\n  \"StockOrderItems\": [\n    {\n      \"SKU\": \"TEST_COG_MX-1502EX\",\n      \"Quantity\": 1,\n      \"Batch\": null,\n      \"Expiry\": null,\n      \"CountryOfOrigin\": \"\",\n      \"SalesValue\": 0,\n      \"HsCode\": \"\"\n    }\n  ],\n  \"custom_attributes\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/orders/uniqueorder","description":"<h2 id=\"createuniqueorder\">CreateUniqueOrder</h2>\n<p>Creates a unique order in the Sprint Logistics system.</p>\n<hr />\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>AttnOf</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the person to attention the order to</td>\n</tr>\n<tr>\n<td><code>Telephone</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Contact telephone number</td>\n</tr>\n<tr>\n<td><code>EmailAddr</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Contact email address</td>\n</tr>\n<tr>\n<td><code>CompanyName</code></td>\n<td>string</td>\n<td>No</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td><code>Address1</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>First line of address</td>\n</tr>\n<tr>\n<td><code>Address2</code></td>\n<td>string</td>\n<td>No</td>\n<td>Second line of address</td>\n</tr>\n<tr>\n<td><code>Address3</code></td>\n<td>string</td>\n<td>No</td>\n<td>Third line of address</td>\n</tr>\n<tr>\n<td><code>City</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>City</td>\n</tr>\n<tr>\n<td><code>State</code></td>\n<td>string</td>\n<td>No</td>\n<td>State/County</td>\n</tr>\n<tr>\n<td><code>PostCode</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Postal code</td>\n</tr>\n<tr>\n<td><code>CountryID</code></td>\n<td>string</td>\n<td>No</td>\n<td>Country ID</td>\n</tr>\n<tr>\n<td><code>CountryCode</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>ISO country code (e.g. <code>GB</code>)</td>\n</tr>\n<tr>\n<td><code>SpecialInstructions</code></td>\n<td>string</td>\n<td>No</td>\n<td>Special delivery instructions</td>\n</tr>\n<tr>\n<td><code>PackingNote</code></td>\n<td>string</td>\n<td>No</td>\n<td>Packing notes</td>\n</tr>\n<tr>\n<td><code>CustomerRef1</code></td>\n<td>string</td>\n<td>No</td>\n<td>Customer reference 1</td>\n</tr>\n<tr>\n<td><code>CustomerRef2</code></td>\n<td>string</td>\n<td>No</td>\n<td>Customer reference 2</td>\n</tr>\n<tr>\n<td><code>CustomerRef3</code></td>\n<td>string</td>\n<td>No</td>\n<td>Customer reference 3</td>\n</tr>\n<tr>\n<td><code>ExpectedDelivery</code></td>\n<td>string</td>\n<td>No</td>\n<td>Expected delivery date</td>\n</tr>\n<tr>\n<td><code>ExpectedShipment</code></td>\n<td>string</td>\n<td>No</td>\n<td>Expected shipment date</td>\n</tr>\n<tr>\n<td><code>WarehouseId</code></td>\n<td>string</td>\n<td>No</td>\n<td>Warehouse identifier</td>\n</tr>\n<tr>\n<td><code>OrderType</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Order type code</td>\n</tr>\n<tr>\n<td><code>BrandId</code></td>\n<td>string</td>\n<td>No</td>\n<td>Brand identifier</td>\n</tr>\n<tr>\n<td><code>ServiceLevel</code></td>\n<td>string</td>\n<td>No</td>\n<td>Service level</td>\n</tr>\n<tr>\n<td><code>IOSSNumber</code></td>\n<td>string</td>\n<td>No</td>\n<td>IOSS number</td>\n</tr>\n<tr>\n<td><code>CurrencyCode</code></td>\n<td>string</td>\n<td>No</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td><code>IOSSCountryOfOrigin</code></td>\n<td>string</td>\n<td>No</td>\n<td>IOSS country of origin</td>\n</tr>\n<tr>\n<td><code>StockOrderItems</code></td>\n<td>array</td>\n<td>Yes</td>\n<td>Array of order line items</td>\n</tr>\n<tr>\n<td><code>custom_attributes</code></td>\n<td>array</td>\n<td>No</td>\n<td>Custom attributes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"stockorderitems\">StockOrderItems</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>SKU</code></td>\n<td>string</td>\n<td>Product SKU</td>\n</tr>\n<tr>\n<td><code>Quantity</code></td>\n<td>integer</td>\n<td>Quantity ordered</td>\n</tr>\n<tr>\n<td><code>Batch</code></td>\n<td>string</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td><code>Expiry</code></td>\n<td>string</td>\n<td>Expiry date</td>\n</tr>\n<tr>\n<td><code>CountryOfOrigin</code></td>\n<td>string</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td><code>SalesValue</code></td>\n<td>number</td>\n<td>Sales value</td>\n</tr>\n<tr>\n<td><code>HsCode</code></td>\n<td>string</td>\n<td>HS tariff code</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": true,\n  \"Message\": \"string\",\n  \"Count\": 0,\n  \"Result\": {\n    \"AWB\": \"string\",\n    \"Status\": \"string\",\n    \"OrderStatus\": \"string\",\n    \"AttnOf\": \"string\",\n    \"Telephone\": \"string\",\n    \"EmailAddr\": \"string\",\n    \"CompanyName\": \"string\",\n    \"Address1\": \"string\",\n    \"Address2\": \"string\",\n    \"Address3\": \"string\",\n    \"City\": \"string\",\n    \"State\": \"string\",\n    \"PostCode\": \"string\",\n    \"CountryID\": \"string\",\n    \"CountryName\": \"string\",\n    \"CountryCode\": \"string\",\n    \"SpecialInstructions\": \"string\",\n    \"PackingNote\": \"string\",\n    \"CustomerRef1\": \"string\",\n    \"CustomerRef2\": \"string\",\n    \"CustomerRef3\": \"string\",\n    \"Carrier\": \"string\",\n    \"Tracking\": \"string\",\n    \"CourierService\": \"string\",\n    \"CreatedDate\": \"2026-03-27T10:10:19.328Z\",\n    \"ExpectedDeliveryDate\": \"string\",\n    \"ExpectedShipmentDate\": \"string\",\n    \"ReturnTracking\": \"string\",\n    \"OrderType\": \"string\",\n    \"BrandName\": \"string\",\n    \"ServiceLevel\": \"string\",\n    \"IOSSNumber\": \"string\",\n    \"IOSSCountryOfOrigin\": \"string\",\n    \"FulfilledDate\": \"string\",\n    \"OrderState\": \"string\",\n    \"TrackingInfo\": {\n      \"HAWB\": \"string\",\n      \"Carrier\": \"string\",\n      \"TrackingID\": \"string\",\n      \"TrackingLink\": \"string\",\n      \"SupplierDispatchedDate\": \"string\",\n      \"SupplierDeliveryDate\": \"string\",\n      \"ServiceLevel\": \"string\",\n      \"LineItems\": [\n        {\n          \"Sku\": \"string\",\n          \"Quantity\": 0,\n          \"Batch\": \"string\",\n          \"ExpiryDate\": \"string\",\n          \"SerialNos\": \"string\"\n        }\n      ]\n    },\n    \"StockOrderItems\": [\n      {\n        \"SKU\": \"string\",\n        \"Quantity\": 0,\n        \"Batch\": \"string\",\n        \"Expiry\": \"string\",\n        \"CountryOfOrigin\": \"string\",\n        \"SalesValue\": 0,\n        \"HsCode\": \"string\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"error-response\">Error Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": false,\n  \"message\": \"string\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","orders","uniqueorder"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"198705e9-ed27-4592-8ef1-c81be7148abc","name":"200 OK - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AttnOf\": \"Zeeshan Fiaz\",\n  \"Telephone\": \"+447990065190\",\n  \"EmailAddr\": \"zfiaz@sprintlogistics.com\",\n  \"CompanyName\": \"\",\n  \"Address1\": \"Sprint Logistics\",\n  \"Address2\": null,\n  \"Address3\": \"\",\n  \"City\": \"London\",\n  \"State\": \"London\",\n  \"PostCode\": \"11111\",\n  \"CountryID\": null,\n  \"CountryCode\": \"GB\",\n  \"SpecialInstructions\": \"\",\n  \"PackingNote\": \"\",\n  \"CustomerRef1\": \"Test-Zeeshan\",\n  \"CustomerRef2\": \"\",\n  \"CustomerRef3\": \"\",\n  \"ExpectedDelivery\": null,\n  \"ExpectedShipment\": null,\n  \"WarehouseId\": \"\",\n  \"OrderType\": 0,\n  \"BrandId\": \"\",\n  \"ServiceLevel\": \"\",\n  \"IOSSNumber\": \"\",\n  \"CurrencyCode\": \"\",\n  \"IOSSCountryOfOrigin\": \"\",\n  \"StockOrderItems\": [\n    {\n      \"SKU\": \"TEST_COG_MX-1502EX\",\n      \"Quantity\": 1,\n      \"Batch\": null,\n      \"Expiry\": null,\n      \"CountryOfOrigin\": \"\",\n      \"SalesValue\": 0,\n      \"HsCode\": \"\"\n    }\n  ],\n  \"custom_attributes\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/Orders/CreateUniqueOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\\n  \\\"Status\\\": true,\\n  \\\"Message\\\": \\\"string\\\",\\n  \\\"Count\\\": 0,\\n  \\\"Result\\\": {\\n    \\\"AWB\\\": \\\"string\\\",\\n    \\\"Status\\\": \\\"string\\\",\\n    \\\"OrderStatus\\\": \\\"string\\\",\\n    \\\"AttnOf\\\": \\\"string\\\",\\n    \\\"Telephone\\\": \\\"string\\\",\\n    \\\"EmailAddr\\\": \\\"string\\\",\\n    \\\"CompanyName\\\": \\\"string\\\",\\n    \\\"Address1\\\": \\\"string\\\",\\n    \\\"Address2\\\": \\\"string\\\",\\n    \\\"Address3\\\": \\\"string\\\",\\n    \\\"City\\\": \\\"string\\\",\\n    \\\"State\\\": \\\"string\\\",\\n    \\\"PostCode\\\": \\\"string\\\",\\n    \\\"CountryID\\\": \\\"string\\\",\\n    \\\"CountryName\\\": \\\"string\\\",\\n    \\\"CountryCode\\\": \\\"string\\\",\\n    \\\"SpecialInstructions\\\": \\\"string\\\",\\n    \\\"PackingNote\\\": \\\"string\\\",\\n    \\\"CustomerRef1\\\": \\\"string\\\",\\n    \\\"CustomerRef2\\\": \\\"string\\\",\\n    \\\"Carrier\\\": \\\"string\\\",\\n    \\\"Tracking\\\": \\\"string\\\",\\n    \\\"CourierService\\\": \\\"string\\\",\\n    \\\"CreatedDate\\\": \\\"2026-03-27T10:10:19.328Z\\\",\\n    \\\"ExpectedDeliveryDate\\\": \\\"string\\\",\\n    \\\"ExpectedShipmentDate\\\": \\\"string\\\",\\n    \\\"ReturnTracking\\\": \\\"string\\\",\\n    \\\"OrderType\\\": \\\"string\\\",\\n    \\\"BrandName\\\": \\\"string\\\",\\n    \\\"ServiceLevel\\\": \\\"string\\\",\\n    \\\"IOSSNumber\\\": \\\"string\\\",\\n    \\\"IOSSCountryOfOrigin\\\": \\\"string\\\",\\n    \\\"FulfilledDate\\\": \\\"string\\\",\\n    \\\"OrderState\\\": \\\"string\\\",\\n    \\\"TrackingInfo\\\": {\\n      \\\"HAWB\\\": \\\"string\\\",\\n      \\\"Carrier\\\": \\\"string\\\",\\n      \\\"TrackingID\\\": \\\"string\\\",\\n      \\\"TrackingLink\\\": \\\"string\\\",\\n      \\\"SupplierDispatchedDate\\\": \\\"string\\\",\\n      \\\"SupplierDeliveryDate\\\": \\\"string\\\",\\n      \\\"ServiceLevel\\\": \\\"string\\\",\\n      \\\"LineItems\\\": [\\n        {\\n          \\\"Sku\\\": \\\"string\\\",\\n          \\\"Quantity\\\": 0,\\n          \\\"Batch\\\": \\\"string\\\",\\n          \\\"ExpiryDate\\\": \\\"string\\\",\\n          \\\"SerialNos\\\": \\\"string\\\"\\n        }\\n      ]\\n    },\\n    \\\"StockOrderItems\\\": [\\n      {\\n        \\\"SKU\\\": \\\"string\\\",\\n        \\\"Quantity\\\": 0,\\n        \\\"Batch\\\": \\\"string\\\",\\n        \\\"Expiry\\\": \\\"string\\\",\\n        \\\"CountryOfOrigin\\\": \\\"string\\\",\\n        \\\"SalesValue\\\": 0,\\n        \\\"HsCode\\\": \\\"string\\\"\\n      }\\n    ]\\n  }\\n}"}],"_postman_id":"6bb8a8a7-7078-4198-abf9-fd77c74cc784"},{"name":"CancelOrder","id":"312bd5d8-70ab-4e89-bd61-670890bc6a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{URL}}/api/orders/cancelorder","description":"<h3 id=\"overview\">Overview</h3>\n<p>Cancels an existing order for the given customer reference.</p>\n<ul>\n<li><p><strong>Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/orders/cancelorder</code></p>\n</li>\n<li><p><strong>Auth:</strong> Basic Authentication (username/password)</p>\n</li>\n<li><p><strong>Body:</strong> None (all data is provided via query parameters)</p>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>custRef</code> (string, required)</p>\n<ul>\n<li><p>Customer/order reference used to identify which order should be cancelled.</p>\n</li>\n<li><p>Example: <code>staging-170982</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"authentication\">Authentication</h3>\n<ul>\n<li><p>Uses <strong>Basic Auth</strong>.</p>\n</li>\n<li><p>Ensure valid credentials are configured in the request or inherited from the parent (e.g. <code>{{BOLT_TEST_USER_KEY}}</code> / <code>{{BOLT_TEST_PASSWORD}}</code> in the active environment).</p>\n</li>\n</ul>\n<h3 id=\"responses\">Responses</h3>\n<ul>\n<li><p><strong>200 OK</strong> – Order successfully cancelled. Response body typically includes confirmation/details of the cancelled order.</p>\n</li>\n<li><p><strong>400 Bad Request</strong> – Missing or invalid <code>custRef</code>, or the order cannot be cancelled in its current state.</p>\n</li>\n<li><p><strong>401 Unauthorized</strong> – Basic Auth credentials are missing or invalid.</p>\n</li>\n<li><p><strong>404 Not Found</strong> – No order found for the provided <code>custRef</code>.</p>\n</li>\n<li><p><strong>5xx Server Error</strong> – An error occurred on the server while attempting to cancel the order.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","orders","cancelorder"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"custRef","value":"staging-170982"}],"variable":[]}},"response":[],"_postman_id":"312bd5d8-70ab-4e89-bd61-670890bc6a82"},{"name":"OrderUpdate","id":"4d8462bc-39ce-454e-a944-1ca8fe332b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ExternalCustomerReference\": \"MIKE 34\",\r\n  \"AttnOf\": \"John Doe\",\r\n  \"Telephone\": \"+441234567890\",\r\n  \"EmailAddr\": \"johndoe@example.com\",\r\n  \"Address1\": \"123 Main Street\",\r\n  \"Address2\": \"Suite 4B\",\r\n  \"Address3\": \"\",\r\n  \"State\": \"London\",\r\n  \"PostCode\": \"W1A 1AA\",\r\n  \"CountryID\": \"GB\",\r\n  \"CountryCode\": \"GBR\",\r\n  \"SpecialInstructions\": \"Leave at reception\",\r\n  \"PackingNote\": \"Fragile items - handle with care\",\r\n  \"ServiceCode\": \"021 UK-24 BY 10\",\r\n  \"IsLineItemsUpdated\": false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/orders/update","description":"<p><strong>Overview</strong></p>\n<p>Updates an existing order in the Sprint API. This endpoint allows you to modify customer contact details, shipping address, special instructions, and (optionally) the individual line items in the order.</p>\n<p><strong>Authentication</strong></p>\n<p>This endpoint is secured. Typical usage in this collection assumes:</p>\n<ul>\n<li><p>An authenticated session or API credentials configured in the active environment (for example, username/password or an API key such as <code>BOLT_TEST_USER_KEY</code> / <code>BOLT_TEST_PASSWORD</code>).</p>\n</li>\n<li><p>Authentication headers or authorization helpers are applied at the collection or folder level and inherited by this request.</p>\n</li>\n</ul>\n<p>Ensure you have the correct environment selected (for example, <em>Staging</em>) and that authentication variables are populated before sending the request.</p>\n<p><strong>HTTP Request</strong></p>\n<ul>\n<li><p><strong>Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>URL:</strong> /<code>api/orders/update</code></p>\n</li>\n<li><p><strong>Body type:</strong> <code>raw</code> JSON</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body is a JSON object. Below is the structure based on the current example payload.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ExternalCustomerReference\": \"string\",\n  \"AttnOf\": \"string\",\n  \"Telephone\": \"string\",\n  \"EmailAddr\": \"string\",\n  \"Address1\": \"string\",\n  \"Address2\": \"string\",\n  \"Address3\": \"\",\n  \"State\": \"string\",\n  \"PostCode\": \"string\",\n  \"CountryID\": \"string\",\n  \"CountryCode\": \"string\",\n  \"SpecialInstructions\": \"string\",\n  \"PackingNote\": \"string\",\n  \"ServiceCode\": \"string\",\n  \"IsLineItemsUpdated\": bool,\n  \"StockOrderItems\": [\n    {\n      \"ProductID\": int,\n      \"SKU\": \"string\",\n      \"Quantity\": int,\n      \"Batch\": null,\n      \"Expiry\": null\n    },\n    {\n      \"ProductID\": int,\n      \"SKU\": \"string\",\n      \"Quantity\": int,\n      \"Batch\": null,\n      \"Expiry\": null\n    }\n  ]\n}\n\n</code></pre>\n<h4 id=\"top-level-fields\">Top-level fields</h4>\n<ul>\n<li><p><strong><code>ExternalCustomerReference</code></strong> <code>string</code><br />  Client-side or external system identifier that ties the order to a customer or upstream system. Used to locate and update the target order.</p>\n</li>\n<li><p><strong><code>AttnOf</code></strong> <code>string</code><br />  Contact name for the order (e.g., recipient or attention-of line on the label).</p>\n</li>\n<li><p><strong><code>Telephone</code></strong> <code>string</code><br />  Contact phone number for delivery questions or notifications. Include country code where applicable.</p>\n</li>\n<li><p><strong><code>EmailAddr</code></strong> <code>string</code><br />  Contact email for order or shipment notifications.</p>\n</li>\n<li><p><strong><code>Address1</code></strong> <code>string</code><br />  Primary address line (typically building number and street).</p>\n</li>\n<li><p><strong><code>Address2</code></strong> <code>string</code> (optional)<br />  Secondary address information (e.g., suite, apartment, floor).</p>\n</li>\n<li><p><strong><code>Address3</code></strong> <code>string</code> (optional)<br />  Additional address information when needed; can be empty.</p>\n</li>\n<li><p><strong><code>State</code></strong> <code>string</code><br />  State, province, or region of the delivery address.</p>\n</li>\n<li><p><strong><code>PostCode</code></strong> <code>string</code><br />  Postal/ZIP code for the delivery address.</p>\n</li>\n<li><p><strong><code>CountryID</code></strong> <code>string</code><br />  Internal country identifier (often a code used by the underlying system, for example <code>GB</code>).</p>\n</li>\n<li><p><strong><code>CountryCode</code></strong> <code>string</code><br />  Standardized country code (e.g., ISO 3166-1 alpha-3 such as <code>GBR</code>).</p>\n</li>\n<li><p><strong><code>SpecialInstructions</code></strong> <code>string</code> (optional)<br />  Free-text delivery instructions for the carrier (e.g., where to leave the package).</p>\n</li>\n<li><p><strong><code>PackingNote</code></strong> <code>string</code> (optional)<br />  Notes related to how items should be packed or handled.</p>\n</li>\n<li><p><strong><code>ServiceCode</code></strong> <code>string</code><br />  Code representing the shipping or service level for the order (e.g., next-day, timed delivery). Must match a supported service in your Sprint configuration.</p>\n</li>\n<li><p><strong><code>IsLineItemsUpdated</code></strong> <code>boolean</code><br />  Indicates whether the line items (<code>StockOrderItems</code>) are being updated with this request. When <code>true</code>, the API will process the provided items as an updated set.</p>\n</li>\n<li><p><strong><code>StockOrderItems</code></strong> <code>array (optional but recommended when `IsLineItemsUpdated` is `true`) Collection of line items in the order to be updated. #### `StockOrderItems[]` item fields Each object in `StockOrderItems` describes a single order line: - **`ProductID`** `number` Internal identifier of the product/stock item. - **`SKU`** `string` Stock-keeping unit code for the product. - **`Quantity`** `number` Quantity of this product on the order. - **`Batch`** `string|null` (optional) Batch or lot identifier, if applicable to your stock control; can be `null` if not used. - **`Expiry`** `string|null` (optional) Expiry date for perishable or regulated items, if required by your stock setup; can be `null` when not applicable.</code></p>\n</li>\n</ul>\n","urlObject":{"path":["api","orders","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"40262190-372e-46f9-882a-d1552a843f1d","name":"OrderUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ExternalCustomerReference\": \"MIKE 34\",\r\n  \"AttnOf\": \"John Doe\",\r\n  \"Telephone\": \"+441234567890\",\r\n  \"EmailAddr\": \"johndoe@example.com\",\r\n  \"Address1\": \"123 Main Street\",\r\n  \"Address2\": \"Suite 4B\",\r\n  \"Address3\": \"\",\r\n  \"State\": \"London\",\r\n  \"PostCode\": \"W1A 1AA\",\r\n  \"CountryID\": \"GB\",\r\n  \"CountryCode\": \"GBR\",\r\n  \"SpecialInstructions\": \"Leave at reception\",\r\n  \"PackingNote\": \"Fragile items - handle with care\",\r\n  \"ServiceCode\": \"021 UK-24 BY 10\",\r\n  \"IsLineItemsUpdated\": false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/orders/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/orders/update"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Jan 2026 09:58:58 GMT"},{"key":"Content-Length","value":"968"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"order updated sucessfully\",\n    \"Count\": 1,\n    \"Result\": {\n        \"AWB\": \"1213093879\",\n        \"Status\": \"AWAITING CHECK\",\n        \"OrderStatus\": \"RDYCHK\",\n        \"AttnOf\": \"John Doe\",\n        \"Telephone\": \"+441234567890\",\n        \"EmailAddr\": \"johndoe@example.com\",\n        \"CompanyName\": \"MIIIL\",\n        \"Address1\": \"123 Main Street\",\n        \"Address2\": \"Suite 4B\",\n        \"Address3\": \"\",\n        \"City\": \"Hayes\",\n        \"State\": \"London\",\n        \"PostCode\": \"W1A 1AA\",\n        \"CountryID\": null,\n        \"CountryName\": \"UK\",\n        \"CountryCode\": \"GBR\",\n        \"SpecialInstructions\": \"Leave at reception\",\n        \"PackingNote\": \"Fragile items - handle with care\",\n        \"CustomerRef1\": \"MIKE 34\",\n        \"CustomerRef2\": \"\",\n        \"Carrier\": \"Select\",\n        \"Tracking\": \"\",\n        \"CourierService\": null,\n        \"CreatedDate\": null,\n        \"ExpectedDeliveryDate\": null,\n        \"ExpectedShipmentDate\": null,\n        \"ReturnTracking\": null,\n        \"OrderType\": \"D2C\",\n        \"BrandName\": \"27\",\n        \"ServiceLevel\": \"021 UK-24 BY 10\",\n        \"IOSSNumber\": null,\n        \"IOSSCountryOfOrigin\": null,\n        \"FulfilledDate\": null,\n        \"OrderState\": \"normal\",\n        \"TrackingInfo\": null,\n        \"StockOrderItems\": [\n            {\n                \"SKU\": \"Charging Cable\",\n                \"Quantity\": 1,\n                \"Batch\": null,\n                \"Expiry\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"4d8462bc-39ce-454e-a944-1ca8fe332b4e"},{"name":"PauseUnPauseOrder","id":"b77fc2db-5bd9-4ba5-829f-c0e80d4ed293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ExternalCustomerReference\": \"MIKE 34\",\r\n  \"Reason\": \"Customer requested order hold\",\r\n  \"Flag\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/orders/state","description":"<h3 id=\"pause--unpause-order\">Pause / Unpause Order</h3>\n<p>This endpoint updates the processing state of an existing order by <strong>pausing or unpausing</strong> it based on the <code>Flag</code> value.</p>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>URL:</strong> <code>/api/orders/state</code></p>\n<p>Request Body</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ExternalCustomerReference\": \"string\",\n  \"Reason\": \"string\",\n  \"Flag\": int\n}\n\n</code></pre>\n<ul>\n<li><p><strong>ExternalCustomerReference</strong> <code>string</code><br />  Unique external identifier of the order whose state you want to change.</p>\n</li>\n<li><p><strong>Reason</strong> <code>string</code><br />  Human‑readable explanation for changing the order state (e.g., \"Customer requested order hold\"). This is typically logged/audited.</p>\n</li>\n<li><p><strong>Flag</strong> <code>integer</code><br />  Controls whether the order is <strong>paused</strong> or <strong>unpaused</strong>.</p>\n<p>  Typical behavior (based on current usage and naming):</p>\n<ul>\n<li><p>A value used in examples (e.g., <code>3</code>) appears to represent <strong>placing the order on hold / pause</strong>.</p>\n</li>\n<li><p>Other values may represent <strong>unpausing</strong> or additional states, but these are <strong>implementation‑specific</strong> to the backend service and not fully documented here.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","orders","state"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0c836a41-3335-49b3-82f5-f4f3528a7527","name":"PauseUnPauseOrder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ExternalCustomerReference\": \"MIKE 34\",\r\n  \"Reason\": \"Customer requested order hold\",\r\n  \"Flag\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/orders/state"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/orders/state"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Jan 2026 10:08:30 GMT"},{"key":"Content-Length","value":"125"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"order has been taken off hold successfully by BOLTTEST with reason: Customer requested order hold\"\n}"}],"_postman_id":"b77fc2db-5bd9-4ba5-829f-c0e80d4ed293"}],"id":"a39b3ada-a55a-47de-b58b-1e456f7a2472","event":[{"listen":"prerequest","script":{"id":"a19c648b-6d51-4995-85cf-9d7d55ec4fbc","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"c67b522a-382c-410b-87d6-ae4ea4e747ed","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"a39b3ada-a55a-47de-b58b-1e456f7a2472","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","type":"collection"}}},{"name":"Product","item":[{"name":"GetProductByID","id":"0e7e994d-1b1a-4d47-bab7-13752523ede3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/product","description":"<p>Retrieves a single product from the Sprint Products API using its internal <strong>product ID.</strong></p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><code>GET /api/product?ID=GuidID as string value</code></p>\n<p>This request is the <strong>ID-based variant</strong> of the product lookups, complementing:</p>\n<ul>\n<li><code>GetProductById</code> – looks up by product by id only.</li>\n</ul>\n<p>Use <strong><code>GetProductByID</code></strong> when you know the internal guid product ID and want the details for that specific product.</p>\n<hr />\n<h2 id=\"query-parameters\">Query parameters</h2>\n<p>All parameters are sent as query string values on <code>/api/product</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ID</code></td>\n<td>string (Guid)</td>\n<td>Yes (for this request)</td>\n<td>696ac91c-1a0f-480f-ac91-bd7a3cff5331</td>\n<td>Internal Sprint product identifier. Exactly one product is returned for a valid ID.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"authentication\">Authentication</h2>\n<p>This request uses <strong>HTTP Basic Authentication</strong>, consistent with the rest of the <strong>Sprint Api Documentation</strong> collection:</p>\n<ul>\n<li><p><strong>Username:</strong> <code>{{api_key}}</code></p>\n</li>\n<li><p><strong>Password:</strong> <code>{{api_password}}</code></p>\n</li>\n</ul>\n<h2 id=\"typical-usage\">Typical usage</h2>\n<ul>\n<li>Fetch full details for a specific product when you already know its internal ID.</li>\n</ul>\n<p>The response shape is consistent with other endpoints in this collection and is typically wrapped in the standard model response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": bool,\n  \"Message\": \"string\",\n  \"Count\": int,\n  \"Result\": [\n    {\n      // product fields (ID, SKU, description, stock, etc.)\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"example-request\">Example Request</h2>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET {{URL}}/api/product?ID=6F7894CA-6CDA-43DF-BD41-5ECA361F9A6A\nAuthorization: Basic adsfasfasdfasd\n\n</code></pre><p><strong>Query Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ID</code></td>\n<td><code>6F7894CA-6CDA-43DF-BD41-5ECA361F9A6A</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response\">Response</h3>\n<p><strong>Status:</strong> <code>200 OK</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": true,\n  \"Message\": \"Success\",\n  \"Count\": 0,\n  \"Result\": {\n    \"ID\": 1118700,\n    \"ProductId\": \"6f7894ca-6cda-43df-bd41-5eca361f9a6a\",\n    \"SKU\": \"008748334\",\n    \"Date\": \"2025-04-25T11:46:30.07\",\n    \"MinimumStockLevel\": null,\n    \"ProductDescription\": \"test Product Added as new\",\n    \"ItemsPerCase\": null,\n    \"Weight\": null,\n    \"Height\": null,\n    \"Width\": null,\n    \"Length\": null,\n    \"Barcode\": null,\n    \"IsActive\": true,\n    \"WarehouseStock\": []\n  }\n}\n\n</code></pre>\n<h4 id=\"response-property-reference\">Response Property Reference</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Status</code></td>\n<td>bool</td>\n<td><code>true</code> if the request succeeded, <code>false</code> otherwise.</td>\n</tr>\n<tr>\n<td><code>Message</code></td>\n<td>string</td>\n<td>Human-readable outcome message (e.g. <code>\"Success\"</code>).</td>\n</tr>\n<tr>\n<td><code>Count</code></td>\n<td>int</td>\n<td>Number of results returned.</td>\n</tr>\n<tr>\n<td><code>ID</code></td>\n<td>int</td>\n<td><strong>Legacy integer product ID.</strong> This field is deprecated and will be removed in a future version. Use <code>ProductId</code> (GUID) for all new integrations.</td>\n</tr>\n<tr>\n<td><code>ProductId</code></td>\n<td>string (Guid)</td>\n<td>The canonical product identifier — this is the same GUID you passed as the <code>ID</code> query parameter. Use this field going forward as <code>Result.ID</code> (integer) is being phased out.</td>\n</tr>\n<tr>\n<td><code>SKU</code></td>\n<td>string</td>\n<td>Stock Keeping Unit code for the product.</td>\n</tr>\n<tr>\n<td><code>Date</code></td>\n<td>string (ISO 8601)</td>\n<td>Date the product record was created or last modified.</td>\n</tr>\n<tr>\n<td><code>MinimumStockLevel</code></td>\n<td>int</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>ProductDescription</code></td>\n<td>string</td>\n<td>Human-readable description of the product.</td>\n</tr>\n<tr>\n<td><code>ItemsPerCase</code></td>\n<td>int</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>Weight</code></td>\n<td>decimal</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>Height</code></td>\n<td>decimal</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>Width</code></td>\n<td>decimal</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>Length</code></td>\n<td>decimal</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>Barcode</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>IsActive</code></td>\n<td>bool</td>\n<td>Whether the product is currently active in the system.</td>\n</tr>\n<tr>\n<td><code>WarehouseStock</code></td>\n<td>array</td>\n<td>List of warehouse stock entries for this product. Empty array if no stock records exist.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>ID vs ProductId:</strong> The <code>ID</code> query parameter (a GUID string) maps directly to <code>ProductId</code> in the response. The integer <code>ID</code> field in response payload is a legacy identifier that is being phased out — avoid building new logic against it and prefer <code>ProductId</code> instead.</p>\n</blockquote>\n","urlObject":{"path":["api","product"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e7e994d-1b1a-4d47-bab7-13752523ede3"},{"name":"GetProductBySku","id":"6da08fc0-dd84-4d72-abf9-c48d2f490eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/product","description":"<p>Retrieves products from the Sprint Products API using a <strong>SKU</strong>.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><code>GET /api/product?sku={sku}</code></p>\n<p>Use <strong><code>GetProductBySku</code></strong> when you know the product <strong>SKU</strong> and want to retrieve the details for that specific product.</p>\n<hr />\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>All parameters are sent as query string values on <code>/api/product?sku={sku}</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sku</code></td>\n<td>string</td>\n<td>Yes</td>\n<td><code>12006</code></td>\n<td>The product SKU to look up. Returns the matching product(s) for the given SKU.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This request uses <strong>HTTP Basic Authentication</strong>, consistent with the rest of the <strong>Sprint Api Documentation</strong> collection:</p>\n<ul>\n<li><p><strong>Username:</strong> <code>{{api_key}}</code></p>\n</li>\n<li><p><strong>Password:</strong> <code>{{api_password}}</code></p>\n</li>\n</ul>\n<p>The Authorization header is sent in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Basic &lt;base64(username:password)&gt;\n\n</code></pre>\n<hr />\n<h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-antlr4\">GET /api/product/productsbysku?sku=12006 HTTP/1.1\nHost: {{URL}}\nAuthorization: Basic &lt;base64(username:password)&gt;\n\n</code></pre>\n<hr />\n<h2 id=\"example-response\">Example Response</h2>\n<p><strong>Status:</strong> <code>200 OK</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": true,\n  \"Message\": \"Success\",\n  \"Count\": 165,\n  \"Result\": [\n    {\n      \"ID\": 1118700,\n      \"ProductId\": \"6F7894CA-6CDA-43DF-BD41-5ECA361F9A6A\",\n      \"SKU\": \"008748334\",\n      \"Date\": \"2025-04-25 11:46:30\",\n      \"MinimumStockLevel\": 0,\n      \"ProductDescription\": \"test Product Added as new\",\n      \"ItemsPerBox\": null,\n      \"ProductCategory\": null,\n      \"SubCategory\": null,\n      \"UnitValue\": null,\n      \"Language\": null,\n      \"UnitWeightGrams\": null,\n      \"HsCodes\": null,\n      \"CountryOfOrigin\": null,\n      \"BatchCode\": null,\n      \"ExpiryDate\": null,\n      \"BatchExpiry\": [\n        {\n          \"BatchCode\": null,\n          \"ExpiryDate\": null,\n          \"QtyAvailable\": 0,\n          \"TrackingNumber\": null,\n          \"Status\": null\n        }\n      ],\n      \"LastUpdatedOn\": \"2025-06-16T13:28:04\",\n      \"ReplenishmentDate\": null,\n      \"Notes\": \"\",\n      \"QtyAvailable\": 0,\n      \"NonSellableQuantity\": 0,\n      \"ShortStatus\": null,\n      \"IsBatchCodeReq\": false\n    },\n    {\n      \"ID\": 1137449,\n      \"ProductId\": \"8DC062D3-2FD4-4BA0-BA55-349FDF00B320\",\n      \"SKU\": \"12006\",\n      \"Date\": \"2025-12-23 11:38:15\",\n      \"MinimumStockLevel\": 0,\n      \"ProductDescription\": \"12006\",\n      \"ItemsPerBox\": null,\n      \"ProductCategory\": null,\n      \"SubCategory\": null,\n      \"UnitValue\": \"0.00\",\n      \"Language\": null,\n      \"UnitWeightGrams\": null,\n      \"HsCodes\": \"\",\n      \"CountryOfOrigin\": null,\n      \"BatchCode\": null,\n      \"ExpiryDate\": null,\n      \"BatchExpiry\": [\n        {\n          \"BatchCode\": null,\n          \"ExpiryDate\": null,\n          \"QtyAvailable\": 0,\n          \"TrackingNumber\": null,\n          \"Status\": null\n        }\n      ],\n      \"LastUpdatedOn\": \"2025-12-23T13:54:50\",\n      \"ReplenishmentDate\": null,\n      \"Notes\": \"\",\n      \"QtyAvailable\": 0,\n      \"NonSellableQuantity\": 0,\n      \"ShortStatus\": null,\n      \"IsBatchCodeReq\": false\n    },\n    {\n      \"ID\": 1066198,\n      \"ProductId\": \"18F9DFD0-F91E-4914-B0E9-9AD299B71F43\",\n      \"SKU\": \"5713504000118\",\n      \"Date\": \"2024-05-08 00:35:18\",\n      \"MinimumStockLevel\": 0,\n      \"ProductDescription\": \"CU Backrest Wide Track\",\n      \"ItemsPerBox\": null,\n      \"ProductCategory\": null,\n      \"SubCategory\": null,\n      \"UnitValue\": \"0.00\",\n      \"Language\": null,\n      \"UnitWeightGrams\": null,\n      \"HsCodes\": null,\n      \"CountryOfOrigin\": null,\n      \"BatchCode\": null,\n      \"ExpiryDate\": null,\n      \"BatchExpiry\": [\n        {\n          \"BatchCode\": null,\n          \"ExpiryDate\": null,\n          \"QtyAvailable\": 191,\n          \"TrackingNumber\": null,\n          \"Status\": null\n        },\n        {\n          \"BatchCode\": null,\n          \"ExpiryDate\": null,\n          \"QtyAvailable\": 1,\n          \"TrackingNumber\": 66749,\n          \"Status\": null\n        }\n      ],\n      \"LastUpdatedOn\": \"2025-09-23T06:04:06\",\n      \"ReplenishmentDate\": null,\n      \"Notes\": \"\",\n      \"QtyAvailable\": 356,\n      \"NonSellableQuantity\": 0,\n      \"ShortStatus\": null,\n      \"IsBatchCodeReq\": false\n    }\n    // ... additional results truncated (165 total)\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response-fields\">Response Fields</h2>\n<h3 id=\"top-level\">Top-level</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Status</code></td>\n<td>boolean</td>\n<td><code>true</code> if the request was successful, <code>false</code> otherwise.</td>\n</tr>\n<tr>\n<td><code>Message</code></td>\n<td>string</td>\n<td>Human-readable status message (e.g. <code>\"Success\"</code>).</td>\n</tr>\n<tr>\n<td><code>Count</code></td>\n<td>integer</td>\n<td>Total number of products returned in the <code>Result</code> array.</td>\n</tr>\n<tr>\n<td><code>Result</code></td>\n<td>array</td>\n<td>List of product objects matching the query.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"result-object\">Result Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ID</code></td>\n<td>integer</td>\n<td>Internal numeric identifier for the product record.</td>\n</tr>\n<tr>\n<td><code>ProductId</code></td>\n<td>string (UUID)</td>\n<td>Unique product identifier (GUID format).</td>\n</tr>\n<tr>\n<td><code>SKU</code></td>\n<td>string</td>\n<td>Stock Keeping Unit — the product's unique code used for inventory tracking.</td>\n</tr>\n<tr>\n<td><code>Date</code></td>\n<td>string (datetime)</td>\n<td>Date the product was created or first recorded.</td>\n</tr>\n<tr>\n<td><code>MinimumStockLevel</code></td>\n<td>integer</td>\n<td>The minimum quantity that should be maintained in stock.</td>\n</tr>\n<tr>\n<td><code>ProductDescription</code></td>\n<td>string</td>\n<td>Human-readable name or description of the product.</td>\n</tr>\n<tr>\n<td><code>ItemsPerBox</code></td>\n<td>integer / null</td>\n<td>Number of individual items packed per box. <code>null</code> if not set.</td>\n</tr>\n<tr>\n<td><code>ProductCategory</code></td>\n<td>string / null</td>\n<td>Top-level category the product belongs to. <code>null</code> if not categorised.</td>\n</tr>\n<tr>\n<td><code>SubCategory</code></td>\n<td>string / null</td>\n<td>Sub-category under the main product category. <code>null</code> if not set.</td>\n</tr>\n<tr>\n<td><code>UnitValue</code></td>\n<td>string / null</td>\n<td>Monetary value per unit (as a string-encoded decimal). <code>null</code> if not set.</td>\n</tr>\n<tr>\n<td><code>Language</code></td>\n<td>string / null</td>\n<td>Language code associated with the product. <code>null</code> if not applicable.</td>\n</tr>\n<tr>\n<td><code>UnitWeightGrams</code></td>\n<td>integer / null</td>\n<td>Weight of a single unit in grams. <code>null</code> if not set.</td>\n</tr>\n<tr>\n<td><code>HsCodes</code></td>\n<td>string / null</td>\n<td>Harmonised System (HS) tariff code for customs/shipping. <code>null</code> if not set.</td>\n</tr>\n<tr>\n<td><code>CountryOfOrigin</code></td>\n<td>string / null</td>\n<td>ISO country code indicating where the product was manufactured. <code>null</code> if not set.</td>\n</tr>\n<tr>\n<td><code>BatchCode</code></td>\n<td>string / null</td>\n<td>Batch identifier at the product level. <code>null</code> if batch tracking is not enabled.</td>\n</tr>\n<tr>\n<td><code>ExpiryDate</code></td>\n<td>string / null</td>\n<td>Expiry date at the product level. <code>null</code> if not applicable.</td>\n</tr>\n<tr>\n<td><code>BatchExpiry</code></td>\n<td>array</td>\n<td>List of batch-level stock entries. Each entry contains <code>BatchCode</code>, <code>ExpiryDate</code>, <code>QtyAvailable</code>, <code>TrackingNumber</code>, and <code>Status</code>.</td>\n</tr>\n<tr>\n<td><code>LastUpdatedOn</code></td>\n<td>string (ISO 8601)</td>\n<td>Timestamp of the last update to this product record.</td>\n</tr>\n<tr>\n<td><code>ReplenishmentDate</code></td>\n<td>string / null</td>\n<td>Expected date for stock replenishment. <code>null</code> if not scheduled.</td>\n</tr>\n<tr>\n<td><code>Notes</code></td>\n<td>string</td>\n<td>Free-text notes associated with the product. Empty string if none.</td>\n</tr>\n<tr>\n<td><code>QtyAvailable</code></td>\n<td>integer</td>\n<td>Total quantity currently available for sale/dispatch.</td>\n</tr>\n<tr>\n<td><code>NonSellableQuantity</code></td>\n<td>integer</td>\n<td>Quantity that is in stock but not available for sale (e.g. damaged, reserved).</td>\n</tr>\n<tr>\n<td><code>ShortStatus</code></td>\n<td>string / null</td>\n<td>Short status label for the product (e.g. low stock indicator). <code>null</code> if not set.</td>\n</tr>\n<tr>\n<td><code>IsBatchCodeReq</code></td>\n<td>boolean</td>\n<td>Whether a batch code is required when processing this product.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"batchexpiry-object\">BatchExpiry Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BatchCode</code></td>\n<td>string / null</td>\n<td>Identifier for this specific batch. <code>null</code> if not tracked.</td>\n</tr>\n<tr>\n<td><code>ExpiryDate</code></td>\n<td>string / null</td>\n<td>Expiry date for this batch. <code>null</code> if not applicable.</td>\n</tr>\n<tr>\n<td><code>QtyAvailable</code></td>\n<td>integer</td>\n<td>Quantity available within this specific batch.</td>\n</tr>\n<tr>\n<td><code>TrackingNumber</code></td>\n<td>integer / null</td>\n<td>Shipment or tracking reference for this batch. <code>null</code> if not available.</td>\n</tr>\n<tr>\n<td><code>Status</code></td>\n<td>string / null</td>\n<td>Status of this batch entry. <code>null</code> if not set.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","product"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6da08fc0-dd84-4d72-abf9-c48d2f490eac"},{"name":"Product List","id":"f12383b0-40f9-4e1f-95d8-290d5350e28c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/product","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Product List</strong> endpoint retrieves a paginated list of products from the Sprint API. It supports filtering by SKU, product ID, and last-updated timestamps, making it suitable for both full product syncs and incremental delta updates.</p>\n<hr />\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET {{URL}}/api/product\n\n</code></pre><hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires <strong>Basic Authentication</strong>. Encode your credentials and pass them in the <code>Authorization</code> header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Basic {{api_key}}:{{api_password}}\n\n</code></pre>\n<blockquote>\n<p>Credentials are Base64-encoded in the format <code>api_key:api_password</code>. Ensure your credentials are kept secure and never exposed in client-side code. </p>\n</blockquote>\n<hr />\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>number</td>\n<td>Optional</td>\n<td>Page index for pagination. Starts at <code>1</code>.</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>pagesize</code></td>\n<td>number</td>\n<td>Optional</td>\n<td>Number of products to return per page.</td>\n<td><code>50</code>, <code>500</code></td>\n</tr>\n<tr>\n<td><code>lastUpdatedOn</code></td>\n<td>string (ISO 8601 datetime)</td>\n<td>Optional</td>\n<td>Returns products updated <strong>on or after</strong> this timestamp.</td>\n<td><code>2025-08-19T10:00:29</code></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>All query parameters are optional and can be combined. For large catalogs, always use <code>page</code> and <code>pagesize</code> together to paginate through results efficiently. </p>\n</blockquote>\n<hr />\n<h2 id=\"sample-request\">Sample Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-antlr4\">GET {{URL}}/api/product?page=1&amp;pagesize=1&amp;lastUpdatedOn=2025-08-19T10:00:29\n\n</code></pre>\n<hr />\n<h2 id=\"sample-response\">Sample Response</h2>\n<p><strong>Status:</strong> <code>200 OK</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": true,\n  \"Message\": \"Success\",\n  \"Count\": 165,\n  \"Result\": [\n    {\n      \"ID\": 1137449,\n      \"ProductId\": \"8DC062D3-2FD4-4BA0-BA55-349FDF00B320\",\n      \"SKU\": \"12006\",\n      \"Date\": \"2025-12-23 11:38:15\",\n      \"MinimumStockLevel\": 0,\n      \"ProductDescription\": \"12006\",\n      \"ItemsPerBox\": null,\n      \"ProductCategory\": null,\n      \"SubCategory\": null,\n      \"UnitValue\": \"0.00\",\n      \"Language\": null,\n      \"UnitWeightGrams\": null,\n      \"HsCodes\": \"\",\n      \"CountryOfOrigin\": null,\n      \"BatchCode\": null,\n      \"ExpiryDate\": null,\n      \"BatchExpiry\": [\n        {\n          \"BatchCode\": null,\n          \"ExpiryDate\": null,\n          \"QtyAvailable\": 0,\n          \"TrackingNumber\": null,\n          \"Status\": null\n        }\n      ],\n      \"LastUpdatedOn\": \"2025-12-23T13:54:50\",\n      \"ReplenishmentDate\": null,\n      \"Notes\": \"\",\n      \"QtyAvailable\": 0,\n      \"NonSellableQuantity\": 0,\n      \"ShortStatus\": null,\n      \"IsBatchCodeReq\": false\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response-fields\">Response Fields</h2>\n<h3 id=\"top-level-fields\">Top-Level Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Status</code></td>\n<td>boolean</td>\n<td>Indicates whether the request was successful.</td>\n</tr>\n<tr>\n<td><code>Message</code></td>\n<td>string</td>\n<td>Human-readable status message (e.g., <code>\"Success\"</code>).</td>\n</tr>\n<tr>\n<td><code>Count</code></td>\n<td>integer</td>\n<td>Total number of products matching the filter criteria across <strong>all pages</strong>.</td>\n</tr>\n<tr>\n<td><code>Result</code></td>\n<td>array</td>\n<td>Array of product objects returned for the current page.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"result--product-object-fields\"><code>Result[]</code> — Product Object Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ID</code></td>\n<td>integer</td>\n<td>Internal numeric product ID.</td>\n</tr>\n<tr>\n<td><code>ProductId</code></td>\n<td>string (GUID)</td>\n<td>Unique product identifier (GUID).</td>\n</tr>\n<tr>\n<td><code>SKU</code></td>\n<td>string</td>\n<td>Stock Keeping Unit code.</td>\n</tr>\n<tr>\n<td><code>Date</code></td>\n<td>string (datetime)</td>\n<td>Product creation or record date.</td>\n</tr>\n<tr>\n<td><code>MinimumStockLevel</code></td>\n<td>integer</td>\n<td>Minimum stock threshold for the product.</td>\n</tr>\n<tr>\n<td><code>ProductDescription</code></td>\n<td>string</td>\n<td>Descriptive name or label for the product.</td>\n</tr>\n<tr>\n<td><code>ItemsPerBox</code></td>\n<td>integer</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>ProductCategory</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>SubCategory</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>UnitValue</code></td>\n<td>string (decimal)</td>\n<td>Declared unit value of the product.</td>\n</tr>\n<tr>\n<td><code>UnitWeightGrams</code></td>\n<td>integer</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>HsCodes</code></td>\n<td>string</td>\n<td>Harmonized System (HS) codes for customs/trade classification.</td>\n</tr>\n<tr>\n<td><code>CountryOfOrigin</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>BatchCode</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>ExpiryDate</code></td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>BatchExpiry</code></td>\n<td>array</td>\n<td>List of batch expiry details including available quantity and tracking number.</td>\n</tr>\n<tr>\n<td><code>LastUpdatedOn</code></td>\n<td>string (ISO 8601)</td>\n<td>Timestamp of the last update to this product record.</td>\n</tr>\n<tr>\n<td><code>QtyAvailable</code></td>\n<td>integer</td>\n<td>Current sellable quantity available in stock.</td>\n</tr>\n<tr>\n<td><code>NonSellableQuantity</code></td>\n<td>integer</td>\n<td>Quantity that is in stock but not available for sale.</td>\n</tr>\n<tr>\n<td><code>IsBatchCodeReq</code></td>\n<td>boolean</td>\n<td>Whether a batch code is required for this product.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"notes--tips\">Notes &amp; Tips</h2>\n<ul>\n<li><p><strong>Pagination:</strong> The <code>Count</code> field reflects the <strong>total</strong> number of matching records, not just the current page. Use it alongside <code>pagesize</code> to calculate the total number of pages: <code>totalPages = Math.ceil(Count / pagesize)</code>.</p>\n</li>\n<li><p><strong>Delta Sync:</strong> Use <code>lastUpdatedOn</code> or <code>LastUpdatedOn</code> to fetch only products that have changed since your last sync, reducing payload size and improving performance.</p>\n</li>\n<li><p><strong>Filtering:</strong> <code>sku</code> and <code>ID</code> filters are useful for looking up a specific product without fetching the full list.</p>\n</li>\n<li><p><strong>Stock Availability:</strong> Use <code>QtyAvailable</code> for sellable stock. <code>NonSellableQuantity</code> represents stock that is physically present but not available for orders (e.g., quarantined or reserved).</p>\n</li>\n<li><p><strong>Batch-Tracked Products:</strong> If <code>IsBatchCodeReq</code> is <code>true</code>, the product requires a batch code for fulfilment. Check the <code>BatchExpiry</code> array for batch-level availability and expiry details.</p>\n</li>\n<li><p><strong>Authentication:</strong> Credentials must be Base64-encoded. Use environment variables <code>{{api_key}}</code> and <code>{{api_password}}</code> to avoid hardcoding sensitive values.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","product"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f12383b0-40f9-4e1f-95d8-290d5350e28c"},{"name":"Product Create","id":"db77d404-f63b-491b-af0f-4a11fd64d675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ProductDescription\": \"Batch Code Testing\",\r\n  \"ProductCode\": \"TestProduct_Sendoso1\",\r\n  \"UnitValue\": 19.95,\r\n  \"Notes\": \"Fragile – handle with care\",\r\n  \"HSCodes\": \"84711212130\",\r\n  \"CountryOfOrigin\": \"GBR\",\r\n  \"Barcode\": \"5901234123457\",\r\n  \"IsBatchCodeReq\":true,\r\n  \"BatchCode\":\"21212\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/product/create","description":"<h2 id=\"overview\">Overview</h2>\n<p>Creates a new product in the Sprint API. Use this endpoint to register a product that can later be referenced in orders, shipments, or inventory flows.</p>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires <strong>Basic Authentication</strong>.</p>\n<p>Credentials are provided via environment variables:</p>\n<ul>\n<li><p><strong>Username:</strong> <code>{{BOLT_TEST_USER_KEY}}</code></p>\n</li>\n<li><p><strong>Password:</strong> <code>{{BOLT_TEST_PASSWORD}}</code></p>\n</li>\n</ul>\n<p>The encoded credentials must be sent in the <code>Authorization</code> header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Basic &lt;base64(username:password)&gt;\n\n</code></pre>\n<hr />\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Method</strong></td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td><strong>URL</strong></td>\n<td><code>{{URL}}/api/product/create</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>Basic</code></td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body-fields\">Request Body Fields</h2>\n<p>All fields are sent as a JSON object in the request body.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductDescription</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Human-readable description/name of the product.</td>\n</tr>\n<tr>\n<td><code>ProductCode</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Unique code/SKU that identifies the product in your system.</td>\n</tr>\n<tr>\n<td><code>UnitValue</code></td>\n<td>number (decimal)</td>\n<td><strong>Required</strong></td>\n<td>Monetary value of a single unit. Used for billing and customs declarations.</td>\n</tr>\n<tr>\n<td><code>Notes</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Free-form text for internal notes or special handling instructions.</td>\n</tr>\n<tr>\n<td><code>HSCodes</code></td>\n<td>string</td>\n<td>Optional <em>(recommended for international shipping)</em></td>\n<td>Harmonized System (HS) code(s) for customs classification.</td>\n</tr>\n<tr>\n<td><code>CountryOfOrigin</code></td>\n<td>string</td>\n<td>Optional <em>(recommended for customs)</em></td>\n<td>ISO 3166-1 alpha-3 country code where the product is manufactured or originates.</td>\n</tr>\n<tr>\n<td><code>Barcode</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Product barcode value (e.g., EAN, UPC).</td>\n</tr>\n<tr>\n<td><code>IsBatchCodeReq</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Indicates whether a batch/lot code is required when referencing this product (for traceability). <code>true</code> = batch code required, <code>false</code> = not required.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ProductDescription\": \"Batch Code Testing\",\n  \"ProductCode\": \"TestProduct_Sendoso1\",\n  \"UnitValue\": 19.95,\n  \"Notes\": \"Fragile – handle with care\",\n  \"HSCodes\": \"84711212130\",\n  \"CountryOfOrigin\": \"GBR\",\n  \"Barcode\": \"5901234123457\",\n  \"IsBatchCodeReq\": true,\n  \"BatchCode\": \"21212\"\n}\n\n</code></pre>\n<hr />\n<h2 id=\"example-response\">Example Response</h2>\n<p><strong>Status:</strong> <code>200 OK</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": true,\n  \"Message\": \"Success\",\n  \"Count\": 1,\n  \"Result\": {\n    \"ID\": \"c7ee2c69-4d60-4c36-a7ac-0c076c942036\",\n    \"ProductDescription\": \"Batch Code Testing\",\n    \"SKU\": \"Test001\",\n    \"UnitValue\": 19.95,\n    \"Notes\": \"Fragile – handle with care\",\n    \"HsCodes\": \"84711212130\",\n    \"CountryOfOrigin\": \"GBR\",\n    \"UnitWeightGrams\": 0,\n    \"Barcode\": \"5901234123457\"\n  }\n}\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Status</code></td>\n<td>boolean</td>\n<td><code>true</code> if the request was successful.</td>\n</tr>\n<tr>\n<td><code>Message</code></td>\n<td>string</td>\n<td>Human-readable status message (e.g., <code>\"Success\"</code>).</td>\n</tr>\n<tr>\n<td><code>Count</code></td>\n<td>number</td>\n<td>Number of records created (typically <code>1</code>).</td>\n</tr>\n<tr>\n<td><code>Result.ID</code></td>\n<td>string (UUID)</td>\n<td>Unique identifier generated for the created product. Use this in subsequent API calls.</td>\n</tr>\n<tr>\n<td><code>Result.ProductDescription</code></td>\n<td>string</td>\n<td>The description provided in the request.</td>\n</tr>\n<tr>\n<td><code>Result.SKU</code></td>\n<td>string</td>\n<td>The SKU/product code assigned to the product.</td>\n</tr>\n<tr>\n<td><code>Result.UnitValue</code></td>\n<td>number</td>\n<td>The declared unit value of the product.</td>\n</tr>\n<tr>\n<td><code>Result.Notes</code></td>\n<td>string</td>\n<td>Notes or handling instructions provided in the request.</td>\n</tr>\n<tr>\n<td><code>Result.HsCodes</code></td>\n<td>string</td>\n<td>HS code(s) provided for customs classification.</td>\n</tr>\n<tr>\n<td><code>Result.CountryOfOrigin</code></td>\n<td>string</td>\n<td>ISO 3166-1 alpha-3 country code of origin.</td>\n</tr>\n<tr>\n<td><code>Result.UnitWeightGrams</code></td>\n<td>number</td>\n<td>Weight of the product in grams. Defaults to <code>0</code>; may be updated separately.</td>\n</tr>\n<tr>\n<td><code>Result.Barcode</code></td>\n<td>string</td>\n<td>Barcode value associated with the product.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"notes--tips\">Notes &amp; Tips</h2>\n<ul>\n<li><p><code>ProductCode</code> must be unique — submitting a duplicate code may result in an error.</p>\n</li>\n<li><p>Provide <code>HSCodes</code> and <code>CountryOfOrigin</code> for any products intended for international shipping to avoid customs delays.</p>\n</li>\n<li><p><code>BatchCode</code> <strong>must</strong> be included in the request body when <code>IsBatchCodeReq</code> is set to <code>true</code>.</p>\n</li>\n<li><p><code>UnitWeightGrams</code> is returned in the response but is not a request field — it defaults to <code>0</code> and can be updated via a separate endpoint.</p>\n</li>\n<li><p>The <code>Result.ID</code> (UUID) returned in the response uniquely identifies the created product and should be stored for use in subsequent API calls (e.g., order creation, shipment referencing).</p>\n</li>\n</ul>\n","urlObject":{"path":["api","product","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db77d404-f63b-491b-af0f-4a11fd64d675"},{"name":"Product Update","id":"98c17980-7290-4b7d-a9ac-8571991c9035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ProductID\": \"6F7894CA-6CDA-43DF-BD41-5ECA361F9A6A\",\r\n  \"HsCode\": \"abcv\",\r\n  \"CountryOfOrigin\": \"GB\",\r\n  \"ProductDescription\": \"this is testing\",\r\n  \"UnitValue\": \"1.4\",\r\n  \"Notes\": \"this is notes\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/product/update","description":"<h2 id=\"overview\">Overview</h2>\n<p>Updates customs and commercial details for an existing product record. Use this endpoint when you need to modify a product's HS code, country of origin, declared unit value, description, or notes — for example, before including the product in an international shipment.</p>\n<blockquote>\n<p><strong>Note:</strong> This endpoint updates customs/commercial attributes only. To create a new product, use <strong>Product Create</strong> (<code>POST /api/product/create</code>). To look up a product, use <strong>GetProductByID</strong> or <strong>GetProductBySku</strong>. </p>\n</blockquote>\n<hr />\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PUT {{URL}}/api/product/update\n\n</code></pre><hr />\n<hr />\n<h2 id=\"request-details\">Request Details</h2>\n<p>Send a JSON object with the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductID</code></td>\n<td>string (UUID)</td>\n<td><strong>Required</strong></td>\n<td>The unique GUID identifier of the product to update. Obtain this from <strong>GetProductByID</strong>, <strong>GetProductBySku</strong>, or the <strong>Product Create</strong> response (<code>Result.ID</code>).</td>\n</tr>\n<tr>\n<td><code>HsCode</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Harmonized System (HS) tariff code for customs classification (e.g., <code>\"84711212130\"</code>).</td>\n</tr>\n<tr>\n<td><code>CountryOfOrigin</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>ISO country code indicating where the product is manufactured or originates (e.g., <code>\"GB\"</code>). Note: <strong>Product Create</strong> accepts ISO 3166-1 alpha-3 (e.g., <code>\"GBR\"</code>); this endpoint uses alpha-2 (e.g., <code>\"GB\"</code>).</td>\n</tr>\n<tr>\n<td><code>ProductDescription</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Plain-text description of the product as it should appear on customs/commercial documentation.</td>\n</tr>\n<tr>\n<td><code>UnitValue</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Declared customs value per unit (string-encoded decimal, e.g., <code>\"1.4\"</code>). Typically in the account's default currency.</td>\n</tr>\n<tr>\n<td><code>Notes</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Free-text notes about the product or its customs handling.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ProductID\": \"6F7894CA-6CDA-43DF-BD41-5ECA361F9A6A\",\n  \"HsCode\": \"abcv\",\n  \"CountryOfOrigin\": \"GB\",\n  \"ProductDescription\": \"this is testing\",\n  \"UnitValue\": \"1.4\",\n  \"Notes\": \"this is notes\"\n}\n\n</code></pre>\n<hr />\n<h2 id=\"example-response\">Example Response</h2>\n<p><strong>Status:</strong> <code>200 OK</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": true,\n  \"Message\": \"Success\",\n  \"Count\": 1,\n  \"Result\": {\n    \"ID\": 1118700,\n    \"ProductId\": \"6f7894ca-6cda-43df-bd41-5eca361f9a6a\",\n    \"SKU\": \"008748334\",\n    \"Date\": \"2025-04-25T11:46:30.07\",\n    \"MinimumStockLevel\": null,\n    \"ProductDescription\": \"this is testing\",\n    \"ItemsPerBox\": null,\n    \"ProductCategory\": \"\",\n    \"UnitValue\": \"1.40\",\n    \"Language\": \"\",\n    \"CostCentre\": \"\",\n    \"UnitWeightGrams\": null,\n    \"Misc1\": null,\n    \"Misc2\": null,\n    \"BatchNExpiry\": [],\n    \"LastUpdatedOn\": \"2026-03-17T16:33:27.297\",\n    \"Notes\": \"this is notes\",\n    \"TotalQuantity\": 0,\n    \"AvailableQuantity\": 0,\n    \"NonSellableQuantity\": 0,\n    \"CountryOfOrigin\": null,\n    \"HsCodes\": null,\n    \"ProductTrackingNo\": null\n  }\n}\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Status</code></td>\n<td>boolean</td>\n<td><code>true</code> if the update was successful.</td>\n</tr>\n<tr>\n<td><code>Message</code></td>\n<td>string</td>\n<td>Human-readable status message (e.g., <code>\"Success\"</code>).</td>\n</tr>\n<tr>\n<td><code>Count</code></td>\n<td>integer</td>\n<td>Number of records updated (typically <code>1</code>).</td>\n</tr>\n<tr>\n<td><code>Result</code></td>\n<td>object</td>\n<td>The full updated product record.</td>\n</tr>\n<tr>\n<td><code>Result.ID</code></td>\n<td>integer</td>\n<td>Internal numeric product ID.</td>\n</tr>\n<tr>\n<td><code>Result.ProductId</code></td>\n<td>string (UUID)</td>\n<td>Unique product identifier (GUID).</td>\n</tr>\n<tr>\n<td><code>Result.SKU</code></td>\n<td>string</td>\n<td>Stock Keeping Unit code.</td>\n</tr>\n<tr>\n<td><code>Result.Date</code></td>\n<td>string (ISO 8601)</td>\n<td>Product creation date.</td>\n</tr>\n<tr>\n<td><code>Result.ProductDescription</code></td>\n<td>string</td>\n<td>Updated product description.</td>\n</tr>\n<tr>\n<td><code>Result.UnitValue</code></td>\n<td>string</td>\n<td>Updated declared unit value.</td>\n</tr>\n<tr>\n<td><code>Result.LastUpdatedOn</code></td>\n<td>string (ISO 8601)</td>\n<td>Timestamp of this update.</td>\n</tr>\n<tr>\n<td><code>Result.Notes</code></td>\n<td>string</td>\n<td>Updated notes.</td>\n</tr>\n<tr>\n<td><code>Result.TotalQuantity</code></td>\n<td>integer</td>\n<td>Total quantity in stock.</td>\n</tr>\n<tr>\n<td><code>Result.AvailableQuantity</code></td>\n<td>integer</td>\n<td>Quantity available for orders.</td>\n</tr>\n<tr>\n<td><code>Result.NonSellableQuantity</code></td>\n<td>integer</td>\n<td>Quantity in stock but not available for sale.</td>\n</tr>\n<tr>\n<td><code>Result.CountryOfOrigin</code></td>\n<td>string / null</td>\n<td>Country of origin (may reflect the update after processing).</td>\n</tr>\n<tr>\n<td><code>Result.HsCodes</code></td>\n<td>string / null</td>\n<td>HS code(s) (may reflect the update after processing).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"notes--tips\">Notes &amp; Tips</h2>\n<ul>\n<li><p><code>ProductID</code> must be a valid GUID string. Use the <code>ProductId</code> field from any product lookup response.</p>\n</li>\n<li><p>Only the fields listed above are accepted by this endpoint. Fields such as <code>SKU</code>, <code>Barcode</code>, <code>IsBatchCodeReq</code>, and <code>UnitWeightGrams</code> cannot be modified here.</p>\n</li>\n<li><p><code>CountryOfOrigin</code> and <code>HsCodes</code> in the response may appear as <code>null</code> immediately after the update depending on server-side processing — this is expected behaviour.</p>\n</li>\n<li><p><code>UnitValue</code> is submitted as a string (e.g., <code>\"1.4\"</code>) and returned as a string-encoded decimal (e.g., <code>\"1.40\"</code>).</p>\n</li>\n</ul>\n","urlObject":{"path":["api","product","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98c17980-7290-4b7d-a9ac-8571991c9035"}],"id":"a4b7a8c2-03ff-4eed-8d8a-21c4eb892985","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"75157bbb-e341-46d0-835d-f63ce750fed2","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"f7fffd8d-487e-4102-a8e4-6cfb0aebd8db","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"a4b7a8c2-03ff-4eed-8d8a-21c4eb892985","description":""},{"name":"Returns","item":[{"name":"CreateNewReturn","id":"4861d928-34f9-4c4c-92d9-2c9bc0f2232c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ExternalOrderReferenceNumber\": \"RMA17000000152\",\r\n  \"CustomerReference\": \"RMA17000000152\",\r\n  \"RMANumber\": \"RMA17000000152\",\r\n  \"LuzernRmaNumber\": \"403701\",\r\n  \"AttnOf\": \"Munir\",\r\n  \"Telephone\": \"07938344744\",\r\n  \"EmailAddr\": \"nmunir@sprintlogistics.com\",\r\n  \"CompanyName\": \"Sprintlogistics\",\r\n  \"Address1\": \"A2 Cranford Lane\",\r\n  \"City\": \"London\",\r\n  \"PostCode\": \"TW5 9QA\",\r\n  \"CountryCode\": \"GB\",\r\n  \"ReturnLabel\": true,\r\n  \"CourierId\": \"YDL\",\r\n  \"LabelType\": \"atshop\",\r\n  \"StockOrderItems\": [\r\n    {\r\n      \"SKU\": \"NWS0012\",\r\n      \"Quantity\": 1\r\n    }\r\n  ]\r\n}\r\n"},"url":"{{URL}}/api/returns/generatereturnlabel","description":"<p>Creates a new return for an order and (optionally) generates a carrier return label.</p>\n<p>Base URL</p>\n<ul>\n<li><p>The base URL is provided by the <code>{{URL}}</code> environment variable.</p>\n</li>\n<li><p>Full endpoint: /<code>api/returns/generatereturnlabel</code>.</p>\n</li>\n</ul>\n<p>Authentication &amp; Headers</p>\n<ul>\n<li><p><code>Authorization</code> (required): Basic auth header for the API.</p>\n</li>\n<li><p><code>Content-Type</code> (required): <code>application/json</code>.</p>\n</li>\n</ul>\n<p>Request Body (JSON)<br />All fields are sent in a single JSON object. Unless noted as optional, fields are typically required by the API and/or your business process.</p>\n<p>Top‑level fields</p>\n<ul>\n<li><p><code>ExternalOrderReferenceNumber</code> (string, required)<br />  Your external order reference or order ID. Used to link the return to the original order.</p>\n</li>\n<li><p><code>CustomerReference</code> (string, required)<br />  Customer-facing reference (e.g., web order number) that will be attached to the return.</p>\n</li>\n<li><p><code>RMANumber</code> (string, required)<br />  Return merchandise authorization (RMA) number for this return.</p>\n</li>\n<li><p><code>LuzernRmaNumber</code> (string, optional/partner-specific)<br />  RMA/return identifier used by Luzern or another integration partner.</p>\n</li>\n<li><p><code>AttnOf</code> (string, required)<br />  Contact person to whom the return is addressed.</p>\n</li>\n<li><p><code>Telephone</code> (string, required)<br />  Contact phone number for the return.</p>\n</li>\n<li><p><code>EmailAddr</code> (string, required)<br />  Contact email address for notifications related to the return.</p>\n</li>\n<li><p><code>CompanyName</code> (string, optional)<br />  Company name associated with the return address.</p>\n</li>\n<li><p><code>Address1</code> (string, required)<br />  First line of the return street address.</p>\n</li>\n<li><p><code>City</code> (string, required)<br />  City for the return address.</p>\n</li>\n<li><p><code>PostCode</code> (string, required)<br />  Postal/ZIP code for the return address.</p>\n</li>\n<li><p><code>CountryCode</code> (string, required)<br />  ISO country code (for example, <code>GB</code>) for the return address.</p>\n</li>\n<li><p><code>ReturnLabel</code> (boolean, required)<br />  Controls whether a return label should be generated as part of this call.</p>\n<ul>\n<li><p><code>true</code>: Generate a return label.</p>\n</li>\n<li><p><code>false</code>: Create the return record without generating a label.</p>\n</li>\n</ul>\n</li>\n<li><p><code>CarrierId</code> (string, optional/conditional)<br />  Identifier of the carrier to be used for the return label. May be required when <code>ReturnLabel</code> is <code>true</code>, depending on your configuration.</p>\n</li>\n<li><p><code>LabelType</code> (string, optional/conditional)<br />  Specifies the label type or routing (for example, <code>\"atshop\"</code>). Valid values depend on your carrier/setup and are used only when <code>ReturnLabel</code> is <code>true</code>.</p>\n</li>\n<li><p><code>StockOrderItems</code> (array of objects, required)<br />  List of items being returned. Each element describes a single SKU and quantity.</p>\n<ul>\n<li><p>Each <code>StockOrderItems[]</code> element has:</p>\n<ul>\n<li><p><code>SKU</code> (string, required): The SKU being returned.</p>\n</li>\n<li><p><code>Quantity</code> (number, required): Quantity of the SKU to return.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Behavior of <code>ReturnLabel</code> and <code>StockOrderItems</code></p>\n<ul>\n<li><p><code>ReturnLabel</code> indicates whether the API should create a carrier return label alongside the return record. When enabled, the service uses address, carrier and label type information to build the label.</p>\n</li>\n<li><p><code>StockOrderItems</code> defines the actual items being returned; this array drives the content of the return, quantities to receive back into stock, and what will be associated with any generated return label.</p>\n</li>\n</ul>\n<p>Example body</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ExternalOrderReferenceNumber\": \"string\",\n  \"CustomerReference\": \"string\",\n  \"RMANumber\": \"string\",\n  \"LuzernRmaNumber\": \"string\",\n  \"AttnOf\": \"string\",\n  \"Telephone\": \"string\",\n  \"EmailAddr\": \"string\",\n  \"CompanyName\": \"string\",\n  \"Address1\": \"string\",\n  \"City\": \"string\",\n  \"PostCode\": \"string\",\n  \"CountryCode\": \"string\",\n  \"ReturnLabel\": bool,\n  \"CarrierId\": \"\",\n  \"LabelType\": \"string\",\n  \"StockOrderItems\": [\n    {\n      \"SKU\": \"string\",\n      \"Quantity\": int\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","type":"collection"}},"urlObject":{"path":["api","returns","generatereturnlabel"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4861d928-34f9-4c4c-92d9-2c9bc0f2232c"},{"name":"GetReturnData","id":"0c901a79-0aed-45a1-9d61-ad7059c62d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/returns?pageNumber=1&pageSize=1","description":"<p>Retrieves a paginated list of return records associated with the authenticated account.</p>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint returns return data (RMAs) filtered and ordered on the server. It is typically used by back‑office or customer service tools to list existing returns for review, tracking, or reporting.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><code>pageNumber</code> (integer, required): The 1‑based index of the page to retrieve. Controls which \"slice\" of the overall result set is returned.</p>\n</li>\n<li><p><code>pageSize</code> (integer, required): The maximum number of records to include in a single page of results (for example, 10, 20, 30). Higher values return more results per call but may increase response size.</p>\n</li>\n<li><p><code>viewStatus</code> (string, optional): When provided (for example, <code>VIEWED</code>), restricts the results to returns that match the given view/status state.</p>\n</li>\n</ul>\n<h2 id=\"expected-behavior\">Expected Behavior</h2>\n<ul>\n<li><p>Returns a JSON payload containing a collection of return objects for the requested page, along with any paging metadata provided by the API.</p>\n</li>\n<li><p>If the requested <code>pageNumber</code> is beyond the available data, the API may return an empty list of records.</p>\n</li>\n<li><p>Authorization is required. The request must include a valid <code>Authorization</code> header, and may return an authorization error (such as 401/403) if the credentials are missing or invalid.</p>\n</li>\n</ul>\n<p>This description is aligned with similar <code>GetReturnData</code>/<code>getReturns</code> requests in this workspace while remaining specific to this endpoint.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","type":"collection"}},"urlObject":{"path":["api","returns"],"host":["{{URL}}"],"query":[{"disabled":true,"description":{"content":"<p>optional view status param for viewing the return.</p>\n","type":"text/plain"},"key":"viewStatus","value":"VIEWED"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"1"}],"variable":[]}},"response":[{"id":"10acd508-6b3f-4943-99cc-7fc5646407c4","name":"GetReturnData","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"Authorization","value":"Basic sadfasdfasd","type":"text","disabled":true}],"url":{"raw":"{{URL}}/api/returns?pageNumber=1&pageSize=1","host":["{{URL}}"],"path":["api","returns"],"query":[{"key":"viewStatus","value":"VIEWED","description":"optional view status param for viewing the return.","disabled":true},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/returns?pageNumber=1&pageSize=1"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 08 Jan 2026 10:21:01 GMT"},{"key":"Content-Length","value":"812"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 1,\n    \"Result\": [\n        {\n            \"CustomerReference\": null,\n            \"RMANumber\": null,\n            \"RmaStatus\": \"Complete\",\n            \"Undeliverable\": false,\n            \"Returns\": [\n                {\n                    \"ReturnTracking\": \"6d5a44a0-a4ed-4348-a3b1-4444c442aa08\",\n                    \"ArrivalDate\": \"2024-05-15\",\n                    \"Status\": \"Complete\",\n                    \"Notes\": null,\n                    \"LinesEnclosed\": \"0\",\n                    \"CourierName\": null,\n                    \"ViewStatus\": \"NotViewed\",\n                    \"ConsigneDetails\": {\n                        \"CneeName\": null,\n                        \"CneeAddr1\": null,\n                        \"CneeAddr2\": null,\n                        \"CneeAddr3\": null,\n                        \"CneeState\": null,\n                        \"CneeCountry\": null,\n                        \"CneeEmail\": null,\n                        \"CneeTelephone\": null\n                    },\n                    \"StockOrderItems\": [\n                        {\n                            \"ReturnGoodsInProductId\": \"646c9df2-aaa2-4b83-97eb-d260a4993928\",\n                            \"SKU\": \"New iPhone Case \",\n                            \"TotalQuantity\": \"0\",\n                            \"ActualReceived\": \"1\",\n                            \"ExpiryDate\": null,\n                            \"Batch\": null,\n                            \"Grade\": \"RETURNS\",\n                            \"Action\": \"Return to Stock (Different SKU)\",\n                            \"SerialNumbers\": null,\n                            \"ProductStatus\": \"Complete\",\n                            \"ProductNotes\": null\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"0c901a79-0aed-45a1-9d61-ad7059c62d56"},{"name":"ViewReturn","id":"b93ad4a7-bac1-4d29-8a61-b335da8d4185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/returns/setviewed","description":"<p><strong>Overview</strong><br />Marks a return as <em>viewed</em> in the Sprint logistics returns workflow.</p>\n<p><strong>Endpoint</strong><br /><code>GET /api/returns/setviewed?returnTracking=</code></p>\n<p><strong>Query Parameters</strong></p>\n<ul>\n<li><p><code>returnTracking</code> (string, required)</p>\n<ul>\n<li>The unique tracking / reference identifier for the return shipment you want to mark as viewed.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Authentication</strong></p>\n<ul>\n<li><p>Uses <strong>HTTP Basic Authentication</strong>.</p>\n</li>\n<li><p>Ensure valid Basic credentials are configured (for example via the <code>Authorization</code> header or inherited auth settings in this collection).</p>\n</li>\n</ul>\n<p><strong>Behavior &amp; Side‑Effects</strong></p>\n<ul>\n<li><p>Locates the return record by the provided <code>returnTracking</code> value.</p>\n</li>\n<li><p>Updates the record’s state to indicate the return has been viewed (e.g., for internal tracking / UI badges).</p>\n</li>\n<li><p>Idempotent for the same <code>returnTracking</code> in most implementations (calling it again for an already-viewed return should not create duplicates, though the exact behavior depends on the backend).</p>\n</li>\n</ul>\n<p><strong>Expected Responses</strong></p>\n<ul>\n<li><p><code>200 OK</code></p>\n<ul>\n<li><p>Return was found and successfully marked as viewed.</p>\n</li>\n<li><p>Response body typically contains details of the return and/or the updated status.</p>\n</li>\n</ul>\n</li>\n<li><p><code>400 Bad Request</code></p>\n<ul>\n<li>Missing or invalid <code>returnTracking</code> query parameter.</li>\n</ul>\n</li>\n<li><p><code>401 Unauthorized</code></p>\n<ul>\n<li>Basic Auth credentials are missing or invalid.</li>\n</ul>\n</li>\n<li><p><code>404 Not Found</code></p>\n<ul>\n<li>No return record exists for the specified <code>returnTracking</code>.</li>\n</ul>\n</li>\n<li><p><code>5xx Server Error</code></p>\n<ul>\n<li>An unexpected error occurred on the server while processing the request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Usage Notes</strong></p>\n<ul>\n<li><p>Call this endpoint after a return has been opened/viewed in your application UI.</p>\n</li>\n<li><p>Combine with other Sprint returns endpoints to build a complete returns tracking workflow.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","returns","setviewed"],"host":["{{URL}}"],"query":[{"disabled":true,"description":{"content":"<p>optional view status param for viewing the return.</p>\n","type":"text/plain"},"key":"viewStatus","value":""},{"disabled":true,"key":"returnTracking ","value":""}],"variable":[]}},"response":[],"_postman_id":"b93ad4a7-bac1-4d29-8a61-b335da8d4185"}],"id":"ae36a04c-98fa-466e-a329-3c9fb5d07359","_postman_id":"ae36a04c-98fa-466e-a329-3c9fb5d07359","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","type":"collection"}}},{"name":"Customers","item":[{"name":"GetCustomers","id":"dc2c3c0b-9819-4faf-b317-e4ed43f021d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/datasync/customers","description":"<p>Retrieves a list of customer records from the data sync service.</p>\n<p><strong>Endpoint</strong></p>\n<ul>\n<li><p><strong>Method:</strong> <code>GET</code></p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/datasync/customers</code></p>\n</li>\n<li><p><strong>Base URL Source:</strong> <code>{{URL}}</code> is provided by the active environment (for example, the <em>Staging</em> environment).</p>\n</li>\n</ul>\n<p><strong>Authentication</strong></p>\n<ul>\n<li><p>This request typically runs against an authenticated environment. Ensure any required auth (e.g., API key, session, or basic auth) is configured at the collection or environment level.</p>\n</li>\n<li><p>No explicit auth headers are defined on this request; inherited auth may apply.</p>\n</li>\n</ul>\n<p><strong>Query Capabilities</strong></p>\n<ul>\n<li>This request has no query parameters defined in Postman. If the API supports filtering, paging, or sorting (for example, <code>?page=1&amp;size=50</code>), add those as query params when sending the request, based on your API’s specification.</li>\n</ul>\n<p><strong>Response</strong></p>\n<ul>\n<li><p>Returns a list/array of customers from the data sync store.</p>\n</li>\n<li><p>Each customer object typically includes identifying information (such as ID, name, and contact details) and any sync-related metadata your API exposes.</p>\n</li>\n</ul>\n<p><strong>Usage Notes</strong></p>\n<ul>\n<li><p>Use this endpoint to verify that customer data is being synchronized correctly in the target environment.</p>\n</li>\n<li><p>Ensure the <code>URL</code> environment variable points to the correct server (e.g., staging vs. production) before running.</p>\n</li>\n<li><p>This request has no body; all selection/filtering must be done through URL and query parameters (if supported by the backend).</p>\n</li>\n</ul>\n","urlObject":{"path":["api","datasync","customers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"503dcaf0-2317-4f3a-a05c-b9179831f8ea","name":"GetCustomers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/datasync/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/datasync/customers"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 05 Jan 2026 15:24:13 GMT"},{"key":"Content-Length","value":"1177"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 0,\n    \"Result\": [\n        {\n            \"AccountName\": \"SSLIB\",\n            \"CustomerName\": \"SALESUPPLY-LIBRARY BUYERS\",\n            \"CustAddress1\": \"\",\n            \"CustAddress2\": null,\n            \"CustAddress3\": null,\n            \"CustAddress4\": null,\n            \"CustomerTown\": \"\",\n            \"CustomerCountry\": \"UK\",\n            \"PostCode\": null\n        },\n        {\n            \"AccountName\": \"MARSHM\",\n            \"CustomerName\": \"MARSHMALLOW FINANCIAL SERVICES LIMITED\",\n            \"CustAddress1\": \"FEATHERSTONE BUILDING\",\n            \"CustAddress2\": null,\n            \"CustAddress3\": null,\n            \"CustAddress4\": null,\n            \"CustomerTown\": \"LONDON\",\n            \"CustomerCountry\": \"UK\",\n            \"PostCode\": \"EC1Y 1BD\"\n        },\n        {\n            \"AccountName\": \"superfeet\",\n            \"CustomerName\": \"Superfeet Worldwide\",\n            \"CustAddress1\": \"\",\n            \"CustAddress2\": null,\n            \"CustAddress3\": null,\n            \"CustAddress4\": null,\n            \"CustomerTown\": \"\",\n            \"CustomerCountry\": \"UK\",\n            \"PostCode\": null\n        },\n        {\n            \"AccountName\": \"CORREX\",\n            \"CustomerName\": \"EMINES BIOSCIENCE LTD (Correxiko)\",\n            \"CustAddress1\": \"A2 Parkway West, Cranford Lane, Cranford Lane, Cra\",\n            \"CustAddress2\": \"Cranford Lane\",\n            \"CustAddress3\": null,\n            \"CustAddress4\": null,\n            \"CustomerTown\": \"Heston\",\n            \"CustomerCountry\": \"UK\",\n            \"PostCode\": \"tw5 9qa\"\n        },\n        {\n            \"AccountName\": \"IM8_EU\",\n            \"CustomerName\": \"IM8 (EU)\",\n            \"CustAddress1\": \"\",\n            \"CustAddress2\": null,\n            \"CustAddress3\": null,\n            \"CustAddress4\": null,\n            \"CustomerTown\": \"\",\n            \"CustomerCountry\": \"USA\",\n            \"PostCode\": null\n        }\n    ]\n}"}],"_postman_id":"dc2c3c0b-9819-4faf-b317-e4ed43f021d9"}],"id":"815bfa5d-de22-4e64-ac12-23e041a49a74","_postman_id":"815bfa5d-de22-4e64-ac12-23e041a49a74","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","type":"collection"}}},{"name":"Brands","item":[{"name":"BrandsList","id":"015d55a5-f1fa-4b0c-a24d-cdc8adec6c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}api/brands","description":"<p>Retrieves the list of all brands from the Sprint API.</p>\n<p><strong>What this endpoint does</strong></p>\n<ul>\n<li><p>Sends a <code>GET</code> request to <code>api/brands</code>.</p>\n</li>\n<li><p>Returns the collection of brand records exposed by the Sprint backend.</p>\n</li>\n</ul>\n<p><strong>Authentication</strong></p>\n<ul>\n<li><p>Requires HTTP Basic authentication.</p>\n</li>\n<li><p>The <code>Authorization</code> header must be set with a valid Basic auth token (e.g., using <code>BOLT_TEST_USER_KEY</code> / <code>BOLT_TEST_PASSWORD</code> from the active environment).</p>\n</li>\n</ul>\n<p><strong>URL variable usage</strong></p>\n<ul>\n<li><p><code>{{URL}}</code> is an environment/collection variable that holds the base URL for the API (for example, the staging or production host).</p>\n</li>\n<li><p>Ensure <code>URL</code> is defined in the active environment (such as <code>Staging</code>) and includes the trailing slash or path segment expected by your API configuration.</p>\n</li>\n</ul>\n<p>Use this request to verify connectivity and to fetch the current catalog of brands for your Sprint services.</p>\n","urlObject":{"path":["brands"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"13e473da-8169-4113-a531-998995c9e631","name":"BrandsList","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic adsfasfasdfasd","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{URL}}api/brands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/brands"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Jan 2026 10:43:10 GMT"},{"key":"Content-Length","value":"253"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 4,\n    \"Result\": [\n        {\n            \"ID\": 6,\n            \"BrandName\": \"ZEBRA\",\n            \"IsActive\": \"true\"\n        },\n        {\n            \"ID\": 28,\n            \"BrandName\": \"Eaty Grassroot\",\n            \"IsActive\": \"true\"\n        },\n        {\n            \"ID\": 27,\n            \"BrandName\": \"COGNEX\",\n            \"IsActive\": \"true\"\n        },\n        {\n            \"ID\": 42,\n            \"BrandName\": \"1\",\n            \"IsActive\": \"true\"\n        }\n    ]\n}"}],"_postman_id":"015d55a5-f1fa-4b0c-a24d-cdc8adec6c02"}],"id":"d34ad90a-38bb-4fb4-877e-b85b4442793c","_postman_id":"d34ad90a-38bb-4fb4-877e-b85b4442793c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","type":"collection"}}},{"name":"GRN","item":[{"name":"GetGRNs","id":"28cd9f42-643c-42df-bf29-4941f2dfba7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/grns/grns_list","description":"<p>Retrieves a paginated list of Goods Received Notes (GRNs) from the Sprint API.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<ul>\n<li><strong>Method:</strong> <code>GET</code></li>\n<li><strong>URL:</strong> <code>{{URL}}/api/grns/grns_list</code></li>\n</ul>\n<h2 id=\"purpose\">Purpose</h2>\n<p>Use this endpoint to fetch GRNs that have been recorded in the system. It is typically used by dashboards or backend services that need to display or process received goods data.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pageNumber</code></td>\n<td>integer</td>\n<td>No</td>\n<td>The page number to retrieve (1-based).</td>\n</tr>\n<tr>\n<td><code>pageSize</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Number of records to return per page.</td>\n</tr>\n<tr>\n<td><code>customerPoRef</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by customer purchase order reference.</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td>string (date)</td>\n<td>No</td>\n<td>Filter by the arrival date of the goods.</td>\n</tr>\n<tr>\n<td><code>createdDate</code></td>\n<td>string (date)</td>\n<td>No</td>\n<td>Filter by the date the GRN was created.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"authentication\">Authentication</h2>\n<p>This request runs against the environment configured for Sprint APIs. The active environment exposes these variables:</p>\n<ul>\n<li><code>URL</code> – base URL for the API.</li>\n<li><code>BOLT_TEST_USER_KEY</code> / <code>BOLT_TEST_PASSWORD</code> – credentials required for authenticated requests.</li>\n</ul>\n<p>Ensure you are using the correct environment (e.g., <strong>Staging</strong>) and that the required auth is configured in the <strong>Authorization</strong> tab.</p>\n<h2 id=\"response-model\">Response Model</h2>\n<p>A successful <code>200 OK</code> response returns a JSON array of <code>Data</code> objects. Each object represents a single GRN record.</p>\n<h3 id=\"data-object\"><code>Data</code> Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>goodsInId</code></td>\n<td><code>Guid</code></td>\n<td>Unique identifier for the Goods In record.</td>\n</tr>\n<tr>\n<td><code>customerPoRef</code></td>\n<td><code>string</code></td>\n<td>The customer's purchase order reference number associated with this GRN.</td>\n</tr>\n<tr>\n<td><code>asnNumber</code></td>\n<td><code>string</code></td>\n<td>The Advanced Shipment Notice (ASN) number linked to this GRN.</td>\n</tr>\n<tr>\n<td><code>createdDateTime</code></td>\n<td><code>string</code></td>\n<td>The date and time when the GRN was created.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>The current status of the GRN (e.g., <code>Pending</code>, <code>Received</code>, <code>Completed</code>).</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td><code>string</code></td>\n<td>Any additional notes or comments recorded against the GRN.</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td><code>string</code></td>\n<td>The date the goods arrived.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","grns","grns_list"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2545494c-7215-46a1-b7fe-1cde1c84e1e3","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/api/grns/grns_list?pageNumber=1&pageSize=100","host":["{{URL}}"],"path":["api","grns","grns_list"],"query":[{"key":"pageNumber","value":"1","type":"text"},{"key":"pageSize","value":"100","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n  {\n    \"goodsInId\": \"00000000-0000-0000-0000-000000000001\",\n    \"customerPoRef\": \"PO-SAMPLE-0001\",\n    \"asnNumber\": \"ASN-SAMPLE-0001\",\n    \"createdDateTime\": \"2025-01-01T09:00:00Z\",\n    \"status\": \"Received\",\n    \"notes\": \"Sample notes for GRN record one.\",\n    \"arrivalDate\": \"2025-01-01\",\n    \"trackingNumber\": \"TRACK000000001\",\n    \"lastUpdatedOn\": \"2025-01-01T11:00:00Z\",\n    \"items\": [\n      {\n        \"goodsInProductId\": \"00000000-0000-0000-0000-000000000011\",\n        \"itemCode\": \"ITEM-001\",\n        \"itemDescription\": \"Sample Product One\",\n        \"totalQty\": 100,\n        \"receivedQty\": 100,\n        \"batchCode\": \"BATCH-SAMPLE-001\",\n        \"expiryDate\": \"2027-01-01\",\n        \"boxQuantity\": 10,\n        \"barcode\": \"1000000000001\"\n      },\n      {\n        \"goodsInProductId\": \"00000000-0000-0000-0000-000000000012\",\n        \"itemCode\": \"ITEM-002\",\n        \"itemDescription\": \"Sample Product Two\",\n        \"totalQty\": 50,\n        \"receivedQty\": 48,\n        \"batchCode\": \"BATCH-SAMPLE-002\",\n        \"expiryDate\": null,\n        \"boxQuantity\": null,\n        \"barcode\": \"1000000000002\"\n      }\n    ]\n  },\n  {\n    \"goodsInId\": \"00000000-0000-0000-0000-000000000002\",\n    \"customerPoRef\": \"PO-SAMPLE-0002\",\n    \"asnNumber\": \"ASN-SAMPLE-0002\",\n    \"createdDateTime\": \"2025-01-02T10:00:00Z\",\n    \"status\": \"Pending\",\n    \"notes\": \"Sample notes for GRN record two.\",\n    \"arrivalDate\": \"2025-01-02\",\n    \"trackingNumber\": \"TRACK000000002\",\n    \"lastUpdatedOn\": \"2025-01-02T12:00:00Z\",\n    \"items\": [\n      {\n        \"goodsInProductId\": \"00000000-0000-0000-0000-000000000021\",\n        \"itemCode\": \"ITEM-003\",\n        \"itemDescription\": \"Sample Product Three\",\n        \"totalQty\": 200,\n        \"receivedQty\": 200,\n        \"batchCode\": \"BATCH-SAMPLE-003\",\n        \"expiryDate\": \"2027-06-01\",\n        \"boxQuantity\": 20,\n        \"barcode\": \"1000000000003\"\n      },\n      {\n        \"goodsInProductId\": \"00000000-0000-0000-0000-000000000022\",\n        \"itemCode\": \"ITEM-004\",\n        \"itemDescription\": \"Sample Product Four\",\n        \"totalQty\": 75,\n        \"receivedQty\": 70,\n        \"batchCode\": \"BATCH-SAMPLE-004\",\n        \"expiryDate\": null,\n        \"boxQuantity\": null,\n        \"barcode\": \"1000000000004\"\n      }\n    ]\n  }\n]"}],"_postman_id":"28cd9f42-643c-42df-bf29-4941f2dfba7e"}],"id":"2e8e8662-1b7e-4774-b75f-7a850f1ce7d0","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a4076afe-e7f4-4d4d-978e-b77fac2827db","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"911da07a-0f40-44d5-adfb-26cdbaa40c9d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"2e8e8662-1b7e-4774-b75f-7a850f1ce7d0","description":""},{"name":"Shipment","item":[{"name":"Tracking Final Mile","id":"457676d5-8af0-4dad-845b-0aba15c27959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/shipment/GetPODTracking","description":"<h2 id=\"overview\">Overview</h2>\n<p>Retrieves Proof of Delivery (POD) / final‑mile tracking information for a shipment using a customer reference.</p>\n<ul>\n<li><strong>Method:</strong> <code>GET</code></li>\n<li><strong>URL:</strong> <code>/api/shipment/GetPODTracking</code></li>\n<li><strong>Auth:</strong> Basic Auth via the <code>Authorization</code> header</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><code>customerReference</code> (string, required)<ul>\n<li>The unique customer order reference number for the shipment whose POD / final‑mile tracking details you want to retrieve.</li>\n</ul>\n</li>\n</ul>\n<p>Example full request URL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET /api/shipment/GetPODTracking?customerReference=order_number\n</code></pre>\n<h2 id=\"expected-response\">Expected Response</h2>\n<ul>\n<li><strong>Content-Type:</strong> <code>application/json</code></li>\n<li><strong>Typical status codes:</strong><ul>\n<li><code>200 OK</code> – POD / final‑mile tracking details successfully retrieved</li>\n<li><code>4xx</code> – Client errors (e.g., invalid or missing <code>customerReference</code>, auth issues)</li>\n<li><code>5xx</code> – Server errors</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-model\">Response Model</h2>\n<p>A successful <code>200 OK</code> response returns a JSON object with the following structure.</p>\n<h3 id=\"top-level-fields\">Top-Level Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Status</code></td>\n<td><code>boolean</code></td>\n<td>Indicates whether the request was successful (<code>true</code> = success).</td>\n</tr>\n<tr>\n<td><code>Message</code></td>\n<td><code>string</code></td>\n<td>A human-readable status message (e.g., <code>\"Success\"</code>).</td>\n</tr>\n<tr>\n<td><code>Count</code></td>\n<td><code>integer</code></td>\n<td>The number of tracking events returned.</td>\n</tr>\n<tr>\n<td><code>Tracking</code></td>\n<td><code>object</code></td>\n<td>The main tracking payload. See <code>Tracking</code> object below.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"tracking-object\"><code>Tracking</code> Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Carrier</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>The name of the carrier handling the shipment (e.g., <code>\"HERMES\"</code>).</td>\n</tr>\n<tr>\n<td><code>TrackingURL</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>A URL to the carrier's tracking page, if available.</td>\n</tr>\n<tr>\n<td><code>POD</code></td>\n<td><code>object</code></td>\n<td>Yes</td>\n<td>Proof of Delivery details. See <code>POD</code> object below.</td>\n</tr>\n<tr>\n<td><code>Tracking</code></td>\n<td><code>array</code></td>\n<td>No</td>\n<td>A list of tracking events/milestones. See <code>TrackingEvent</code> below.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pod-object\"><code>POD</code> Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PodName</code></td>\n<td><code>string</code></td>\n<td>The name of the person who signed for / received the delivery.</td>\n</tr>\n<tr>\n<td><code>DeliveryDate</code></td>\n<td><code>string (date)</code></td>\n<td>The date the delivery was made (e.g., <code>\"15-Jan-24\"</code>).</td>\n</tr>\n<tr>\n<td><code>DeliveryTime</code></td>\n<td><code>string (time)</code></td>\n<td>The time the delivery was made (e.g., <code>\"10:30\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"trackingevent-object\"><code>TrackingEvent</code> Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TrackedOn</code></td>\n<td><code>string (datetime)</code></td>\n<td>The date and time the tracking event was recorded (e.g., <code>\"2024-01-15 10:30:00\"</code>).</td>\n</tr>\n<tr>\n<td><code>Location</code></td>\n<td><code>string</code></td>\n<td>The location or tracking stage identifier (e.g., <code>\"POD_TRACKING\"</code>).</td>\n</tr>\n<tr>\n<td><code>TrackedID</code></td>\n<td><code>string</code></td>\n<td>The carrier's internal tracking scan ID for this event.</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td><code>string</code></td>\n<td>A human-readable description of the tracking event (e.g., <code>\"Delivered\"</code>, <code>\"Courier Received\"</code>).</td>\n</tr>\n<tr>\n<td><code>ServiceLevel</code></td>\n<td><code>string</code></td>\n<td>The service level code for the shipment (e.g., <code>\"010 UK-48\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"sample-response\">Sample Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": true,\n  \"Message\": \"Success\",\n  \"Count\": 1,\n  \"Tracking\": {\n    \"Carrier\": \"SAMPLE-CARRIER\",\n    \"TrackingURL\": null,\n    \"POD\": {\n      \"PodName\": \"J. Doe\",\n      \"DeliveryDate\": \"15-Jan-24\",\n      \"DeliveryTime\": \"10:30\"\n    },\n    \"Tracking\": [\n      {\n        \"TrackedOn\": \"2024-01-15 10:30:00\",\n        \"Location\": \"POD_TRACKING\",\n        \"TrackedID\": \"SAMPLE-TRACK-0000001\",\n        \"Description\": \"Delivered\",\n        \"ServiceLevel\": \"010 UK-48\"\n      }\n    ]\n  }\n}\n</code></pre>\n<p>Refer to the saved example(s) on this request for a concrete sample response body and structure.</p>\n","urlObject":{"path":["api","shipment","GetPODTracking"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6be236dd-1bb7-4a92-bc0b-b0d7349b4abd","name":"Tracking Final Mile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"Authorization","value":"Basic asdfasdfasdf","type":"text","disabled":true}],"url":{"raw":"{{URL}}/api/shipment/GetPODTracking","host":["{{URL}}"],"path":["api","shipment","GetPODTracking"],"query":[{"key":"customerReference","value":"370986","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 2,\n    \"Tracking\": {\n        \"Carrier\": \"HERMES\",\n        \"TrackingURL\": null,\n        \"POD\": {\n            \"PodName\": \"maseey\",\n            \"DeliveryDate\": \"08-Jun-23\",\n            \"DeliveryTime\": \"14:58\"\n        },\n        \"Tracking\": [\n            {\n                \"TrackedOn\": \"2023-06-08 14:58:00\",\n                \"Location\": \"POD_TRACKING\",\n                \"TrackedID\": \"H01EDA0004486618\",\n                \"Description\": \"Delivered\",\n                \"ServiceLevel\": \"010 UK-48\"\n            },\n            {\n                \"TrackedOn\": \"2023-06-08 14:58:00\",\n                \"Location\": \"POD_TRACKING\",\n                \"TrackedID\": \"H01EDA0004486618\",\n                \"Description\": \"Shipment delivered\",\n                \"ServiceLevel\": \"010 UK-48\"\n            },\n            {\n                \"TrackedOn\": \"2023-06-08 09:23:00\",\n                \"Location\": \"POD_TRACKING\",\n                \"TrackedID\": \"H01EDA0004486618\",\n                \"Description\": \"Courier Received\",\n                \"ServiceLevel\": \"010 UK-48\"\n            },\n            {\n                \"TrackedOn\": \"2023-06-08 11:19:00\",\n                \"Location\": \"POD_TRACKING\",\n                \"TrackedID\": \"H01EDA0004486618\",\n                \"Description\": \"Delivery 14:00 - 16:00 today\",\n                \"ServiceLevel\": \"010 UK-48\"\n            }\n        ]\n    }\n}"}],"_postman_id":"457676d5-8af0-4dad-845b-0aba15c27959"},{"name":"TrackingWithReturn","id":"4ac778d5-5a30-46ca-ab41-f57a46898714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/shipment/trackingwithreturn","description":"<h2 id=\"overview\">Overview</h2>\n<p>Retrieves tracking details for a shipment from the Sprint Logistics API, including both the outbound shipment and any associated return shipment information.</p>\n<p>This endpoint is typically used by customer service, operations, or integrated systems to look up the current status and history of a parcel using its HAWB (House Air Waybill) or consignment number.</p>\n<h2 id=\"http-request\">HTTP Request</h2>\n<p><code>GET /api/shipment/trackingwithreturn?hawb={hawb}</code></p>\n<ul>\n<li><p><strong>Method:</strong> <code>GET</code></p>\n</li>\n<li><p><strong>Base URL:</strong> <code>{{URL}}</code> (provided by the active environment, for example the Staging or Production base URL)</p>\n</li>\n<li><p><strong>Path:</strong> <code>/api/shipment/trackingwithreturn</code></p>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>hawb</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The shipment HAWB / tracking number to look up. This uniquely identifies the consignment whose tracking and any return shipment details you want to retrieve.</td>\n<td><code>12766107</code>, <code>7427342</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>If the specified <code>hawb</code> exists, the API returns the latest tracking status along with any linked return shipment information. If it does not exist or is invalid, the API may return an empty result set or an error, depending on server-side validation.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires <strong>Basic Authentication</strong>.</p>\n<ul>\n<li><p>Authorization: Basic</p>\n</li>\n<li><p>In Postman, the credentials are typically sourced from environment variables (for example, username and password specific to Staging or Production).</p>\n</li>\n<li><p>Ensure that:</p>\n<ul>\n<li><p>The request uses <strong>Basic Auth</strong> (or an equivalent pre-computed <code>Authorization</code> header).</p>\n</li>\n<li><p>The credentials correspond to a valid Sprint Logistics API user with permission to view shipment tracking data.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<p>The following headers are expected by the API:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Accept: application/json\nContent-Type: application/json\nAuthorization: Basic &lt;base64-encoded-credentials&gt;\n\n</code></pre>\n<ul>\n<li><p><code>Accept: application/json</code> – Requests a JSON response.</p>\n</li>\n<li><p><code>Content-Type: application/json</code> – Indicates JSON is used (even though this is a <code>GET</code> request with no body).</p>\n</li>\n<li><p><code>Authorization</code> – Basic auth token as described above.</p>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"example-1-retrieve-tracking-for-hawb-12766107\">Example 1: Retrieve tracking for HAWB <code>12766107</code></h3>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET /api/shipment/trackingwithreturn?hawb=12766107\nAccept: application/json\nContent-Type: application/json\nAuthorization: Basic &lt;base64-encoded-credentials&gt;\n\n</code></pre>\n<h3 id=\"example-2-retrieve-tracking-for-hawb-7427342\">Example 2: Retrieve tracking for HAWB <code>7427342</code></h3>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET /api/shipment/trackingwithreturn?hawb=7427342\nAccept: application/json\nContent-Type: application/json\nAuthorization: Basic &lt;base64-encoded-credentials&gt;\n\n</code></pre>\n<p>In both examples:</p>\n<ul>\n<li><p>Replace <code>{{URL}}</code> with the correct base URL from your selected environment (e.g. Staging or Production).</p>\n</li>\n<li><p>Ensure valid Basic Auth credentials are configured in the request or inherited from the parent folder/collection.</p>\n</li>\n</ul>\n<h2 id=\"related-requests\">Related Requests</h2>\n<p>This request shares behavior and configuration patterns with other <code>TrackingWithReturn</code> requests in this workspace (for example, those used for different environments or test scenarios). You can refer to them for additional examples of valid headers, query parameters, and auth configuration if needed.</p>\n","urlObject":{"path":["api","shipment","trackingwithreturn"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"hawb","value":"12766107"}],"variable":[]}},"response":[{"id":"f8bf8b0d-5efb-4999-96f4-020cfd23e671","name":"TrackingWithReturn","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"Authorization","value":"Basic dfasdfasdfasd","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/api/shipment/trackingwithreturn","host":["{{URL}}"],"path":["api","shipment","trackingwithreturn"],"query":[{"key":"hawb","value":"12766107","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/shipment/trackingwithreturn?hawb=12766107"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Jan 2026 10:57:22 GMT"},{"key":"Content-Length","value":"212"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 0,\n    \"Result\": {\n        \"HAWB\": null,\n        \"Carrier\": null,\n        \"TrackingID\": null,\n        \"ServiceLevel\": null,\n        \"TrackingLink\": null,\n        \"ReturnCarrier\": null,\n        \"ReturnTrackingID\": null,\n        \"ReturnTrackingLink\": null\n    }\n}"}],"_postman_id":"4ac778d5-5a30-46ca-ab41-f57a46898714"},{"name":"TrackingByAWB","id":"281b1518-d663-4ef5-9bfd-63997adc43ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/shipment/tracking","description":"<p>Retrieves shipment tracking details by HAWB (House Air Waybill) / air waybill.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>URL</strong>: <code>/api/shipment/tracking</code></p>\n<ul>\n<li>The base URL is provided via the <code>{{URL}}</code> environment variable.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><strong><code>HAWB</code></strong> (required): The shipment’s HAWB / air waybill number used to look up tracking information.</p>\n<ul>\n<li>Example values: <code>7409285</code>, <code>1213093430</code>, <code>4578459</code>.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<ul>\n<li><p><strong>Type</strong>: Basic Auth</p>\n</li>\n<li><p><strong>How it’s set</strong>: Credentials are already configured via the <code>Authorization</code> header using a Basic token.</p>\n</li>\n</ul>\n<p>This request uses the <code>HAWB</code> query parameter and Basic Auth to return the current tracking status and related details for the specified shipment.</p>\n","urlObject":{"path":["api","shipment","tracking"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"HAWB","value":"1213093430"}],"variable":[]}},"response":[{"id":"b00b8f2c-4fcb-49c9-8410-9ba88bd05247","name":"TrackingByAWB","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"Authorization","value":"Basic QTZFQzRCM0EtMjM0My00QTQzLUJDRTgtNDlFNjc4QTA5QkIyOkQxNEU4NEJELTNENTMtNEQ4Mi05NzgxLTIxM0I4NUEyQzk3Ng==","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/api/shipment/tracking?HAWB=1213093430","host":["{{URL}}"],"path":["api","shipment","tracking"],"query":[{"key":"HAWB","value":"1213093430"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Link","value":"https://api-staging.sprintlogistics.com/api/shipment/tracking?HAWB=1213093430"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Jan 2026 11:15:20 GMT"},{"key":"Content-Length","value":"330"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": true,\n    \"Message\": \"Success\",\n    \"Count\": 1,\n    \"Result\": {\n        \"HAWB\": \"1213093430\",\n        \"Carrier\": \"Royal Mail\",\n        \"TrackingID\": \"3213\",\n        \"TrackingLink\": \"https://www.royalmail.com/track-your-item#/tracking-results/3213\",\n        \"SupplierDispatchedDate\": \"Oct  3 2025 12:28PM\",\n        \"SupplierDeliveryDate\": \"Oct  4 2025 11:28AM\",\n        \"ServiceLevel\": null,\n        \"LineItems\": null\n    }\n}"}],"_postman_id":"281b1518-d663-4ef5-9bfd-63997adc43ed"},{"name":"Shipment Label increff","id":"731cf58d-3ccc-4879-a526-3ec45e860039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"pickupAddress\": {\r\n    \"firstName\": \"Ram\",\r\n    \"lastName\": \"Patel\",\r\n    \"middleName\": \"\",\r\n    \"addressLine1\": \"1205, 15th Main Road\",\r\n    \"addressLine2\": \"HSR layout\",\r\n    \"addressLine3\": \"\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"Karnataka\",\r\n    \"zip\": \"560102\",\r\n    \"country\": \"India\",\r\n    \"email\": \"abc@gmail.com\",\r\n    \"phone\": \"9999999999\"\r\n  },\r\n  \"dropAddress\": {\r\n    \"firstName\": \"Shyam\",\r\n    \"lastName\": \"Sharma\",\r\n    \"middleName\": \"\",\r\n    \"addressLine1\": \"A-101, Balaji Residency\",\r\n    \"addressLine2\": \"Stadium road\",\r\n    \"addressLine3\": \"Motera\",\r\n    \"city\": \"Ahmedabad\",\r\n    \"state\": \"Gujarat\",\r\n    \"zip\": \"395007\",\r\n    \"country\": \"India\",\r\n    \"email\": \"abc@gmail.com\",\r\n    \"phone\": \"9999999999\"\r\n  },\r\n  \"orderDetails\": {\r\n    \"orderNumber\": \"asdf1234\",\r\n    \"paymentType\": \"PREPAID\",\r\n    \"orderAmount\": 230,\r\n    \"orderDate\": \"2022-03-16T12:31:02+05:30\",\r\n    \"shipmentType\": \"FORWARD\",\r\n    \"shipmentCode\": \"101\",\r\n    \"orderLineItems\": [\r\n      {\r\n        \"name\": \"jeans\",\r\n        \"sku\": \"sku-1\",\r\n        \"sellingPricePerUnit\": 100,\r\n        \"quantity\": 1\r\n      },\r\n      {\r\n        \"name\": \"t-shirt\",\r\n        \"sku\": \"sku-2\",\r\n        \"sellingPricePerUnit\": 130,\r\n        \"quantity\": 1\r\n      }\r\n    ]\r\n  },\r\n  \"shipmentDimension\": {\r\n    \"length\": 50,\r\n    \"breadth\": 50,\r\n    \"height\": 50,\r\n    \"weight\": 200\r\n  },\r\n  \"courierId\": 1,\r\n  \"warehouseCode\": \"wh-1\"\r\n}"},"url":"{{URL}}/api/shipment/GenerateShippingLabel/","description":"<p>This POST endpoint <code>{{URL}}/api/shipment/GenerateShippingLabel/</code> creates a shipping label for a forward shipment using provided pickup/drop addresses, order details, shipment dimensions, and courier/warehouse routing information. The payload is sent as JSON and authenticated using a Basic Authorization header.</p>\n<p><strong>Authentication &amp; headers</strong></p>\n<ul>\n<li><p>Uses HTTP <code>Basic</code> auth via the <code>Authorization</code> header (e.g., <code>Authorization: Basic</code> ).</p>\n</li>\n<li><p><code>Content-Type: application/json</code> is required.</p>\n</li>\n</ul>\n<p><strong>Key behaviors / notes</strong></p>\n<ul>\n<li><p>Generates a shipping label for a single order (forward shipment flow).</p>\n</li>\n<li><p>Requires complete pickup and drop address information, including contact details.</p>\n</li>\n<li><p>Expects line-level order items with pricing and quantities to compute order amount.</p>\n</li>\n<li><p>Shipment dimensions (L×B×H×weight) are required and typically in courier-agreed units (e.g., cm and grams/kg).</p>\n</li>\n<li><p><code>courierId</code> and <code>warehouseCode</code> are used to route the shipment through the correct provider and warehouse.</p>\n</li>\n<li><p>The body structure and sample values below are derived from similar Postman requests named <strong>\"Shipment Label increff\"</strong> in this and related workspaces (UIDs: <code>25659992-a48e2290-34d4-48cb-bf5c-2993c02e623b</code>, <code>25659992-731cf58d-3ccc-4879-a526-3ec45e860039</code>, <code>25659992-13a614f8-83cf-49e7-a715-1732c6227662</code>).</p>\n</li>\n</ul>\n<p><strong>Request body (JSON) – structure overview</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"pickupAddress\": {\n    \"firstName\": \"string\",\n    \"lastName\": \"string\",\n    \"middleName\": \"\",\n    \"addressLine1\": \"string\",\n    \"addressLine2\": \"string\",\n    \"addressLine3\": \"\",\n    \"city\": \"string\",\n    \"state\": \"string\",\n    \"zip\": \"string\",\n    \"country\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"dropAddress\": {\n    \"firstName\": \"string\",\n    \"lastName\": \"string\",\n    \"middleName\": \"\",\n    \"addressLine1\": \"string\",\n    \"addressLine2\": \"string\",\n    \"addressLine3\": \"\",\n    \"city\": \"string\",\n    \"state\": \"string\",\n    \"zip\": \"string\",\n    \"country\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"orderDetails\": {\n    \"orderNumber\": \"string\",\n    \"paymentType\": \"string\",\n    \"orderAmount\": int,\n    \"orderDate\": \"string\",\n    \"shipmentType\": \"string\",\n    \"shipmentCode\": \"string\",\n    \"orderLineItems\": [\n      {\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"sellingPricePerUnit\": int,\n        \"quantity\": int\n      },\n      {\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"sellingPricePerUnit\": int,\n        \"quantity\": int\n      }\n    ]\n  },\n  \"shipmentDimension\": {\n    \"length\": int,\n    \"breadth\": int,\n    \"height\": int,\n    \"weight\": int\n  },\n  \"courierId\": int,\n  \"warehouseCode\": \"string\"\n}\n\n</code></pre>\n<p><strong>Field-level notes (main sections)</strong></p>\n<ul>\n<li><p><code>pickupAddress</code>: Sender/shipper address and contact details from where the parcel will be picked up.</p>\n</li>\n<li><p><code>dropAddress</code>: Consignee/customer address and contact details where the parcel will be delivered.</p>\n</li>\n<li><p><code>orderDetails</code>: Commercial details of the order, including order number, payment type, total amount, order date, shipment direction (<code>FORWARD</code>), service/shipment code, and an array of <code>orderLineItems</code> with item name, SKU, unit price, and quantity.</p>\n</li>\n<li><p><code>shipmentDimension</code>: Physical dimensions and weight of the shipment used to calculate volumetric/chargeable weight.</p>\n</li>\n<li><p><code>courierId</code>: Numeric identifier of the courier partner/service through which the label will be generated.</p>\n</li>\n<li><p><code>warehouseCode</code>: Internal warehouse/location code from which the shipment will be fulfilled.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","name":"Shipment","type":"folder"}},"urlObject":{"path":["api","shipment","GenerateShippingLabel",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"731cf58d-3ccc-4879-a526-3ec45e860039"},{"name":"Tracking Create","id":"adcefa7d-3664-4dea-aaf6-2b7c9e23a442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"HAWB\": 6673814,\r\n    \"TrackingID\":\"ABC246810\",\r\n    \"Carrier\":\"test\",\r\n    \"ParcelStatus\":\"ReadyToShip\",\r\n    \"TrackingURL\" : \"http://wwww.xyz/tracking\",\r\n    \"IsReturn\":false,    \r\n    \"ShippingLabels\":[\r\n        {\r\n            \"TrackingID\":\"ABC246810\",\r\n            \"DeliveryStatus\":\"ReadyToShip\",\r\n            \"Weight\":300,\r\n            \"Length\":1,\r\n            \"Width\":1,\r\n            \"Height\":1            \r\n        }\r\n    ],\r\n    \"SynchronizeShippingLabels\": true\r\n}"},"url":"{{URL}}/api/shipment/tracking/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>Creates or registers a shipment tracking record.</p>\n<p>This endpoint is used to create a tracking entry for a shipment, including its current status, carrier, tracking URL, and one or more shipping label records.</p>\n<h3 id=\"http-request\">HTTP Request</h3>\n<p><strong>Method:</strong> <code>POST</code><br /><strong>URL:</strong> <code>/api/shipment/tracking/</code></p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>This endpoint requires <strong>HTTP Basic Authentication</strong> via the <code>Authorization</code> header.</p>\n<p>Example header (Base64-encoded <code>username:password</code>):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Basic M0Y5M0FEODgtQzEzRi00MjBELUIyMzAtQjREOEMxQzJFQkNGOjI3RTM3MkE3LTlEQUYtNDFGNi1CM0I1LTI3QjcwODc1QkE1Ng==\n\n</code></pre>\n<p>Replace the encoded value with valid credentials for your environment.</p>\n<h3 id=\"request-headers\">Request Headers</h3>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Basic</code></p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>Send a JSON object with the following fields:</p>\n<ul>\n<li><p><code>HAWB</code> <em>(integer, required)</em> – House Air Waybill or shipment reference number for the consignment.</p>\n</li>\n<li><p><code>TrackingID</code> <em>(string, required)</em> – Primary tracking identifier for the shipment.</p>\n</li>\n<li><p><code>Carrier</code> <em>(string, required)</em> – Name or code of the carrier handling the shipment (for example, <code>DHL</code>, <code>UPS</code>, or an internal test value).</p>\n</li>\n<li><p><code>ParcelStatus</code> <em>(string, required)</em> – Current status of the shipment (for example, <code>ReadyToShip</code>, <code>InTransit</code>, <code>Delivered</code>, etc., depending on your implementation).</p>\n</li>\n<li><p><code>TrackingURL</code> <em>(string, URL, optional/required as per your system rules)</em> – Public URL where the shipment can be tracked.</p>\n</li>\n<li><p><code>IsReturn</code> <em>(boolean, required)</em> – Indicates whether this shipment is a return shipment (<code>true</code>) or an outbound shipment (<code>false</code>).</p>\n</li>\n<li><p><code>ShippingLabels</code> <em>(array of objects, required)</em> – List of shipping label records associated with the shipment. Each object includes:</p>\n<ul>\n<li><p><code>TrackingID</code> <em>(string, required)</em> – Tracking ID for this specific label/parcel.</p>\n</li>\n<li><p><code>DeliveryStatus</code> <em>(string, required)</em> – Current delivery status for this label (for example, <code>ReadyToShip</code>).</p>\n</li>\n<li><p><code>Weight</code> <em>(number, required)</em> – Weight of the parcel (units as defined by your system, e.g., grams).</p>\n</li>\n<li><p><code>Length</code> <em>(number, required)</em> – Length of the parcel.</p>\n</li>\n<li><p><code>Width</code> <em>(number, required)</em> – Width of the parcel.</p>\n</li>\n<li><p><code>Height</code> <em>(number, required)</em> – Height of the parcel.</p>\n</li>\n</ul>\n</li>\n<li><p><code>SynchronizeShippingLabels</code> <em>(boolean, required)</em> – When <code>true</code>, instructs the system to synchronize the shipping labels provided with the shipment’s existing labels.</p>\n</li>\n</ul>\n<h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"HAWB\": int,\n  \"TrackingID\": \"string\",\n  \"Carrier\": \"string\",\n  \"ParcelStatus\": \"string\",\n  \"TrackingURL\": \"string\",\n  \"IsReturn\": bool,\n  \"ShippingLabels\": [\n    {\n      \"TrackingID\": \"string\",\n      \"DeliveryStatus\": \"string\",\n      \"Weight\": int,\n      \"Length\": int,\n      \"Width\": int,\n      \"Height\": int\n    }\n  ],\n  \"SynchronizeShippingLabels\": bool\n}\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","name":"Shipment","type":"folder"}},"urlObject":{"path":["api","shipment","tracking",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"adcefa7d-3664-4dea-aaf6-2b7c9e23a442"},{"name":"Status SetPacked","id":"6dbbccd5-5a4c-462c-bab4-199e6eb8ae9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/api/shipment/SetShipped?HAWB=1213093875","description":"<p>Updates the shipment status to <strong>Shipped</strong> for a given HAWB (House Air Waybill) number.</p>\n<p><strong>Method &amp; URL</strong></p>\n<ul>\n<li><code>PUT /api/shipment/SetShipped?HAWB={hawb}</code></li>\n</ul>\n<p><strong>Authentication</strong></p>\n<ul>\n<li><p>Uses HTTP Basic Auth via the <code>Authorization</code> header.</p>\n</li>\n<li><p>Ensure valid Sprint API credentials are configured in your environment.</p>\n</li>\n</ul>\n<p><strong>Query Parameters</strong></p>\n<ul>\n<li><code>HAWB</code> (string, required): Unique shipment/consignment identifier to mark as shipped.</li>\n</ul>\n<p><strong>Behavior &amp; Usage Notes</strong></p>\n<ul>\n<li><p>Call this after the shipment has been packed and is ready to be marked as shipped in Sprint.</p>\n</li>\n<li><p>The request body is not used by this endpoint (leave it empty).</p>\n</li>\n<li><p>Typically used in workflow together with tracking-related endpoints such as <code>ReceiveTracking</code> and packing status operations (e.g., <code>Status SetPacked</code>).</p>\n</li>\n<li><p>If the HAWB does not exist or is invalid, the API returns an error response indicating the status could not be updated.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","name":"Shipment","type":"folder"}},"urlObject":{"path":["api","shipment","SetShipped"],"host":["{{URL}}"],"query":[{"key":"HAWB","value":"1213093875"}],"variable":[]}},"response":[],"_postman_id":"6dbbccd5-5a4c-462c-bab4-199e6eb8ae9e"},{"name":"ReceiveTracking","id":"6febd218-020f-4b8d-a47e-0b538d1fe257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/api/shipment/SetShipped?HAWB=1213093875","description":"<h2 id=\"receivetracking--set-shipment-as-shipped\">ReceiveTracking – Set shipment as shipped</h2>\n<p><strong>Method:</strong> <code>PUT</code></p>\n<p><strong>URL:</strong> <code>/api/shipment/SetShipped?HAWB=6409317</code></p>\n<p>Marks a shipment as <strong>shipped</strong> in the Sprint Logistics system using its HAWB (House Air Waybill) number.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<ul>\n<li><p><strong>Type:</strong> Basic Auth</p>\n</li>\n<li><p><strong>Header:</strong> <code>Authorization: Basic</code></p>\n</li>\n<li><p>This request currently sends <code>Authorization: Basic asdfasdfas</code>.</p>\n</li>\n<li><p>In practice you should provide valid base64‑encoded credentials for your Sprint API user.</p>\n</li>\n</ul>\n<h3 id=\"path--query-parameters\">Path &amp; query parameters</h3>\n<ul>\n<li><p><code>{{URL}}</code> – Base URL for the target environment.</p>\n<ul>\n<li>Example (Staging): <code>{{URL}} = https://staging.your-sprint-api-host.com</code></li>\n</ul>\n</li>\n<li><p><code>HAWB</code> (query parameter, required)</p>\n<ul>\n<li><p>Type: string</p>\n</li>\n<li><p>Description: Unique shipment tracking/air waybill number used to identify the shipment to be marked as shipped.</p>\n</li>\n<li><p>Example: <code>6409317</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Basic</code></p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request body</h3>\n<ul>\n<li><p><strong>Body mode:</strong> raw</p>\n</li>\n<li><p><strong>Content-Type:</strong> <code>application/json</code></p>\n</li>\n<li><p>This endpoint, as configured here, does not send a JSON payload. If the API evolves to accept additional shipment data, include it as a JSON object in the raw body.</p>\n</li>\n</ul>\n<h3 id=\"example-usage\">Example usage</h3>\n<p>Mark shipment <code>6409317</code> as shipped on Staging:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">PUT {{URL}}/api/shipment/SetShipped?HAWB=6409317\nContent-Type: application/json\nAuthorization: Basic &lt;base64-encoded-credentials&gt;\n// no body required\n\n</code></pre>\n<p>Expected behavior: the API updates the shipment with the specified HAWB to a <strong>shipped</strong> status and returns a success response (for example, HTTP <code>200 OK</code> or similar), potentially with the updated shipment status in the response body.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","name":"Shipment","type":"folder"}},"urlObject":{"path":["api","shipment","SetShipped"],"host":["{{URL}}"],"query":[{"key":"HAWB","value":"1213093875"}],"variable":[]}},"response":[],"_postman_id":"6febd218-020f-4b8d-a47e-0b538d1fe257"}],"id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f29bb528-38db-4630-8e26-8767d6bc4b0f","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"4ae60288-4d30-4071-b8fd-23d7171bef88","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"f7a29a3e-13b4-49cf-b7bd-2412fe1e2ea6","description":""}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"b1eed72c-2b63-45d9-ada4-08410ead52b4","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"9b4e16ba-110b-4d05-93c1-af0bd95f60ef","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}